Skip to content

Commit

Permalink
tests: Fixed load balancing system-tests
Browse files Browse the repository at this point in the history
Most load balancing system tests were randomly failing from time to time
as they were checking that, after 20 requests sent to load balancer, all
backends were at least reached once.
Statistically, this was failing from time to time.
Now, if after 10 requests we did not get the expected distribution, we
send 10 more requests. We do that around 30 times

Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 1791a10)
  • Loading branch information
simonartxavier authored and dceara committed May 30, 2023
1 parent e61d06b commit 3066f27
Showing 1 changed file with 141 additions and 157 deletions.

0 comments on commit 3066f27

Please sign in to comment.