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
Caffeine Cache's use of RemoveListener is not stable and may cause a single test to fail in some cases.
No response
The text was updated successfully, but these errors were encountered:
testInternalCache
[#2745] fix(test): Extend sleep time in the testInternalCache unit …
c433f84
…test to fix flaky test (#2744) ### What changes were proposed in this pull request? `Caffeine Cache`'s use of `RemoveListener` is not stable and may cause a single test to fail in some cases. Therefore, the waiting time in the single test is extended to ensure that the `Cache` is cleaned normally. ![image](https://github.com/datastrato/gravitino/assets/26177232/7ecb8a6b-28a0-4146-91bd-0e633f9fe53b) ### Why are the changes needed? Fix: #2745 --------- Co-authored-by: xiaojiebao <[email protected]>
xloya
Successfully merging a pull request may close this issue.
What would you like to be improved?
Caffeine Cache's use of RemoveListener is not stable and may cause a single test to fail in some cases.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: