Skip to content

Instantly share code, notes, and snippets.

@clayg
Created June 1, 2016 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/500e4330362151a2fc239da4045ba9b2 to your computer and use it in GitHub Desktop.
Save clayg/500e4330362151a2fc239da4045ba9b2 to your computer and use it in GitHub Desktop.
diff --git a/test/unit/obj/test_reconstructor.py b/test/unit/obj/test_reconstructor.py
index cf84748..35925ff 100755
--- a/test/unit/obj/test_reconstructor.py
+++ b/test/unit/obj/test_reconstructor.py
@@ -83,9 +83,9 @@ def make_ec_archive_bodies(policy, test_body):
def _create_test_rings(path):
testgz = os.path.join(path, 'object.ring.gz')
intended_replica2part2dev_id = [
- [0, 1, 2],
- [1, 2, 3],
- [2, 3, 0]
+ [0, 1, 2, 1],
+ [1, 2, 3, 0],
+ [2, 3, 0, 3]
]
intended_devs = [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment