about summary refs log tree commit homepage
path: root/test/test_mogilefs_integration.rb
DateCommit message (Expand)
2019-10-28fix more indentation warnings
2015-01-16tests: create fresh intances for all integration tests
2012-10-24test: remove assert_nothing_raised checks
2012-03-22client: add support for "updateclass" command
2011-12-12simplify exist? implementation for avoiding exceptions
2011-12-10finalize and document improved new_file API
2011-12-08store_file works on unlinked Tempfile objects
2011-12-07test for client-side Content-MD5 callback on upload
2011-12-06store_file/store_content: wire these up to new new_file opts
2011-12-06new_file: backwards compatibility for old args
2011-12-06"new_file" gets many options for Content-MD5 handling
2011-11-28test_mogilefs_integration: remove umask/permissions check on created file
2011-11-19support MogileFS::MogileFS#get_file_data to dest path
2011-11-18admin (each_fid/list_fids): remove dependency on get_stats
2011-11-18admin: add numeric conversions for consistency
2011-11-08get_file_data supports offset and count
2011-11-08get_file_data: avoid exposing users to copy_stream invocation
2011-11-08size/list_keys improvements
2011-11-08add support for the file_debug command
2011-11-08add file_info command support and test
2011-11-08Disable retries when storing non-rewindable data
2011-11-07fix return value for chunked Util::StoreContent users
2011-11-07flesh out pipe streaming + chunk for uploads
2011-11-07tests: more + improved integration tests