about summary refs log tree commit homepage
path: root/test/test_mogilefs_integration_large_pipe.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-07 22:21:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-07 22:21:19 +0000
commitfc76cbe64b3f5a3e641d32bff68af919df7b3d9e (patch)
tree50c3a8e4fdda990d6696de9047af946b2a58286f /test/test_mogilefs_integration_large_pipe.rb
parent6aed1bd0229cf31a3aeb9c08d86ae851c8d538c6 (diff)
downloadmogilefs-client-fc76cbe64b3f5a3e641d32bff68af919df7b3d9e.tar.gz
Diffstat (limited to 'test/test_mogilefs_integration_large_pipe.rb')
-rw-r--r--test/test_mogilefs_integration_large_pipe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_mogilefs_integration_large_pipe.rb b/test/test_mogilefs_integration_large_pipe.rb
index 304ad16..0ddffb2 100644
--- a/test/test_mogilefs_integration_large_pipe.rb
+++ b/test/test_mogilefs_integration_large_pipe.rb
@@ -23,6 +23,7 @@ class TestMogileFSLargePipe< TestMogIntegration
     end
     assert_equal(nr * junk.size, @client.store_file("a", nil, r))
     r.close
+    th.join
     @client.get_file_data("a") do |rd|
       assert_equal(nr * junk.size, @client.store_file("b", nil, rd))
     end