]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/shortlog
s3-tests.git
2013-06-03 Yehuda SadehMerge pull request #7 from wyllys66/issue6
2013-06-03 Wyllys IngersollFixed contentlength_negative tests to ignore the error_code 7/head
2013-05-07 Sage WeilMerge remote-tracking branch 'gh/next'
2013-03-01 Yehuda SadehMerge pull request #5 from ceph/wip-migrate-test1
2013-03-01 Matthew Wodrichgenerate_objects: use rewind=True in upload_objects 5/head
2013-02-20 Yehuda Sadehtest_s3: reduce multipart tests sizes
2013-02-20 caleb milestest_s3: test multi-part uploads using boto provided...
2013-02-20 caleb milestest_s3: Add test of ACL grants through HTTP headers.
2013-02-20 Yehuda Sadehtest_s3: fix test_list_multipart_upload
2013-02-07 caleb milestest_s3: Add tests for additional canned acl support.
2013-02-06 Yehuda Sadehtest_s3: check stats correct after multipart upload
2013-01-29 Yehuda Sadehrequirements.txt: change requests package requirement
2013-01-23 Yehuda Sadehrgw: fix post tests to include tcp port
2013-01-18 Yehuda Sadehrgw: remove more fails_on_dho tags
2013-01-18 Yehuda Sadehrgw: remove fails_on_dho tags
2013-01-18 Yehuda Sadehtest_s3: add test_object_copy_canned_acl
2013-01-18 Yehuda Sadehrgw: add missing fails_on_dho to post tests
2013-01-18 Yehuda Sadehs3tests: fix post tests
2013-01-18 caleb milestest_s3: Add tests of post object.
2012-08-28 caleb milestest_s3: Add a test of multi-object delete.
2012-07-06 Yehuda Sadehtest_s3: add a test for response header modification
2012-07-06 Yehuda Sadehtest_s3: remove extra code block
2012-07-03 Kyle BaderAdd strict RFC2616 attributes to metadata tests
2012-06-15 Yehuda Sadehannotate tests with fails_on_dho
2012-06-15 Yehuda Sadehtest two cases in copying object to itself
2012-06-14 Yehuda Sadehset boto version for 2.4.1
2012-05-23 Yehuda Sadehboto: bump required version to 2.1
2012-05-16 Yehuda Sadehrealistic.py: update seek() implementation
2012-05-16 Yehuda Sadehtest_s3: key.set_contents_from_file() rewind on dual...
2012-05-16 Yehuda Sadehtest_s3: fix FakeFile.seek(): handles whence param
2012-04-19 Yehuda Sadehadd functional tests for bucket HEAD
2012-04-02 Yehuda Sadehfunctional: test that bucket recreation doesn't overrid...
2012-02-15 Yehuda Sadehfix atomic_write test, don't resuse same key handle...
2012-02-11 Yehuda Sadehset fails_on_dho on test_bucket_create_special_key_names
2012-02-11 Yehuda Sadehtest '%' as a valid char for object name
2012-02-07 Yehuda Sadehadd test_bucket_create_special_key_names
2012-02-07 Yehuda Sadehadd test_object_copy_zero_size
2011-12-30 Steven Berlerprecompute files in readwrite tool
2011-12-23 Mark KampeRGW test-case annotation for inventory.
2011-12-23 Mark KampeAdded descriptions of what the fuzzer is and does.
2011-12-22 Steven Berlerimprove random file generation performance
2011-12-20 Steven Berlerreadwrite analysis tool
2011-11-22 Yehuda Sadehtest_bucket_create_bad_contentlength_empty should use...
2011-11-22 Yehuda Sadehadd bucket header tests
2011-11-04 Matthew WodrichMark tests that fail with subdomain calling format
2011-11-03 Matthew Wodrichadd calling_format switch in functional and common
2011-10-28 Stephon Striplinadd fails_on_dho on a failing test
2011-10-19 Kyle MarshUpdate docstring for generate_objects
2011-10-13 Tommi VirtanenLet nose run s3tests in parallel.
2011-10-13 Tommi VirtanenMove fuzzer under s3tests/fuzz.
2011-10-12 Tommi VirtanenMerge remote branch 'github/fuzz_headers'
2011-10-07 Stephon Striplinremove fails_on_{dho,rgw} on passing tests
2011-10-05 Sage Weiladd s3tests.functional.test_s3.test_bucket_list_distinct
2011-09-26 Sage Weiladd fails_on_dho to test_object_create_bad_authorizatio...
2011-09-23 Stephon Striplinadd fail_on_rgw on test_object_create_bad_authorization...
2011-09-22 Stephon StriplinRename object acl test
2011-09-22 Stephon Striplinadd no Content-Length PUT object acl test
2011-09-12 Kyle MarshS3 Fuzzer: httplib error handling
2011-09-12 Kyle MarshS3-Fuzzer: add objects to decision graph
2011-09-12 Kyle MarshS3 Fuzzer: changed output and failure catching.
2011-09-12 Kyle MarshS3 Fuzzer: Output and garbage data tweaks.
2011-09-12 Kyle MarshS3 Fuzzer: remove num-retries override
2011-09-12 Kyle MarshS3 Fuzzer: PRNG Seed and decisiong graph fixes
2011-09-12 Kyle MarshS3 Fuzzer: Start Fuzzing
2011-09-12 Kyle MarshS3 Fuzzer: finish describing bucket operations
2011-09-12 Kyle MarshS3 Fuzzer: Change how random data works
2011-09-12 Kyle MarshS3 Fuzzer: start writing nodes for bucket PUTs
2011-09-12 Kyle MarshS3 Fuzzer: Incorporate Tv's suggestions
2011-09-12 Kyle MarshS3 Fuzzer: Write Decision Graph
2011-09-12 Kyle MarshS3 Fuzzer: Handle null choices
2011-09-12 Kyle MarshS3 Fuzzer: Implmented headers and made random safe
2011-09-12 Kyle MarshS3 Fuzzer: set values can be weighted lists now
2011-09-12 Kyle MarshS3 Fuzzer: Added binary mode to random data generator
2011-09-12 Kyle MarshS3 Fuzzer: support weights for choices
2011-09-12 Kyle MarshS3 Fuzzer: implemented decision expansion
2011-09-12 Kyle MarshS3 Fuzzer: Added SpecialVariables dict subclass
2011-09-12 Kyle MarshS3 Fuzzer: began writing graph descent
2011-09-12 Kyle MarshS3 Fuzzer: Change direction towards decision tree
2011-09-12 Kyle MarshS3 Fuzzer: add authorization to FuzzyRequest
2011-09-12 Kyle MarshS3 Fuzzer: Begin writing unit tests for S3 Fuzzer
2011-09-12 Kyle MarshS3 Fuzzer: Add skeleton for a targeted S3 Fuzzer
2011-08-29 Stephon StriplinAdd atomic read tests
2011-08-29 Stephon Striplinupdate attr decorators for dho
2011-08-29 Stephon Striplindon't delete key in atomic gone test
2011-08-26 Stephon Striplinadd raw PUT tests
2011-08-26 Stephon Striplinrefactor raw GET tests
2011-08-26 Stephon Striplinadd test for missing Content-Length header bucket creation
2011-08-26 Stephon Striplinadd an atomic put test for removing bucket
2011-08-25 Stephon StriplinAdd raw GET tests
2011-08-15 Tommi VirtanenAdd dependency on isodate.
2011-08-11 Stephon Striplinadd bucket list data vs object data comparison tests
2011-08-11 Stephon Striplinremove superfluous code in test_bucket_list_maxkeys_zero
2011-08-11 Stephon Striplinremove fails_on_dho on passing tests
2011-08-11 Stephon StriplinSwitch test_bucket_list_maxkeys_unreadble to use '...
2011-08-11 Stephon StriplinSwitch tests using '\a' to '\n'
2011-08-11 Stephon Striplinremove contentlength zero header test
2011-08-11 Tommi VirtanenFlag test_object_create_bad_contenttype_unreadable...
2011-08-11 Tommi VirtanenDHO does not support bucket logging currently.
2011-08-11 Tommi VirtanenSwitch test_object_create_unreadable to use '\n' instea...
2011-08-11 Tommi VirtanenFlag test_bucket_list_maxkeys_unreadable as failing...
next