Commit 734be62f authored by Jim Fulton's avatar Jim Fulton

Removed a section of the test that shouln't have been there. It

shouldn't work reliably.  There's no text saying what it was for so
...
parent 0c7ed170
...@@ -103,13 +103,6 @@ target: ...@@ -103,13 +103,6 @@ target:
>>> wait_until("size is reduced", check, 99, onfail) >>> wait_until("size is reduced", check, 99, onfail)
>>> for i in range(1, 101):
... data = open(conn.root()[i].committed(), 'rb').read()
... if data != chr(i)*100:
... print 'bad data', `chr(i)`, `data`
>>> wait_until("size is reduced", check, 99, onfail)
Now let see if we can stress things a bit. We'll create many clients Now let see if we can stress things a bit. We'll create many clients
and get them to pound on the blobs all at once to see if we can and get them to pound on the blobs all at once to see if we can
provoke problems: provoke problems:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment