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
Expect nil current_retry_interval for paused activity
A paused activity is held on the server and not dispatched to Matching, but it
reaches the same code path as a dispatched retry, so current_retry_interval is
now nil for it too.
Run: go test ./tests/xdc/ -run 'TestActivityApiStateReplicationSuite/TestPauseActivityFailover'
0 commit comments