115
115
if stored_count == new_stored_count and notify:
116
116
# Testcase didn't fail, but somehow is still alive
117
117
FailedCollectionCase(case).run(result)
118
120
# GZ 2011-09-16: Previously zombied the case at this point by
119
121
# clearing the dict as fallback, skip for now.
120
122
stored_count = new_stored_count