Java-Runtime-Compiler icon indicating copy to clipboard operation
Java-Runtime-Compiler copied to clipboard

Race condition on Java 11/17 on 23 branch

Open nicktindall opened this issue 2 years ago • 0 comments

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 QE

nicktindall avatar Jul 28 '23 02:07 nicktindall