about summary refs log tree commit homepage
path: root/test/test_mogilefs_integration_large_pipe.rb
DateCommit message (Collapse)
2015-01-22test: fixup object lifetimes and teardown
This should prevent stray processes from being leftover after tests are run as well as cleaning up tmpdirs more thoroughly.
2015-01-16tests: create fresh intances for all integration tests
This should make it easier to fully test on machines without access to an existing MogileFS instance. You'll still need mogilefsd and mogstored available, however, but these tests are skipped on machines without them.
2011-11-09fix warnings, oops
Found with 1.9.3
2011-11-08Fix Ruby 1.8 compatibility
Our custom copy_stream needs to flush data like it does under 1.9. 1.8 also can't do a blocking open(2) on a FIFO in a native thread so we'll fork() instead.
2011-11-08tests: include test for opening FIFO paths
It's conceivable we'd need it.
2011-11-07cleanup unused variable warnings
2011-11-07flesh out pipe streaming + chunk for uploads
Of course the backend server needs to support chunking, but the latest Perlbal does.