Skip to content

Commit 079c7c8

Browse files
committed
Sync spec tests with changes from firebase/firebase-js-sdk#7285
1 parent 7453895 commit 079c7c8

File tree

3 files changed

+14
-28
lines changed

3 files changed

+14
-28
lines changed

Firestore/Example/Tests/SpecTests/json/existence_filter_spec_test.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"describeName": "Existence Filters:",
44
"itName": "Bloom filter can process special characters in document name",
55
"tags": [
6-
"no-ios",
7-
"no-android"
6+
"no-ios"
87
],
98
"config": {
109
"numClients": 1,
@@ -208,8 +207,7 @@
208207
"describeName": "Existence Filters:",
209208
"itName": "Bloom filter fills in default values for undefined padding and hashCount",
210209
"tags": [
211-
"no-ios",
212-
"no-android"
210+
"no-ios"
213211
],
214212
"config": {
215213
"numClients": 1,
@@ -396,8 +394,7 @@
396394
"describeName": "Existence Filters:",
397395
"itName": "Bloom filter is handled at global snapshot",
398396
"tags": [
399-
"no-ios",
400-
"no-android"
397+
"no-ios"
401398
],
402399
"config": {
403400
"numClients": 1,
@@ -636,8 +633,7 @@
636633
"describeName": "Existence Filters:",
637634
"itName": "Bloom filter limbo resolution is denied",
638635
"tags": [
639-
"no-ios",
640-
"no-android"
636+
"no-ios"
641637
],
642638
"config": {
643639
"numClients": 1,
@@ -897,8 +893,7 @@
897893
"describeName": "Existence Filters:",
898894
"itName": "Bloom filter with large size works as expected",
899895
"tags": [
900-
"no-ios",
901-
"no-android"
896+
"no-ios"
902897
],
903898
"config": {
904899
"numClients": 1,
@@ -6522,8 +6517,7 @@
65226517
"describeName": "Existence Filters:",
65236518
"itName": "Full re-query is skipped when bloom filter can identify documents deleted",
65246519
"tags": [
6525-
"no-ios",
6526-
"no-android"
6520+
"no-ios"
65276521
],
65286522
"config": {
65296523
"numClients": 1,
@@ -6983,8 +6977,7 @@
69836977
"describeName": "Existence Filters:",
69846978
"itName": "Full re-query is triggered when bloom filter can not identify documents deleted",
69856979
"tags": [
6986-
"no-ios",
6987-
"no-android"
6980+
"no-ios"
69886981
],
69896982
"config": {
69906983
"numClients": 1,
@@ -7197,8 +7190,7 @@
71977190
"describeName": "Existence Filters:",
71987191
"itName": "Full re-query is triggered when bloom filter hashCount is invalid",
71997192
"tags": [
7200-
"no-ios",
7201-
"no-android"
7193+
"no-ios"
72027194
],
72037195
"config": {
72047196
"numClients": 1,
@@ -7387,8 +7379,7 @@
73877379
"describeName": "Existence Filters:",
73887380
"itName": "Full re-query is triggered when bloom filter is empty",
73897381
"tags": [
7390-
"no-ios",
7391-
"no-android"
7382+
"no-ios"
73927383
],
73937384
"config": {
73947385
"numClients": 1,
@@ -7577,8 +7568,7 @@
75777568
"describeName": "Existence Filters:",
75787569
"itName": "Same documents can have different bloom filters",
75797570
"tags": [
7580-
"no-ios",
7581-
"no-android"
7571+
"no-ios"
75827572
],
75837573
"config": {
75847574
"numClients": 1,

Firestore/Example/Tests/SpecTests/json/limbo_spec_test.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7956,8 +7956,7 @@
79567956
"describeName": "Limbo Documents:",
79577957
"itName": "Limbo resolution throttling with bloom filter application",
79587958
"tags": [
7959-
"no-ios",
7960-
"no-android"
7959+
"no-ios"
79617960
],
79627961
"config": {
79637962
"maxConcurrentLimboResolutions": 2,

Firestore/Example/Tests/SpecTests/json/listen_spec_test.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,8 +3385,7 @@
33853385
"describeName": "Listens:",
33863386
"itName": "ExpectedCount in listen request should work after coming back online",
33873387
"tags": [
3388-
"no-ios",
3389-
"no-android"
3388+
"no-ios"
33903389
],
33913390
"config": {
33923391
"numClients": 1,
@@ -12746,8 +12745,7 @@
1274612745
"describeName": "Listens:",
1274712746
"itName": "Resuming a query should specify expectedCount that does not include pending mutations",
1274812747
"tags": [
12749-
"no-ios",
12750-
"no-android"
12748+
"no-ios"
1275112749
],
1275212750
"config": {
1275312751
"numClients": 1,
@@ -12949,8 +12947,7 @@
1294912947
"describeName": "Listens:",
1295012948
"itName": "Resuming a query should specify expectedCount when adding the target",
1295112949
"tags": [
12952-
"no-ios",
12953-
"no-android"
12950+
"no-ios"
1295412951
],
1295512952
"config": {
1295612953
"numClients": 1,

0 commit comments

Comments
 (0)