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 a5f0a77 commit e9b7ce4Copy full SHA for e9b7ce4
tests/test_influxdb_client_3.py
@@ -84,6 +84,8 @@ def test_write_api_custom_options_no_error(self):
84
self.assertTrue(True)
85
except Exception as e:
86
self.fail(f"Write API with default options raised an exception: {str(e)}")
87
+ finally:
88
+ client._write_api._on_complete() # abort batch writes - otherwise test cycles through urllib3 retries
89
90
def test_default_client(self):
91
expected_precision = DefaultWriteOptions.write_precision.value
0 commit comments