diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-01 09:27:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-01 09:27:28 +0300 |
| commit | bf46295ff31724b4245ef68030f639a6e6ffbb8b (patch) | |
| tree | 5184bc01bf802da8ab7c39e6ef0806da5aaee16b /integrationtests/test_server_config.json | |
| parent | 3c0fa29aad92ee81e6662989714fee5046f5a6b9 (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_config.json')
| -rw-r--r-- | integrationtests/test_server_config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integrationtests/test_server_config.json b/integrationtests/test_server_config.json new file mode 100644 index 0000000..d64582a --- /dev/null +++ b/integrationtests/test_server_config.json @@ -0,0 +1,5 @@ +{ + "MaxConcurrentCats": 100, + "MaxConcurrentTails": 100, + "SSHBindAddress": "localhost" +}
\ No newline at end of file |
