From: Naoki Kambe Date: Thu, 20 Sep 2012 04:56:08 +0000 (+0900) Subject: [stats_lettuce_fix] fix for the lettuce error: AssertionError: Got 3, expected less... X-Git-Tag: trac2351_base~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64ce8ec302fd2f7afb3ece6b74e4a9b4ce127a7d;p=thirdparty%2Fkea.git [stats_lettuce_fix] fix for the lettuce error: AssertionError: Got 3, expected less than 3 as counter xfrrej http://git.bind10.isc.org/~tester/builder/BIND10-lettuce/20120918210000-MacOS/logs/lettuce.out AssertionError: Got 3, expected less than 3 as counter xfrrej for zone _SERVER_ Removed the upper limits of the counter xfrrej. Because a xfer request might be rejected greater than 3 times. This number of times might depend on something like the environment or the platform or the rasing condition, where this lettuce test is running. --- diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature index c1a5fa47dd..310a4ecf0e 100644 --- a/tests/lettuce/features/xfrin_notify_handling.feature +++ b/tests/lettuce/features/xfrin_notify_handling.feature @@ -139,8 +139,6 @@ Feature: Xfrin incoming notify handling # The counts of rejection would be between 1 and 2. They are not # fixed. It would depend on timing or the platform. The counter xfrrej for the zone _SERVER_ should be greater than 0 - The counter xfrrej for the zone _SERVER_ should be less than 3 The counter xfrrej for the zone example.org. should be greater than 0 - The counter xfrrej for the zone example.org. should be less than 3 The counter xfrreqdone for the zone _SERVER_ should be 0 The counter xfrreqdone for the zone example.org. should be 0