keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
124 stars 66 forks source link

Active active test fix #869

Closed ryanemerson closed 6 days ago

ryanemerson commented 1 week ago

Closes #854

The source of the original failures was fixed by https://github.com/keycloak/keycloak/pull/30841

However, when investigating the issue I realised that the testsuite was very flaky and failures often occurred when executing the FailoverTest in conjunction with the other tests. This PR reenables the active-active tests as well adding several fixes/improvements to the testsuite to reduce the chance of flaky failures.

ryanemerson commented 6 days ago

Good spot @mhajas, I've accepted your suggestion.