Commit 6e1547d
fix: add --force-exit to cucumber to handle unclosed handles after tests
The slidingWindowRateLimiterFactory creates a RedisAdapter singleton that
calls client.connect() on first WebSocket connection and has no teardown
path. --force-exit ensures the process exits cleanly after tests complete
rather than hanging on the open Redis socket.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 170517b commit 6e1547d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments