Parcourir la source

[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.
Naoki Kambe il y a 12 ans
Parent
commit
64ce8ec302
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      tests/lettuce/features/xfrin_notify_handling.feature

+ 0 - 2
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