The ongoing headache with some of the integration tests: some of them effectively test performance, so executing them in parallel introduces flaky failures. We can turn some of those tests serial, but then the testing time would explode on smaller machines, like we have in GHA. We can fix that by rebalancing our GHA test jobs.
- links to
-
Review(master) openjdk/jmh/151