aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json
diff options
context:
space:
mode:
authorGravatar Michael Lehenbauer <mikelehen@gmail.com>2017-10-23 10:10:34 -0700
committerGravatar GitHub <noreply@github.com>2017-10-23 10:10:34 -0700
commitaab276a2c8af805a41aad4d320ed9ae665b4fc1c (patch)
treeccf195b1a4d19207e3ebeb81cba1037fcea93f94 /Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json
parent033432f37dbd326bd7817a806b72107507a4cfe4 (diff)
Port of fix for b/67042460 (retry more often before considering client offline) (#403)
This ensures FSTRemoteStore always tries to connect at least twice before surfacing an FSTOnlineStateFailed event to external code (which may trigger gets to fail, cached data to be surfaced, etc.).
Diffstat (limited to 'Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json')
-rw-r--r--Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json b/Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json
index edb0751..26bb520 100644
--- a/Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json
+++ b/Firestore/Example/Tests/SpecTests/json/remote_store_spec_test.json
@@ -489,19 +489,7 @@
"code": 14,
"message": "Simulated Backend Error"
}
- },
- "expect": [
- {
- "query": {
- "path": "collection",
- "filters": [],
- "orderBys": []
- },
- "errorCode": 0,
- "fromCache": true,
- "hasPendingWrites": false
- }
- ]
+ }
},
{
"watchAck": [