Skip to content

ref(snuba): Stop dropping deprecated spans dataset in reset_snuba#115973

Open
phacops wants to merge 1 commit into
masterfrom
ref/drop-spans-snuba-fixture-endpoint
Open

ref(snuba): Stop dropping deprecated spans dataset in reset_snuba#115973
phacops wants to merge 1 commit into
masterfrom
ref/drop-spans-snuba-fixture-endpoint

Conversation

@phacops
Copy link
Copy Markdown
Contributor

@phacops phacops commented May 21, 2026

Remove /tests/spans/drop from the reset_snuba test fixture so the
matching Snuba PR can land cleanly.

The standalone spans dataset/storage in Snuba is readiness_state: deprecate and is being removed in getsentry/snuba#7955. Without this
change, every Snuba-backed Sentry test fails at setup because the
removed dataset makes /tests/spans/drop return 404 and the fixture's
assert all(... status_code == 200 ...) flips to false.

This change should land before or together with the Snuba PR.

Refs getsentry/snuba#7955

Agent transcript: https://claudescope.sentry.dev/share/sUX6tMR0k8BkW8MdTy2kMYcnEKXmBBWcPaOEkdpPmL8

The standalone `spans` storage is being removed from Snuba
(getsentry/snuba#7955). Once that lands, `/tests/spans/drop` 404s and
every Snuba-backed Sentry test fails at setup. Drop the now-defunct
endpoint from the test fixture so this lands cleanly alongside the
Snuba PR.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 21, 2026
@phacops phacops marked this pull request as ready for review May 21, 2026 00:08
@phacops phacops requested a review from a team as a code owner May 21, 2026 00:08
@phacops phacops enabled auto-merge (squash) May 21, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants