-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Flaky-test: Failed to get tenant admin data for tenant public #15652
Comments
Similar problem in a completely different test.
|
@Technoboy- Have you seen these errors? asking, since #15518 changes seem in the same area where these timeouts happen. |
3 integration/system test failures in a single workflow run, all caused by the same issue: |
#15603 might be one of the changes to check as well. I'm running an experiment where I revert both #15603 and #15518 to see if that makes a difference. Experiment is in my own fork, lhotari#70 |
Yet another flaky failure from another PR, https://github.com/apache/pulsar/runs/6463528996?check_suite_focus=true . That failed in @wolfstudy 's PR #15628 . |
Make a fix here d2c0fc8 |
@Technoboy- looks good, is that already in a PR? |
It contains in #15605. |
@Technoboy- It looks like #15605 is very flaky since you had to re-run tests. Did you investigate the failures? I reverted a few PRs which were dependent in my experiment lhotari#70 and all tests passed on the first run attempt without any re-running. Perhaps I was just lucky... |
Re-run only one time, it's an old flaky test. And I close 4 patches and reopen to test the fix, it's all passed. |
d2c0fc8 is for fixing these three. |
There's a common problem in tests which make them flaky "Failed to get tenant admin data for tenant public" happens when creating a namespace.
example failure
The text was updated successfully, but these errors were encountered: