Skip to content

Commit

Permalink
do write_only in longevity tests
Browse files Browse the repository at this point in the history
Change-Id: I2971c912d8208c8be5b5ffb6b5054e04b23d8220
  • Loading branch information
farshidce committed Jun 5, 2011
1 parent d046a83 commit e3680c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytests/combotests.py
Expand Up @@ -106,7 +106,8 @@ def common_test_body(self, replica, load_ratio, timeout=10):
value_size_distribution=distribution,
number_of_threads=20,
number_of_items=4000000000,
moxi=False)
moxi=False,
write_only=True)
for thread in threads:
thread.start()
while time.time() < ( start_time + 60 * timeout):
Expand Down

0 comments on commit e3680c7

Please sign in to comment.