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
Use event-driven drain instead of fixed delay:
- Reduce request count from 10 to 2 to keep processing time reasonable
- Use GetLabel() as a barrier/drain operation instead of Task.Delay
- Since TestGrain is non-reentrant, GetLabel() will block until all
previously queued DoLongAction requests complete
- This eliminates timing-dependent flakiness
0 commit comments