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

test_server_ops_multi_tenant is mysteriously failing in CI #7933

Open
msullivan opened this issue Oct 28, 2024 · 0 comments · May be fixed by #8045
Open

test_server_ops_multi_tenant is mysteriously failing in CI #7933

msullivan opened this issue Oct 28, 2024 · 0 comments · May be fixed by #8045
Assignees

Comments

@msullivan
Copy link
Member

See https://github.com/edgedb/edgedb/actions/runs/11558910310/job/32172731799

I can't reproduce locally.

Traceback (most recent call last):
  File "/home/runner/work/edgedb/edgedb/tests/test_server_ops.py", line 1338, in test_server_ops_multi_tenant
    await getattr(self, name)(mtargs)
  File "/home/runner/work/edgedb/edgedb/tests/test_server_ops.py", line 1429, in _test_server_ops_multi_tenant_3
    self.assertIn(
AssertionError: '\nedgedb_server_mt_config_reload_errors_total 0.0\n' not found in
...

edgedb_server_mt_config_reload_errors_total is 1.0 and should be 0.0.

I can't reproduce this locally, so I'm going to disable the test for now.

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

Successfully merging a pull request may close this issue.

2 participants