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
fix: remove racy syncTimeCh length assertions in big segment sync tests (#624)
The `len(storeMock.syncTimeCh) == 0` checks race with the sync
goroutine which, after writing to patchCh, can complete remaining
polls, connect the stream, and call setSynced() before the test
checks the channel length. The meaningful behaviors are already
covered by patch, poll request, and sync time assertions.
0 commit comments