Commit 2e16562
fix(ci): C# integration lane polls for config changes instead of using inotify
The full local gate failed four C# generated-server tests with "The configured
user limit (128) on the number of inotify instances has been reached". Each test
boots an ASP.NET host whose config watcher takes an inotify instance; on a
desktop where other programs already hold ~90 of the 128, the parallel hosts ran
out. The tests never reload config, so the lane sets
DOTNET_USE_POLLING_FILE_WATCHER=1. Rerun: 150/0.
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M1mRRB1K2WdYy82kntMQdx1 parent d597452 commit 2e16562
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
0 commit comments