swift/test/unit/common/ring
Matthew Oliver fce7ad5f18 Ring: Change py2 only tests to py3
We have some purposely brittle ring tests that test rebalances that are
PY2 only. This was because the random seeding between PY2 and PY3 is
different. Now that we're stepping towards py3 only, these tests needed
to be migrated so we don't loose important test coverage.

This patch flips these PY2 only tests to be PY3 only, for the same
reason as before. It took quite a bit of effort to find seeds that would
behave like the ones in the PY2 birttle test.. but found them.

Change-Id: I0978041830ed3e231476719efed66bf9b337ff8a
2022-03-31 15:10:32 +11:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_builder.py Ring: Change py2 only tests to py3 2022-03-31 15:10:32 +11:00
test_composite_builder.py Update hacking for Python3 2020-04-03 21:21:07 +02:00
test_ring.py Ring: Change py2 only tests to py3 2022-03-31 15:10:32 +11:00
test_utils.py Ring: Change py2 only tests to py3 2022-03-31 15:10:32 +11:00