There was an error while loading. Please reload this page.
1 parent 7a92315 commit a49609fCopy full SHA for a49609f
1 file changed
tests/system/test_dbapi.py
@@ -420,6 +420,7 @@ def test_read_timestamp_client_side_autocommit(self):
420
assert self._cursor.description[0].name == "SHOW_READ_TIMESTAMP"
421
assert isinstance(read_timestamp_query_result_1[0][0], DatetimeWithNanoseconds)
422
423
+ time.sleep(0.25)
424
self._cursor.execute("SELECT * FROM contacts")
425
self._cursor.execute("SHOW VARIABLE READ_TIMESTAMP")
426
read_timestamp_query_result_2 = self._cursor.fetchall()
0 commit comments