You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: disable parallelism for AzureFunction integration tests
Azure Functions Core Tools (func.exe) crashes (exit code -1) when
multiple instances launch simultaneously, likely due to shared state
in the storage emulator or lock files. Each failure then waits 180s
for an agent log that never appears, cascading into ~15min of wasted
time. Disable parallelism for this namespace until the contention is
resolved.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments