Adding unlimited=bool to files_varied -- if set to true, it will never issue StopIteration |
|
More...
|
almost 14 years ago
|
Cleanup output just a little bit more. |
|
More...
|
almost 14 years ago
|
fix test_bucket_acl_grant_nonexist_user |
|
More...
|
almost 14 years ago
|
add acl grant userid tests |
|
More...
|
almost 14 years ago
|
Refactor/cleanup TransferResults class. Also cleans the output to be in the format TV seems to want. |
|
More...
|
almost 14 years ago
|
Update roundtrip._main -- while loop should auto-replenish all pools, and not ones so named. |
|
More...
|
almost 14 years ago
|
Add assert to RandomContentFile, ensure size >= digest_size |
|
More...
|
almost 14 years ago
|
Rename _call_doit to _real_run -- it's a bit more clear that way, IMHO |
|
More...
|
almost 14 years ago
|
Adding new testing tool, roundtrip |
|
More...
|
almost 14 years ago
|
Adding last_read to RandomContentFile and first_write to FileVerifier, so we can measure latency. |
|
More...
|
almost 14 years ago
|
Adding generator files_varied to s3tests.realistic |
|
More...
|
almost 14 years ago
|
Work-around for RGW failing to send IsTruncated on listing all keys. |
|
More...
|
almost 14 years ago
|
Add context, get_next_key, and fill_pools to s3tests.common |
|
More...
|
almost 14 years ago
|
Packagify s3tests.common so we can add more magic into it later. |
|
More...
|
almost 14 years ago
|
fix 100-continue test to support https |
|
More...
|
almost 14 years ago
|
dhq-qa: remove query auth from generated urls |
|
More...
|
almost 14 years ago
|
use time.time() instead of time.clock() |
|
More...
|
almost 14 years ago
|
fix zero devision error in readwrite test |
|
More...
|
almost 14 years ago
|
Fix bug where prefix was None. |
|
More...
|
almost 14 years ago
|
Make generate_objects.py and rand_readwrite.py inside the package. |
|
More...
|
almost 14 years ago
|
fix random file verifier with small files |
|
More...
|
almost 14 years ago
|
Move setup/teardown into s3tests.functional __init__, to share across modules. |
|
More...
|
almost 14 years ago
|
Move test_s3 into s3tests.functional, so it can be split to multiple files nicely. |
|
More...
|
almost 14 years ago
|
remove unused variable |
|
More...
|
almost 14 years ago
|
realistic.names shouldn't return a 0-length filename |
|
More...
|
almost 14 years ago
|
Cleanup: remove unneeded parens. |
|
More...
|
almost 14 years ago
|
Cleanup: avoid using "file" as identifier. |
|
More...
|
almost 14 years ago
|
Cleanup: no need to listify sum() input. |
|
More...
|
almost 14 years ago
|
Cleanup: don't look before you leap. |
|
More...
|
almost 14 years ago
|
Cleanup: new-style raise. |
|
More...
|
almost 14 years ago
|