We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Looks like DatabaseUserServiceTest>UserServiceAbstractTest.apiKeys is flaky and it is randomly failing:
DatabaseUserServiceTest>UserServiceAbstractTest.apiKeys
Error: Failures: Error: DatabaseUserServiceTest>UserServiceAbstractTest.apiKeys:530->UserServiceAbstractTest.overrideTestSecurity:73->UserServiceAbstractTest.lambda$apiKeys$53:569 Expected a notification of key about to expire ==> expected: <false> but was: <true> [INFO] Error: Tests run: 264, Failures: 1, Errors: 0, Skipped: 2
To Reproduce
This is randomly happening in the CI, e.g., https://github.com/Hyperfoil/Horreum/actions/runs/12046551550/job/33587252350. Could not find a reproducer yet.
The text was updated successfully, but these errors were encountered:
Other flaky tests that sometimes fail and sometimes not
Error: Failures: Error: AlertingServiceTest.testExpectRunTimeout:522 expected: <1> but was: <0> Error: AlertingServiceTest.testMissingRules:377 expected: <1> but was: <0>
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Looks like
DatabaseUserServiceTest>UserServiceAbstractTest.apiKeys
is flaky and it is randomly failing:To Reproduce
This is randomly happening in the CI, e.g., https://github.com/Hyperfoil/Horreum/actions/runs/12046551550/job/33587252350.
Could not find a reproducer yet.
The text was updated successfully, but these errors were encountered: