Skip to content

Firestore Spec Tests: Port JS PR 7372 (remove no-ios tag from bloom filter tests) #5088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"describeName": "Existence Filters:",
"itName": "Bloom filter can process special characters in document name",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -394,7 +392,6 @@
"describeName": "Existence Filters:",
"itName": "Bloom filter is handled at global snapshot",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -633,7 +630,6 @@
"describeName": "Existence Filters:",
"itName": "Bloom filter limbo resolution is denied",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -893,7 +889,6 @@
"describeName": "Existence Filters:",
"itName": "Bloom filter with large size works as expected",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -7379,7 +7371,6 @@
"describeName": "Existence Filters:",
"itName": "Full re-query is triggered when bloom filter is empty",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -7568,7 +7559,6 @@
"describeName": "Existence Filters:",
"itName": "Same documents can have different bloom filters",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7956,7 +7956,6 @@
"describeName": "Limbo Documents:",
"itName": "Limbo resolution throttling with bloom filter application",
"tags": [
"no-ios"
],
"config": {
"maxConcurrentLimboResolutions": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,6 @@
"describeName": "Listens:",
"itName": "ExpectedCount in listen request should work after coming back online",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -12947,7 +12945,6 @@
"describeName": "Listens:",
"itName": "Resuming a query should specify expectedCount when adding the target",
"tags": [
"no-ios"
],
"config": {
"numClients": 1,
Expand Down