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