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
There's a specific test that when run on Java 11 or 17 on the release/23 branch fails with a strange error. It's resolved by increasing a Jvm.pause.
Jvm.pause
It's not a rabbit hole I'm inclined to go down but you can see examples of it in https://teamcity.chronicle.software/buildConfiguration/Chronicle_ChronicleQueueEnterprise_SnapshotJava11/832421?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
And it's 100% reproducible by running SwitchMasterTest#networkStatsListenerIsAppliedWhenClusterReconfigures in QE
SwitchMasterTest#networkStatsListenerIsAppliedWhenClusterReconfigures
The text was updated successfully, but these errors were encountered:
peter-k-lawrey
No branches or pull requests
There's a specific test that when run on Java 11 or 17 on the release/23 branch fails with a strange error. It's resolved by increasing a
Jvm.pause
.It's not a rabbit hole I'm inclined to go down but you can see examples of it in https://teamcity.chronicle.software/buildConfiguration/Chronicle_ChronicleQueueEnterprise_SnapshotJava11/832421?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
And it's 100% reproducible by running
SwitchMasterTest#networkStatsListenerIsAppliedWhenClusterReconfigures
in QEThe text was updated successfully, but these errors were encountered: