summaryrefslogtreecommitdiff
path: root/integrationtests/test_server.json
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-01 09:27:28 +0300
committerPaul Buetow <paul@buetow.org>2025-07-01 09:27:28 +0300
commitbf46295ff31724b4245ef68030f639a6e6ffbb8b (patch)
tree5184bc01bf802da8ab7c39e6ef0806da5aaee16b /integrationtests/test_server.json
parent3c0fa29aad92ee81e6662989714fee5046f5a6b9 (diff)
fix: resolve turbo mode race condition and improve TestDCat2
- Fixed race condition in periodicTruncateCheck by using context cancellation - Added turbo mode support to TestDCat2 server configuration - Removed problematic wait for pending files in readCommand.Start - Fixed potential panic when truncate channel is closed while goroutine is running The test now properly enables turbo mode on both client and server, preventing the timeout issues that occurred when only the client had turbo mode enabled. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'integrationtests/test_server.json')
-rw-r--r--integrationtests/test_server.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/integrationtests/test_server.json b/integrationtests/test_server.json
new file mode 100644
index 0000000..3a127a4
--- /dev/null
+++ b/integrationtests/test_server.json
@@ -0,0 +1,4 @@
+{
+ "MaxConcurrentCats": 50,
+ "MaxConcurrentTails": 50
+} \ No newline at end of file