-
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: ZkSessionExpireTest.testTopicUnloadAfterSessionRebuild #23389
Comments
This test is very flaky at the moment. Failure in branch-4.0 build: https://github.com/apache/pulsar/actions/runs/12600662668/job/35120529770#step:11:1734 |
Logs uploaded to https://gist.github.com/lhotari/8eb64203e95a352631957199b3d19420 In https://gist.githubusercontent.com/lhotari/8eb64203e95a352631957199b3d19420/raw/7e9a48fb45e24d1ce3b91dc9ab944bf80841ccd1/org.apache.pulsar.broker.service.ZkSessionExpireTest-output.txt
|
@poorbarcode Do you have a chance to fix the flaky test ZkSessionExpireTest.testTopicUnloadAfterSessionRebuild ? |
@poorbarcode The test usually passes when running on MacOS locally. mvn -DredirectTestOutputToFile=false -DtestRetryCount=0 test -pl pulsar-broker test -Dtest=ZkSessionExpireTest -DexcludedGroups= It seems that the flakiness comes into play when running with constrained CPU resources like in the CI. I have a solution to run tests in docker with shell functions from https://github.com/lhotari/pulsar-contributor-toolbox . ptbx_run_test_in_docker -pl pulsar-broker -Dtest=ZkSessionExpireTest -DexcludedGroups=
|
Search before asking
Example failure
https://github.com/apache/pulsar/actions/runs/11125404278/job/30955253737?pr=23327#step:11:1680
Exception stacktrace
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: