Wes Carlson
Wes Carlson
This was caused by #10621, which added support for blob handles using local IDs while offline. Due to a race condition, the container would not always be connected and uploadBlob()...
## Description Add coverage of Container.closeAndGetPendingLocalState() and SharedObject.applyStashedOp() flow to stress test. #AB123 ## Reviewer Guidance See design doc
Some changes from prototype stashed ops stress test implementation (#11741) - Don't rethrow offlineError or fetchFailure errors since these are expected to be thrown when offline, even if runtime state...