Skip to content

Commit

Permalink
Sync spec tests with changes from firebase/firebase-js-sdk#7372 (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe authored Jun 21, 2023
1 parent 63f2071 commit dd710a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
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

0 comments on commit dd710a7

Please sign in to comment.