File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/firestore/test/integration/util Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { _TestingHooks as TestingHooks } from './firebase_export' ;
18
+ import { _TestingHooks as TestingHooks , _logWarn } from './firebase_export' ;
19
19
20
20
/**
21
21
* Captures all existence filter mismatches in the Watch 'Listen' stream that
@@ -105,6 +105,10 @@ export interface ExistenceFilterBloomFilter {
105
105
function existenceFilterMismatchInfoFromRaw (
106
106
raw : RawExistenceFilterMismatchInfo
107
107
) : ExistenceFilterMismatchInfo {
108
+ _logWarn (
109
+ 'zzyzx existenceFilterMismatchInfoFromRaw() start; raw:' ,
110
+ JSON . stringify ( raw , null , 2 )
111
+ ) ;
108
112
return {
109
113
actualCount : raw . actualCount ,
110
114
expectedCount : raw . change . existenceFilter . count ,
You can’t perform that action at this time.
0 commit comments