Skip to content

Commit 0ca9740

Browse files
committed
Zero-units: continuous writes ON, deploy 3 units, check, scale to 0 units, check no errors, scale to 3, check
1 parent b762ec8 commit 0ca9740

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/ha_tests/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,5 @@ async def create_test_data(connection_string):
830830
cursor.execute("INSERT INTO test(data) VALUES('some data');")
831831
cursor.execute("SELECT data FROM test;")
832832
data = cursor.fetchone()
833-
logger.info("check test data")
834833
assert data[0] == "some data"
835834
connection.close()

0 commit comments

Comments
 (0)