swift/test/unit/obj
zhufl 60bcf8f548 Fix invalid assert states
This is to fix invalid assert states like:
    self.assertTrue('sync_point2: 5', lines.pop().strip())
    self.assertTrue('sync_point1: 5', lines.pop().strip())
    self.assertTrue('bytes: 1100', lines.pop().strip())
    self.assertTrue('deletes: 2', lines.pop().strip())
    self.assertTrue('puts: 3', lines.pop().strip())
    self.assertTrue('1', jobs_to_delete[0]['partition'])
in which assertEqual should be used.

Change-Id: Ide5af2ae68fae0e5d6eb5c233a24388bb9942144
(cherry picked from commit 0fec28ab15)
2019-10-18 13:46:16 -07:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
common.py py3: port object auditor 2019-02-27 14:07:33 -06:00
test_auditor.py py3: port object auditor 2019-02-27 14:07:33 -06:00
test_diskfile.py Merge "Remove invalid dict entries from hashes.pkl" into stable/stein 2019-08-17 04:31:48 +00:00
test_expirer.py Py3: Fix two unbound variables 2018-12-03 13:59:33 +01:00
test_reconstructor.py Simplify empty suffix handling 2019-03-18 15:09:54 -05:00
test_replicator.py Fix invalid assert states 2019-10-18 13:46:16 -07:00
test_server.py Make test_multiphase_put_drains_extra_commit_junk_disconnect less flakey 2019-02-22 14:23:33 -08:00
test_ssync.py Cleanup EC and SSYNC frag index parameters 2019-02-04 17:02:17 -06:00
test_ssync_receiver.py Cleanup EC and SSYNC frag index parameters 2019-02-04 17:02:17 -06:00
test_ssync_sender.py Cleanup EC and SSYNC frag index parameters 2019-02-04 17:02:17 -06:00
test_updater.py py3: port object updater 2019-03-01 15:40:15 -08:00