From: Jamo Luhrsen Date: Fri, 21 Sep 2018 23:20:07 +0000 (-0700) Subject: Use rate of 5 to avoid false failures X-Git-Tag: pre-potassium~456 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=c03be0a470807a024925fcf7dacdd4786fe022f1;hp=8b4208f1c3414d7496c24141e92acdaea1d11203;p=integration%2Ftest.git Use rate of 5 to avoid false failures See the comment in the file for more details Change-Id: I4a54fbc693747aa0a6d49e56700a9e61b25fe99d Signed-off-by: Jamo Luhrsen --- diff --git a/csit/suites/controller/cluster_singleton/chasing_the_leader.robot b/csit/suites/controller/cluster_singleton/chasing_the_leader.robot index ad7620b4be..63e83526aa 100644 --- a/csit/suites/controller/cluster_singleton/chasing_the_leader.robot +++ b/csit/suites/controller/cluster_singleton/chasing_the_leader.robot @@ -21,8 +21,13 @@ Resource ${CURDIR}/../../../libraries/SetupUtils.robot *** Variables *** ${TEST_DURATION} 1m -${ACCEPTED_PER_SEC_RATE} 10 -# TODO: Use a better wait to start testing when ODL does not use CPU for initializing features. Then inrease rate to 100. +${ACCEPTED_PER_SEC_RATE} 5 +# NOTE: The shared infra that we use can sometimes be sluggish and we get false failures. +# There are cases when the rate will be under 20 as well as over 100. Normally it is over +# 50, but in order to stabilize our tests and avoid false failures this rate has been set +# low. The test will still fail if there are failed registrations during the "flapping". +# Some discussion of this can be found in the comments of +# https://git.opendaylight.org/gerrit/#/c/74692/. *** Test Cases *** Register_Candidates