Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-fix(offline): Only run "applies stashed ops with no saved ops" t…
…est against local server (#23383) This test is covering sequence number gymnastics when loading from serialized pending state and applying stashed ops. Server summary/op implementations and potential race conditions are not interesting, and only make the test run slow (4s on average for `waitForSummary`) if not time out (the cause of the bug this fixes). So, only run against local server. This also brings back the assert removed in #22712, but ensuring that we load from the summary (and don't end up with the original snapshot), which ensures we actually get coverage of the code this is supposed to test (see original PR adding the test, #17375)
- Loading branch information