Commit 28bb9048 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 f3994e63
......@@ -103,13 +103,6 @@ target:
>>> 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
and get them to pound on the blobs all at once to see if we can
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