git » libjio » commit d7ec1c6

tests/stress: Remove bogus asserts

author Alberto Bertogli
2009-07-16 15:37:22 UTC
committer Alberto Bertogli
2009-07-16 15:39:06 UTC
parent c66c0220d76c923dcda26aaba2edcdae418b2a6b

tests/stress: Remove bogus asserts

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

tests/stress/jiostress +0 -2

diff --git a/tests/stress/jiostress b/tests/stress/jiostress
index 98a0c28..8e43b16 100755
--- a/tests/stress/jiostress
+++ b/tests/stress/jiostress
@@ -241,7 +241,6 @@ class Stresser:
 			if not r:
 				nfailures += 1
 				r = self.reopen()
-				assert r['total'] <= 2
 			self.verify()
 		sys.stdout.write("\n")
 		sys.stdout.flush()
@@ -300,7 +299,6 @@ def main():
 	print("  %d simulated failures" % nfailures)
 
 	r = jfsck(fname)
-	assert r['total'] == 0
 	print("Final check completed")
 	#os.unlink(fname)