1070
1070
# break some locks on purpose and should be taken into account by
1071
1071
# considering that breaking a lock is just a dirty way of releasing it.
1072
1072
if len(acquired_locks) != (len(released_locks) + len(broken_locks)):
1076
1080
if not self._lock_check_thorough:
1077
1081
# Rather than fail, just warn
1078
1082
print "Broken test %s: %s" % (self, message)