From dd710a7194195321e2407ca02ad383f42b73137f Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Tue, 20 Jun 2023 22:14:32 -0700 Subject: [PATCH] Sync spec tests with changes from https://github.com/firebase/firebase-js-sdk/pull/7372 (#5088) --- .../resources/json/existence_filter_spec_test.json | 10 ---------- .../src/test/resources/json/limbo_spec_test.json | 1 - .../src/test/resources/json/listen_spec_test.json | 3 --- 3 files changed, 14 deletions(-) diff --git a/firebase-firestore/src/test/resources/json/existence_filter_spec_test.json b/firebase-firestore/src/test/resources/json/existence_filter_spec_test.json index bfebee3eefe..9c04b65138c 100644 --- a/firebase-firestore/src/test/resources/json/existence_filter_spec_test.json +++ b/firebase-firestore/src/test/resources/json/existence_filter_spec_test.json @@ -3,7 +3,6 @@ "describeName": "Existence Filters:", "itName": "Bloom filter can process special characters in document name", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -207,7 +206,6 @@ "describeName": "Existence Filters:", "itName": "Bloom filter fills in default values for undefined padding and hashCount", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -394,7 +392,6 @@ "describeName": "Existence Filters:", "itName": "Bloom filter is handled at global snapshot", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -633,7 +630,6 @@ "describeName": "Existence Filters:", "itName": "Bloom filter limbo resolution is denied", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -893,7 +889,6 @@ "describeName": "Existence Filters:", "itName": "Bloom filter with large size works as expected", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -6517,7 +6512,6 @@ "describeName": "Existence Filters:", "itName": "Full re-query is skipped when bloom filter can identify documents deleted", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -6977,7 +6971,6 @@ "describeName": "Existence Filters:", "itName": "Full re-query is triggered when bloom filter can not identify documents deleted", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -7190,7 +7183,6 @@ "describeName": "Existence Filters:", "itName": "Full re-query is triggered when bloom filter hashCount is invalid", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -7379,7 +7371,6 @@ "describeName": "Existence Filters:", "itName": "Full re-query is triggered when bloom filter is empty", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -7568,7 +7559,6 @@ "describeName": "Existence Filters:", "itName": "Same documents can have different bloom filters", "tags": [ - "no-ios" ], "config": { "numClients": 1, diff --git a/firebase-firestore/src/test/resources/json/limbo_spec_test.json b/firebase-firestore/src/test/resources/json/limbo_spec_test.json index c7b20d5c6fb..adffb61f510 100644 --- a/firebase-firestore/src/test/resources/json/limbo_spec_test.json +++ b/firebase-firestore/src/test/resources/json/limbo_spec_test.json @@ -7956,7 +7956,6 @@ "describeName": "Limbo Documents:", "itName": "Limbo resolution throttling with bloom filter application", "tags": [ - "no-ios" ], "config": { "maxConcurrentLimboResolutions": 2, diff --git a/firebase-firestore/src/test/resources/json/listen_spec_test.json b/firebase-firestore/src/test/resources/json/listen_spec_test.json index 7b1e596ce9c..7370a0cd675 100644 --- a/firebase-firestore/src/test/resources/json/listen_spec_test.json +++ b/firebase-firestore/src/test/resources/json/listen_spec_test.json @@ -3385,7 +3385,6 @@ "describeName": "Listens:", "itName": "ExpectedCount in listen request should work after coming back online", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -12745,7 +12744,6 @@ "describeName": "Listens:", "itName": "Resuming a query should specify expectedCount that does not include pending mutations", "tags": [ - "no-ios" ], "config": { "numClients": 1, @@ -12947,7 +12945,6 @@ "describeName": "Listens:", "itName": "Resuming a query should specify expectedCount when adding the target", "tags": [ - "no-ios" ], "config": { "numClients": 1,