Skip to content

Commit c2d46ea

Browse files
authored
chore: commit faster in QuestDB integration tests (#16)
1 parent cca14ef commit c2d46ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

system_test/fixture.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,11 @@ def start(self):
219219
pg.net.bind.to=0.0.0.0:{self.pg_port}
220220
http.min.enabled=false
221221
line.udp.enabled=false
222-
cairo.max.uncommitted.rows=1
223222
line.tcp.maintenance.job.interval=100
224223
line.tcp.min.idle.ms.before.writer.release=300
224+
telemetry.enabled=false
225+
cairo.commit.lag=100
226+
lne.tcp.commit.interval.fraction=0.1
225227
{auth_config}
226228
''').lstrip('\n'))
227229

@@ -353,4 +355,4 @@ def stop(self):
353355
if self._proc:
354356
self._proc.terminate()
355357
self._proc.wait()
356-
self._proc = None
358+
self._proc = None

0 commit comments

Comments
 (0)