Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(snuba): xfail test that is blocking Snuba CI #66980

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

evanh
Copy link
Member

@evanh evanh commented Mar 14, 2024

This one test fails in Snuba CI, however I have been completely unable to
reproduce this failure in any other environment. That includes prod, because
the change that breaks this (removing query splitters in Snuba) is currently
running in prod.

It is also extremely difficult to debug this problem using just CI. So, this
test will be xfail'd for now, then after the Snuba change is merged in, I can
debug this test in a much easier way.

Snuba change in question: getsentry/snuba#5571

This one test fails in Snuba CI, however I have been completely unable to
reproduce this failure in any other environment. That includes prod, because
the change that breaks this (removing query splitters in Snuba) is currently
running in prod.

It is also extremely difficult to debug this problem using just CI. So, this
test will be xfail'd for now, then after the Snuba change is merged in, I can
debug this test in a much easier way.
@evanh evanh enabled auto-merge (squash) March 14, 2024 17:33
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.19%. Comparing base (d473b2b) to head (7ac2f0f).
Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #66980      +/-   ##
==========================================
- Coverage   84.28%   84.19%   -0.09%     
==========================================
  Files        5308     5306       -2     
  Lines      237405   237277     -128     
  Branches    41067    41044      -23     
==========================================
- Hits       200086   199773     -313     
- Misses      37101    37286     +185     
  Partials      218      218              

see 49 files with indirect coverage changes

@evanh evanh merged commit 58983c9 into master Mar 14, 2024
48 checks passed
@evanh evanh deleted the evanh/fix/xfail-single-test branch March 14, 2024 18:21
JonasBa pushed a commit that referenced this pull request Mar 17, 2024
This one test fails in Snuba CI, however I have been completely unable
to
reproduce this failure in any other environment. That includes prod,
because
the change that breaks this (removing query splitters in Snuba) is
currently
running in prod.

It is also extremely difficult to debug this problem using just CI. So,
this
test will be xfail'd for now, then after the Snuba change is merged in,
I can
debug this test in a much easier way.

Snuba change in question: getsentry/snuba#5571
@github-actions github-actions bot locked and limited conversation to collaborators Mar 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants