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

Issues API test failure: broker::tests::test_basic_use #4233

Closed
timvisee opened this issue May 14, 2024 · 1 comment
Closed

Issues API test failure: broker::tests::test_basic_use #4233

timvisee opened this issue May 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@timvisee
Copy link
Member

Current Behavior

One of the issue API tests seems to fail. The behavior is somewhat weird, because it only happens in certain contexts. When running the test exclusively all is right. When running it along with other tests, it fails. I expect some global state to be messing things up.

Steps to Reproduce

  1. cargo test --workspace
  2. observe the test failure

Expected Behavior

The test should fail, no matter in what context it is run.

Possible Solution

Cleaning up the global state, or isolating the test. I've tried to add crate::clear() but that didn't solve it.

@timvisee
Copy link
Member Author

Fixed in #4240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants