diff --git a/test/high_availability/test_ha.py b/test/high_availability/test_ha.py index 42541c859..822825a84 100644 --- a/test/high_availability/test_ha.py +++ b/test/high_availability/test_ha.py @@ -1028,7 +1028,9 @@ class TestShipOfTheseus(HATestCase): self.seed, self.name = res def test_ship_of_theseus(self): - c = MongoReplicaSetClient(self.seed, replicaSet=self.name) + c = MongoReplicaSetClient( + self.seed, replicaSet=self.name, use_greenlets=use_greenlets) + db = c.pymongo_test db.test.insert({}, w=len(c.secondaries) + 1) find_one = db.test.find_one