Skip to content

Commit e4ef6b0

Browse files
authored
sync spec tests from web SDK to iOS SDK (#10391)
1 parent 00f25ac commit e4ef6b0

File tree

9 files changed

+543
-266
lines changed

9 files changed

+543
-266
lines changed

Firestore/Example/Tests/SpecTests/json/bundle_spec_test.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"describeName": "Bundles:",
44
"itName": "Bundles query can be loaded and resumed from different tabs",
55
"tags": [
6-
"multi-client"
6+
"multi-client",
7+
"no-ios"
78
],
89
"config": {
910
"numClients": 2,
@@ -222,6 +223,7 @@
222223
"describeName": "Bundles:",
223224
"itName": "Bundles query can be resumed from same query.",
224225
"tags": [
226+
"no-ios"
225227
],
226228
"config": {
227229
"numClients": 1,
@@ -293,7 +295,8 @@
293295
"describeName": "Bundles:",
294296
"itName": "Load and observe from same secondary client",
295297
"tags": [
296-
"multi-client"
298+
"multi-client",
299+
"no-ios"
297300
],
298301
"config": {
299302
"numClients": 2,
@@ -501,7 +504,8 @@
501504
"describeName": "Bundles:",
502505
"itName": "Load from primary client and observe from secondary",
503506
"tags": [
504-
"multi-client"
507+
"multi-client",
508+
"no-ios"
505509
],
506510
"config": {
507511
"numClients": 2,
@@ -744,7 +748,8 @@
744748
"describeName": "Bundles:",
745749
"itName": "Load from secondary clients and observe from primary",
746750
"tags": [
747-
"multi-client"
751+
"multi-client",
752+
"no-ios"
748753
],
749754
"config": {
750755
"numClients": 2,
@@ -900,6 +905,7 @@
900905
"describeName": "Bundles:",
901906
"itName": "Newer deleted docs from bundles should delete cached docs",
902907
"tags": [
908+
"no-ios"
903909
],
904910
"config": {
905911
"numClients": 1,
@@ -1037,6 +1043,7 @@
10371043
"describeName": "Bundles:",
10381044
"itName": "Newer docs from bundles might lead to limbo doc",
10391045
"tags": [
1046+
"no-ios"
10401047
],
10411048
"config": {
10421049
"numClients": 1,
@@ -1255,6 +1262,7 @@
12551262
"describeName": "Bundles:",
12561263
"itName": "Newer docs from bundles should keep not raise snapshot if there are unacknowledged writes",
12571264
"tags": [
1265+
"no-ios"
12581266
],
12591267
"config": {
12601268
"numClients": 1,
@@ -1378,7 +1386,7 @@
13781386
"value": {
13791387
"value": "patched"
13801388
},
1381-
"version": 250
1389+
"version": 0
13821390
}
13831391
],
13841392
"query": {
@@ -1400,6 +1408,7 @@
14001408
"describeName": "Bundles:",
14011409
"itName": "Newer docs from bundles should overwrite cache",
14021410
"tags": [
1411+
"no-ios"
14031412
],
14041413
"config": {
14051414
"numClients": 1,
@@ -1537,6 +1546,7 @@
15371546
"describeName": "Bundles:",
15381547
"itName": "Newer docs from bundles should raise snapshot only when Watch catches up with acknowledged writes",
15391548
"tags": [
1549+
"no-ios"
15401550
],
15411551
"config": {
15421552
"numClients": 1,
@@ -1660,7 +1670,7 @@
16601670
"value": {
16611671
"value": "patched"
16621672
},
1663-
"version": 250
1673+
"version": 0
16641674
}
16651675
],
16661676
"query": {
@@ -1726,6 +1736,7 @@
17261736
"describeName": "Bundles:",
17271737
"itName": "Older deleted docs from bundles should do nothing",
17281738
"tags": [
1739+
"no-ios"
17291740
],
17301741
"config": {
17311742
"numClients": 1,

0 commit comments

Comments
 (0)