(self)
| 165 | ) |
| 166 | |
| 167 | def tearDown(self): |
| 168 | if client_context.is_rs and client_context.test_commands_enabled: |
| 169 | self.client.admin.command( |
| 170 | SON([("configureFailPoint", "onPrimaryTransactionalWrite"), ("mode", "off")]) |
| 171 | ) |
| 172 | self.knobs.disable() |
| 173 | super().tearDown() |
| 174 | |
| 175 | def test_supported_single_statement_no_retry(self): |
| 176 | listener = OvertCommandListener() |