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 d69da74 commit bb11d73Copy full SHA for bb11d73
test/test_database.py
@@ -444,6 +444,8 @@ def test_profiling_info(self):
444
self.assertTrue(isinstance(info[0]['op'], string_type))
445
self.assertTrue(isinstance(info[0]["ts"], datetime.datetime))
446
447
+ # SERVER-47817 removes the resetError command.
448
+ @client_context.require_version_max(4, 9)
449
@client_context.require_no_mongos
450
@ignore_deprecations
451
def test_errors(self):
0 commit comments