We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1600059 commit f7dc88cCopy full SHA for f7dc88c
test/test_max_staleness.py
@@ -280,6 +280,7 @@ def test_max_staleness_zero(self):
280
self.assertIn("must be greater than 0", str(ctx[0]))
281
282
@client_context.require_version_min(3, 3, 6) # SERVER-8858
283
+ @client_context.require_replica_set
284
def test_last_write_date(self):
285
# From max-staleness-tests.rst, "Parse lastWriteDate".
286
client = rs_or_single_client(heartbeatFrequencyMS=500)
0 commit comments