summaryrefslogtreecommitdiff
path: root/integrationtests/dserver2.cfg
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-22 23:51:28 +0300
committerPaul Buetow <paul@buetow.org>2026-07-22 23:51:28 +0300
commitbc2767c87c4090798c4c7d15e101ed066e947301 (patch)
tree0f47a2e0b159a617eb56509bbca1c998196453c4 /integrationtests/dserver2.cfg
parent849951be1d1a7ee9f9302006ccb187bf5b4e36f3 (diff)
test: DTail fork — integration test suite and fixtures
Squashed development of the integration test suite (integrationtests/) covering DCat, DGrep, DMap (serverless + server mode), DTail follow, DServer, DTailHealth, journal source reads, auth-key fast reconnect, interactive query reload, client-deadline/timeout behaviour, and the single-mode read/output path. Includes real test fixtures (dserver*.cfg, dmap_csv_multifile_*.csv.in, test_server_*.json, *.expected golden files) and deterministic synchronization helpers (waitContains-style barriers) replacing racy fixed-timing assertions. Accidental debug/output dumps that earlier commits added here (captured client output, strace logs, ad-hoc turbo_test_output/manual_output/test_output files, throwaway debug scripts) are intentionally excluded and gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'integrationtests/dserver2.cfg')
-rw-r--r--integrationtests/dserver2.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dserver2.cfg b/integrationtests/dserver2.cfg
index bbb2cc3..0d57c1d 100644
--- a/integrationtests/dserver2.cfg
+++ b/integrationtests/dserver2.cfg
@@ -7,9 +7,9 @@
"AllowFrom": [
"localhost"
],
- "Files": "./dserver2.log",
+ "Files": "./dserver2.log.tmp",
"Query": "from INTEGRATIONTEST select last($line),max(foo),min(bar) group by $hostname interval 1",
- "Outfile": "./dserver2.csv"
+ "Outfile": "./dserver2.csv.tmp"
}
]
}