From d7ec1c640dd73442e7f842515e08f2576072da9e Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 16 Jul 2009 12:37:22 -0300
Subject: [PATCH 45/74] tests/stress: Remove bogus asserts

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 tests/stress/jiostress |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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)
 
-- 
1.6.2.2.646.gb214


