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

failing test: CollisionTests.test_colliding_query_subscription #206

Open
ghost opened this issue Oct 12, 2023 · 1 comment
Open

failing test: CollisionTests.test_colliding_query_subscription #206

ghost opened this issue Oct 12, 2023 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 12, 2023

Steps to Reproduce

  1. git remote update
  2. git checkout origin/master -B master
  3. pytest tests/sentry/backup/test_imports.py::CollisionTests::test_colliding_query_subscription

Expected Result

PASS

Actual Result

FAILED tests/sentry/backup/test_imports.py::CollisionTests::test_colliding_query_subscription
E   urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=1218): Max retries exceeded with url: /events/events/subscriptions (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x11d466790>: Failed to establish a new connection: [Errno 61] Connection refused'))

https://gist.github.com/bukzor-sentryio/05405bb26e06315180e4d2f97b227d43

https://github.com/getsentry/sentry/actions/runs/6498274609/job/17649270575?pr=57950

What I Tried

  1. this seems to reproduce on my branch but also master branch
  2. in CI it only occurs when SENTRY_USE_MONOLITH_DBS=1 is set, so I'm only xfailing it in that case.
  3. locally it reproduces regardless of monolith-dbs setting

cc @azaslavsky

@ghost
Copy link
Author

ghost commented Oct 12, 2023

I set a conditional xfail for this, as part of getsentry/sentry#57950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants