swift/test/unit/obj
Clay Gerrard 2f0ab78f9f Shuffle disks and parts in reconstructor
The main problem with going disk by disk is that it means all of your
I/O is only on one spindle at a time and no matter how high you set
concurrency it doesn't go any faster.

Closes-Bug: #1491605

Change-Id: I69e4c4baee64fd2192cbf5836b0803db1cc71705
2017-01-25 18:30:17 -08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
common.py Fix stats calculation in object-reconstructor 2016-12-12 21:26:54 -08:00
test_auditor.py Fix race in new partitions detecting new/invalid suffixes. 2017-01-23 16:09:43 +00:00
test_diskfile.py Fix race in new partitions detecting new/invalid suffixes. 2017-01-23 16:09:43 +00:00
test_expirer.py Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)' 2016-12-12 16:23:09 +07:00
test_reconstructor.py Shuffle disks and parts in reconstructor 2017-01-25 18:30:17 -08:00
test_replicator.py Move documented reclaim_age option to correct location 2017-01-13 03:10:47 +00:00
test_server.py Fix race in new partitions detecting new/invalid suffixes. 2017-01-23 16:09:43 +00:00
test_ssync_receiver.py Merge "Prevent ssync writing bad fragment data to diskfile" 2016-10-14 23:29:29 +00:00
test_ssync_sender.py Fix stats calculation in object-reconstructor 2016-12-12 21:26:54 -08:00
test_ssync.py Fix stats calculation in object-reconstructor 2016-12-12 21:26:54 -08:00
test_updater.py Merge "Add test for object updater user-agent header" 2017-01-11 18:58:36 +00:00