{ "Insert a new document": { "describeName": "Performance Tests [10 iterations]:", "itName": "Insert a new document", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userSet": [ "collection/{i}", { "doc": 0 } ] }, { "writeAck": { "version": 1 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 1 } ] }, { "writeAck": { "version": 2 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 2 } ] }, { "writeAck": { "version": 3 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 3 } ] }, { "writeAck": { "version": 4 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 4 } ] }, { "writeAck": { "version": 5 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 5 } ] }, { "writeAck": { "version": 6 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 6 } ] }, { "writeAck": { "version": 7 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 7 } ] }, { "writeAck": { "version": 8 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 8 } ] }, { "writeAck": { "version": 9 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } }, { "userSet": [ "collection/{i}", { "doc": 9 } ] }, { "writeAck": { "version": 10 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/{i}" ], "rejectedDocs": [] } } } ] }, "Start a listen, write a document, ack the write, handle watch snapshot, unlisten": { "describeName": "Performance Tests [10 iterations]:", "itName": "Start a listen, write a document, ack the write, handle watch snapshot, unlisten", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userListen": [ 2, { "path": "collection/0", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/0", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/0", { "doc": 0 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/0", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/0", "version": 0, "value": { "doc": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 2 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/0" ], "rejectedDocs": [] } } }, { "watchAck": [ 2 ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 2, "value": { "doc": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchCurrent": [ [ 2 ], "resume-token-3" ] }, { "watchSnapshot": { "version": 3, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/0", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/0", "version": 2, "value": { "doc": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 2, { "path": "collection/0", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 2 ] } }, { "userListen": [ 4, { "path": "collection/1", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection/1", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/1", { "doc": 1 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/1", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/1", "version": 0, "value": { "doc": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 4 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/1" ], "rejectedDocs": [] } } }, { "watchAck": [ 4 ] }, { "watchEntity": { "docs": [ { "key": "collection/1", "version": 4, "value": { "doc": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 4 ] } }, { "watchCurrent": [ [ 4 ], "resume-token-5" ] }, { "watchSnapshot": { "version": 5, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/1", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/1", "version": 4, "value": { "doc": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection/1", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 4 ] } }, { "userListen": [ 6, { "path": "collection/2", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection/2", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/2", { "doc": 2 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/2", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/2", "version": 0, "value": { "doc": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 6 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/2" ], "rejectedDocs": [] } } }, { "watchAck": [ 6 ] }, { "watchEntity": { "docs": [ { "key": "collection/2", "version": 6, "value": { "doc": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 6 ] } }, { "watchCurrent": [ [ 6 ], "resume-token-7" ] }, { "watchSnapshot": { "version": 7, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/2", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/2", "version": 6, "value": { "doc": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection/2", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 6 ] } }, { "userListen": [ 8, { "path": "collection/3", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection/3", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/3", { "doc": 3 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/3", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/3", "version": 0, "value": { "doc": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 8 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/3" ], "rejectedDocs": [] } } }, { "watchAck": [ 8 ] }, { "watchEntity": { "docs": [ { "key": "collection/3", "version": 8, "value": { "doc": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 8 ] } }, { "watchCurrent": [ [ 8 ], "resume-token-9" ] }, { "watchSnapshot": { "version": 9, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/3", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/3", "version": 8, "value": { "doc": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection/3", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 8 ] } }, { "userListen": [ 10, { "path": "collection/4", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection/4", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/4", { "doc": 4 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/4", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/4", "version": 0, "value": { "doc": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 10 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/4" ], "rejectedDocs": [] } } }, { "watchAck": [ 10 ] }, { "watchEntity": { "docs": [ { "key": "collection/4", "version": 10, "value": { "doc": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 10 ] } }, { "watchCurrent": [ [ 10 ], "resume-token-11" ] }, { "watchSnapshot": { "version": 11, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/4", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/4", "version": 10, "value": { "doc": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection/4", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 10 ] } }, { "userListen": [ 12, { "path": "collection/5", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection/5", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/5", { "doc": 5 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/5", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/5", "version": 0, "value": { "doc": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 12 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/5" ], "rejectedDocs": [] } } }, { "watchAck": [ 12 ] }, { "watchEntity": { "docs": [ { "key": "collection/5", "version": 12, "value": { "doc": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 12 ] } }, { "watchCurrent": [ [ 12 ], "resume-token-13" ] }, { "watchSnapshot": { "version": 13, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/5", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/5", "version": 12, "value": { "doc": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection/5", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 12 ] } }, { "userListen": [ 14, { "path": "collection/6", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection/6", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/6", { "doc": 6 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/6", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/6", "version": 0, "value": { "doc": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 14 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/6" ], "rejectedDocs": [] } } }, { "watchAck": [ 14 ] }, { "watchEntity": { "docs": [ { "key": "collection/6", "version": 14, "value": { "doc": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 14 ] } }, { "watchCurrent": [ [ 14 ], "resume-token-15" ] }, { "watchSnapshot": { "version": 15, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/6", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/6", "version": 14, "value": { "doc": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection/6", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 14 ] } }, { "userListen": [ 16, { "path": "collection/7", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection/7", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/7", { "doc": 7 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/7", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/7", "version": 0, "value": { "doc": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 16 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/7" ], "rejectedDocs": [] } } }, { "watchAck": [ 16 ] }, { "watchEntity": { "docs": [ { "key": "collection/7", "version": 16, "value": { "doc": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 16 ] } }, { "watchCurrent": [ [ 16 ], "resume-token-17" ] }, { "watchSnapshot": { "version": 17, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/7", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/7", "version": 16, "value": { "doc": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection/7", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 16 ] } }, { "userListen": [ 18, { "path": "collection/8", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection/8", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/8", { "doc": 8 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/8", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/8", "version": 0, "value": { "doc": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 18 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/8" ], "rejectedDocs": [] } } }, { "watchAck": [ 18 ] }, { "watchEntity": { "docs": [ { "key": "collection/8", "version": 18, "value": { "doc": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 18 ] } }, { "watchCurrent": [ [ 18 ], "resume-token-19" ] }, { "watchSnapshot": { "version": 19, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/8", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/8", "version": 18, "value": { "doc": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection/8", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 18 ] } }, { "userListen": [ 20, { "path": "collection/9", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection/9", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/9", { "doc": 9 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/9", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/9", "version": 0, "value": { "doc": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 20 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/9" ], "rejectedDocs": [] } } }, { "watchAck": [ 20 ] }, { "watchEntity": { "docs": [ { "key": "collection/9", "version": 20, "value": { "doc": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 20 ] } }, { "watchCurrent": [ [ 20 ], "resume-token-21" ] }, { "watchSnapshot": { "version": 21, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/9", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/9", "version": 20, "value": { "doc": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection/9", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 20 ] } } ] }, "Write 100 documents and raise a snapshot": { "describeName": "Performance Tests [10 iterations]:", "itName": "Write 100 documents and raise a snapshot", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userSet": [ "collection/0", { "v": 0 } ] }, { "userSet": [ "collection/1", { "v": 1 } ] }, { "userSet": [ "collection/2", { "v": 2 } ] }, { "userSet": [ "collection/3", { "v": 3 } ] }, { "userSet": [ "collection/4", { "v": 4 } ] }, { "userSet": [ "collection/5", { "v": 5 } ] }, { "userSet": [ "collection/6", { "v": 6 } ] }, { "userSet": [ "collection/7", { "v": 7 } ] }, { "userSet": [ "collection/8", { "v": 8 } ] }, { "userSet": [ "collection/9", { "v": 9 } ] }, { "userSet": [ "collection/10", { "v": 10 } ] }, { "userSet": [ "collection/11", { "v": 11 } ] }, { "userSet": [ "collection/12", { "v": 12 } ] }, { "userSet": [ "collection/13", { "v": 13 } ] }, { "userSet": [ "collection/14", { "v": 14 } ] }, { "userSet": [ "collection/15", { "v": 15 } ] }, { "userSet": [ "collection/16", { "v": 16 } ] }, { "userSet": [ "collection/17", { "v": 17 } ] }, { "userSet": [ "collection/18", { "v": 18 } ] }, { "userSet": [ "collection/19", { "v": 19 } ] }, { "userSet": [ "collection/20", { "v": 20 } ] }, { "userSet": [ "collection/21", { "v": 21 } ] }, { "userSet": [ "collection/22", { "v": 22 } ] }, { "userSet": [ "collection/23", { "v": 23 } ] }, { "userSet": [ "collection/24", { "v": 24 } ] }, { "userSet": [ "collection/25", { "v": 25 } ] }, { "userSet": [ "collection/26", { "v": 26 } ] }, { "userSet": [ "collection/27", { "v": 27 } ] }, { "userSet": [ "collection/28", { "v": 28 } ] }, { "userSet": [ "collection/29", { "v": 29 } ] }, { "userSet": [ "collection/30", { "v": 30 } ] }, { "userSet": [ "collection/31", { "v": 31 } ] }, { "userSet": [ "collection/32", { "v": 32 } ] }, { "userSet": [ "collection/33", { "v": 33 } ] }, { "userSet": [ "collection/34", { "v": 34 } ] }, { "userSet": [ "collection/35", { "v": 35 } ] }, { "userSet": [ "collection/36", { "v": 36 } ] }, { "userSet": [ "collection/37", { "v": 37 } ] }, { "userSet": [ "collection/38", { "v": 38 } ] }, { "userSet": [ "collection/39", { "v": 39 } ] }, { "userSet": [ "collection/40", { "v": 40 } ] }, { "userSet": [ "collection/41", { "v": 41 } ] }, { "userSet": [ "collection/42", { "v": 42 } ] }, { "userSet": [ "collection/43", { "v": 43 } ] }, { "userSet": [ "collection/44", { "v": 44 } ] }, { "userSet": [ "collection/45", { "v": 45 } ] }, { "userSet": [ "collection/46", { "v": 46 } ] }, { "userSet": [ "collection/47", { "v": 47 } ] }, { "userSet": [ "collection/48", { "v": 48 } ] }, { "userSet": [ "collection/49", { "v": 49 } ] }, { "userSet": [ "collection/50", { "v": 50 } ] }, { "userSet": [ "collection/51", { "v": 51 } ] }, { "userSet": [ "collection/52", { "v": 52 } ] }, { "userSet": [ "collection/53", { "v": 53 } ] }, { "userSet": [ "collection/54", { "v": 54 } ] }, { "userSet": [ "collection/55", { "v": 55 } ] }, { "userSet": [ "collection/56", { "v": 56 } ] }, { "userSet": [ "collection/57", { "v": 57 } ] }, { "userSet": [ "collection/58", { "v": 58 } ] }, { "userSet": [ "collection/59", { "v": 59 } ] }, { "userSet": [ "collection/60", { "v": 60 } ] }, { "userSet": [ "collection/61", { "v": 61 } ] }, { "userSet": [ "collection/62", { "v": 62 } ] }, { "userSet": [ "collection/63", { "v": 63 } ] }, { "userSet": [ "collection/64", { "v": 64 } ] }, { "userSet": [ "collection/65", { "v": 65 } ] }, { "userSet": [ "collection/66", { "v": 66 } ] }, { "userSet": [ "collection/67", { "v": 67 } ] }, { "userSet": [ "collection/68", { "v": 68 } ] }, { "userSet": [ "collection/69", { "v": 69 } ] }, { "userSet": [ "collection/70", { "v": 70 } ] }, { "userSet": [ "collection/71", { "v": 71 } ] }, { "userSet": [ "collection/72", { "v": 72 } ] }, { "userSet": [ "collection/73", { "v": 73 } ] }, { "userSet": [ "collection/74", { "v": 74 } ] }, { "userSet": [ "collection/75", { "v": 75 } ] }, { "userSet": [ "collection/76", { "v": 76 } ] }, { "userSet": [ "collection/77", { "v": 77 } ] }, { "userSet": [ "collection/78", { "v": 78 } ] }, { "userSet": [ "collection/79", { "v": 79 } ] }, { "userSet": [ "collection/80", { "v": 80 } ] }, { "userSet": [ "collection/81", { "v": 81 } ] }, { "userSet": [ "collection/82", { "v": 82 } ] }, { "userSet": [ "collection/83", { "v": 83 } ] }, { "userSet": [ "collection/84", { "v": 84 } ] }, { "userSet": [ "collection/85", { "v": 85 } ] }, { "userSet": [ "collection/86", { "v": 86 } ] }, { "userSet": [ "collection/87", { "v": 87 } ] }, { "userSet": [ "collection/88", { "v": 88 } ] }, { "userSet": [ "collection/89", { "v": 89 } ] }, { "userSet": [ "collection/90", { "v": 90 } ] }, { "userSet": [ "collection/91", { "v": 91 } ] }, { "userSet": [ "collection/92", { "v": 92 } ] }, { "userSet": [ "collection/93", { "v": 93 } ] }, { "userSet": [ "collection/94", { "v": 94 } ] }, { "userSet": [ "collection/95", { "v": 95 } ] }, { "userSet": [ "collection/96", { "v": 96 } ] }, { "userSet": [ "collection/97", { "v": 97 } ] }, { "userSet": [ "collection/98", { "v": 98 } ] }, { "userSet": [ "collection/99", { "v": 99 } ] }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 0, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 0, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 0, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 0, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 0, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 0, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 0, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 0, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 0, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 0, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 0, "value": { "v": 11 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 0, "value": { "v": 12 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 0, "value": { "v": 13 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 0, "value": { "v": 14 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 0, "value": { "v": 15 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 0, "value": { "v": 16 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 0, "value": { "v": 17 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 0, "value": { "v": 18 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 0, "value": { "v": 19 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 0, "value": { "v": 20 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 0, "value": { "v": 21 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 0, "value": { "v": 22 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 0, "value": { "v": 23 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 0, "value": { "v": 24 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 0, "value": { "v": 25 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 0, "value": { "v": 26 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 0, "value": { "v": 27 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 0, "value": { "v": 28 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 0, "value": { "v": 29 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 0, "value": { "v": 30 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 0, "value": { "v": 31 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 0, "value": { "v": 32 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 0, "value": { "v": 33 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 0, "value": { "v": 34 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 0, "value": { "v": 35 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 0, "value": { "v": 36 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 0, "value": { "v": 37 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 0, "value": { "v": 38 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 0, "value": { "v": 39 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 0, "value": { "v": 40 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 0, "value": { "v": 41 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 0, "value": { "v": 42 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 0, "value": { "v": 43 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 0, "value": { "v": 44 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 0, "value": { "v": 45 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 0, "value": { "v": 46 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 0, "value": { "v": 47 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 0, "value": { "v": 48 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 0, "value": { "v": 49 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 0, "value": { "v": 50 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 0, "value": { "v": 51 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 0, "value": { "v": 52 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 0, "value": { "v": 53 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 0, "value": { "v": 54 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 0, "value": { "v": 55 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 0, "value": { "v": 56 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 0, "value": { "v": 57 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 0, "value": { "v": 58 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 0, "value": { "v": 59 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 0, "value": { "v": 60 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 0, "value": { "v": 61 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 0, "value": { "v": 62 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 0, "value": { "v": 63 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 0, "value": { "v": 64 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 0, "value": { "v": 65 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 0, "value": { "v": 66 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 0, "value": { "v": 67 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 0, "value": { "v": 68 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 0, "value": { "v": 69 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 0, "value": { "v": 70 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 0, "value": { "v": 71 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 0, "value": { "v": 72 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 0, "value": { "v": 73 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 0, "value": { "v": 74 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 0, "value": { "v": 75 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 0, "value": { "v": 76 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 0, "value": { "v": 77 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 0, "value": { "v": 78 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 0, "value": { "v": 79 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 0, "value": { "v": 80 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 0, "value": { "v": 81 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 0, "value": { "v": 82 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 0, "value": { "v": 83 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 0, "value": { "v": 84 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 0, "value": { "v": 85 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 0, "value": { "v": 86 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 0, "value": { "v": 87 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 0, "value": { "v": 88 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 0, "value": { "v": 89 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 0, "value": { "v": 90 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 0, "value": { "v": 91 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 0, "value": { "v": 92 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 0, "value": { "v": 93 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 0, "value": { "v": 94 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 0, "value": { "v": 95 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 0, "value": { "v": 96 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 0, "value": { "v": 97 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 0, "value": { "v": 98 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 0, "value": { "v": 99 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } } ] }, "Update a single document": { "describeName": "Performance Tests [10 iterations]:", "itName": "Update a single document", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userSet": [ "collection/doc", { "v": 0 } ] }, { "userPatch": [ "collection/doc", { "v": 1 } ] }, { "writeAck": { "version": 1 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 2 } ] }, { "writeAck": { "version": 2 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 3 } ] }, { "writeAck": { "version": 3 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 4 } ] }, { "writeAck": { "version": 4 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 5 } ] }, { "writeAck": { "version": 5 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 6 } ] }, { "writeAck": { "version": 6 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 7 } ] }, { "writeAck": { "version": 7 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 8 } ] }, { "writeAck": { "version": 8 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 9 } ] }, { "writeAck": { "version": 9 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "userPatch": [ "collection/doc", { "v": 10 } ] }, { "writeAck": { "version": 10 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } } ] }, "Update a document and wait for snapshot with existing listen": { "describeName": "Performance Tests [10 iterations]:", "itName": "Update a document and wait for snapshot with existing listen", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userListen": [ 2, { "path": "collection/doc", "filters": [], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/doc", "filters": [], "orderBys": [] } ], "resumeToken": "" } } } }, { "userSet": [ "collection/doc", { "v": 0 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "added": [ { "key": "collection/doc", "version": 0, "value": { "v": 0 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": true } ] }, { "writeAck": { "version": 2 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchAck": [ 2 ] }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 2, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchCurrent": [ [ 2 ], "resume-token-3" ] }, { "watchSnapshot": { "version": 3, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 2, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 1 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 2, "value": { "v": 1 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 4 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 4, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 5, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 4, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 2 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 4, "value": { "v": 2 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 6 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 6, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 7, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 6, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 3 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 6, "value": { "v": 3 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 8 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 8, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 9, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 8, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 4 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 8, "value": { "v": 4 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 10 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 10, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 11, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 10, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 5 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 10, "value": { "v": 5 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 12 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 12, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 13, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 12, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 6 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 12, "value": { "v": 6 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 14 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 14, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 15, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 14, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 7 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 14, "value": { "v": 7 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 16 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 16, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 17, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 16, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 8 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 16, "value": { "v": 8 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 18 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 18, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 19, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 18, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 9 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 18, "value": { "v": 9 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 20 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 20, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 21, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 20, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userPatch": [ "collection/doc", { "v": 10 } ], "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "modified": [ { "key": "collection/doc", "version": 20, "value": { "v": 10 }, "options": { "hasLocalMutations": true, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": true } ] }, { "writeAck": { "version": 22 }, "expectedState": { "userCallbacks": { "acknowledgedDocs": [ "collection/doc" ], "rejectedDocs": [] } } }, { "watchEntity": { "docs": [ { "key": "collection/doc", "version": 22, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 23, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/doc", "filters": [], "orderBys": [] }, "metadata": [ { "key": "collection/doc", "version": 22, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] } ] }, "Process 100 documents from Watch and wait for snapshot": { "describeName": "Performance Tests [10 iterations]:", "itName": "Process 100 documents from Watch and wait for snapshot", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 2 ] }, { "watchEntity": { "docs": [], "targets": [ 2 ] } }, { "watchCurrent": [ [ 2 ], "resume-token-1" ] }, { "watchSnapshot": { "version": 1, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 2, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 3, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 4, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 5, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 6, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 7, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 8, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 9, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 10, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 11, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 12, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 13, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 14, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 15, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 16, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 17, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 18, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 19, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 20, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 21, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 22, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 23, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 24, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 25, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 26, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 27, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 28, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 29, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 30, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 31, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 32, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 33, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 34, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 35, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 36, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 37, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 38, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 39, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 40, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 41, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 42, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 43, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 44, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 45, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 46, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 47, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 48, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 49, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 50, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 51, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 52, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 53, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 54, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 55, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 56, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 57, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 58, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 59, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 60, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 61, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 62, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 63, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 64, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 65, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 66, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 67, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 68, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 69, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 70, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 71, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 72, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 73, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 74, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 75, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 76, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 77, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 78, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 79, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 80, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 81, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 82, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 83, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 84, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 85, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 86, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 87, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 88, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 89, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 90, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 91, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 92, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 93, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 94, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 95, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 96, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 97, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 98, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 99, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 100, "value": { "v": 100 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 101, "value": { "v": 101 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 102, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/0", "version": 2, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 3, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 4, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 5, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 6, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 7, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 8, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 9, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 10, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 11, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 12, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 13, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 14, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 15, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 16, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 17, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 18, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 19, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 20, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 21, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 22, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 23, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 24, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 25, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 26, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 27, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 28, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 29, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 30, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 31, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 32, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 33, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 34, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 35, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 36, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 37, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 38, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 39, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 40, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 41, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 42, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 43, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 44, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 45, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 46, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 47, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 48, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 49, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 50, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 51, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 52, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 53, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 54, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 55, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 56, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 57, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 58, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 59, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 60, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 61, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 62, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 63, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 64, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 65, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 66, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 67, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 68, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 69, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 70, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 71, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 72, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 73, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 74, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 75, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 76, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 77, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 78, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 79, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 80, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 81, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 82, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 83, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 84, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 85, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 86, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 87, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 88, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 89, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 90, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 91, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 92, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 93, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 94, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 95, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 96, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 97, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 98, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 99, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 100, "value": { "v": 100 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 101, "value": { "v": 101 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 103, "value": { "v": 103 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 104, "value": { "v": 104 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 105, "value": { "v": 105 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 106, "value": { "v": 106 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 107, "value": { "v": 107 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 108, "value": { "v": 108 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 109, "value": { "v": 109 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 110, "value": { "v": 110 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 111, "value": { "v": 111 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 112, "value": { "v": 112 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 113, "value": { "v": 113 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 114, "value": { "v": 114 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 115, "value": { "v": 115 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 116, "value": { "v": 116 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 117, "value": { "v": 117 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 118, "value": { "v": 118 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 119, "value": { "v": 119 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 120, "value": { "v": 120 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 121, "value": { "v": 121 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 122, "value": { "v": 122 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 123, "value": { "v": 123 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 124, "value": { "v": 124 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 125, "value": { "v": 125 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 126, "value": { "v": 126 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 127, "value": { "v": 127 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 128, "value": { "v": 128 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 129, "value": { "v": 129 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 130, "value": { "v": 130 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 131, "value": { "v": 131 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 132, "value": { "v": 132 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 133, "value": { "v": 133 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 134, "value": { "v": 134 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 135, "value": { "v": 135 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 136, "value": { "v": 136 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 137, "value": { "v": 137 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 138, "value": { "v": 138 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 139, "value": { "v": 139 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 140, "value": { "v": 140 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 141, "value": { "v": 141 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 142, "value": { "v": 142 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 143, "value": { "v": 143 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 144, "value": { "v": 144 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 145, "value": { "v": 145 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 146, "value": { "v": 146 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 147, "value": { "v": 147 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 148, "value": { "v": 148 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 149, "value": { "v": 149 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 150, "value": { "v": 150 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 151, "value": { "v": 151 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 152, "value": { "v": 152 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 153, "value": { "v": 153 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 154, "value": { "v": 154 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 155, "value": { "v": 155 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 156, "value": { "v": 156 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 157, "value": { "v": 157 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 158, "value": { "v": 158 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 159, "value": { "v": 159 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 160, "value": { "v": 160 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 161, "value": { "v": 161 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 162, "value": { "v": 162 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 163, "value": { "v": 163 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 164, "value": { "v": 164 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 165, "value": { "v": 165 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 166, "value": { "v": 166 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 167, "value": { "v": 167 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 168, "value": { "v": 168 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 169, "value": { "v": 169 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 170, "value": { "v": 170 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 171, "value": { "v": 171 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 172, "value": { "v": 172 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 173, "value": { "v": 173 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 174, "value": { "v": 174 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 175, "value": { "v": 175 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 176, "value": { "v": 176 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 177, "value": { "v": 177 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 178, "value": { "v": 178 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 179, "value": { "v": 179 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 180, "value": { "v": 180 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 181, "value": { "v": 181 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 182, "value": { "v": 182 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 183, "value": { "v": 183 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 184, "value": { "v": 184 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 185, "value": { "v": 185 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 186, "value": { "v": 186 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 187, "value": { "v": 187 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 188, "value": { "v": 188 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 189, "value": { "v": 189 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 190, "value": { "v": 190 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 191, "value": { "v": 191 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 192, "value": { "v": 192 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 193, "value": { "v": 193 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 194, "value": { "v": 194 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 195, "value": { "v": 195 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 196, "value": { "v": 196 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 197, "value": { "v": 197 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 198, "value": { "v": 198 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 199, "value": { "v": 199 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 200, "value": { "v": 200 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 201, "value": { "v": 201 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 202, "value": { "v": 202 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 203, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 103, "value": { "v": 103 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 104, "value": { "v": 104 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 105, "value": { "v": 105 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 106, "value": { "v": 106 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 107, "value": { "v": 107 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 108, "value": { "v": 108 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 109, "value": { "v": 109 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 110, "value": { "v": 110 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 111, "value": { "v": 111 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 112, "value": { "v": 112 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 113, "value": { "v": 113 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 114, "value": { "v": 114 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 115, "value": { "v": 115 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 116, "value": { "v": 116 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 117, "value": { "v": 117 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 118, "value": { "v": 118 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 119, "value": { "v": 119 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 120, "value": { "v": 120 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 121, "value": { "v": 121 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 122, "value": { "v": 122 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 123, "value": { "v": 123 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 124, "value": { "v": 124 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 125, "value": { "v": 125 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 126, "value": { "v": 126 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 127, "value": { "v": 127 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 128, "value": { "v": 128 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 129, "value": { "v": 129 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 130, "value": { "v": 130 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 131, "value": { "v": 131 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 132, "value": { "v": 132 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 133, "value": { "v": 133 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 134, "value": { "v": 134 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 135, "value": { "v": 135 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 136, "value": { "v": 136 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 137, "value": { "v": 137 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 138, "value": { "v": 138 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 139, "value": { "v": 139 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 140, "value": { "v": 140 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 141, "value": { "v": 141 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 142, "value": { "v": 142 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 143, "value": { "v": 143 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 144, "value": { "v": 144 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 145, "value": { "v": 145 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 146, "value": { "v": 146 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 147, "value": { "v": 147 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 148, "value": { "v": 148 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 149, "value": { "v": 149 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 150, "value": { "v": 150 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 151, "value": { "v": 151 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 152, "value": { "v": 152 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 153, "value": { "v": 153 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 154, "value": { "v": 154 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 155, "value": { "v": 155 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 156, "value": { "v": 156 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 157, "value": { "v": 157 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 158, "value": { "v": 158 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 159, "value": { "v": 159 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 160, "value": { "v": 160 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 161, "value": { "v": 161 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 162, "value": { "v": 162 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 163, "value": { "v": 163 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 164, "value": { "v": 164 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 165, "value": { "v": 165 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 166, "value": { "v": 166 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 167, "value": { "v": 167 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 168, "value": { "v": 168 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 169, "value": { "v": 169 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 170, "value": { "v": 170 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 171, "value": { "v": 171 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 172, "value": { "v": 172 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 173, "value": { "v": 173 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 174, "value": { "v": 174 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 175, "value": { "v": 175 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 176, "value": { "v": 176 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 177, "value": { "v": 177 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 178, "value": { "v": 178 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 179, "value": { "v": 179 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 180, "value": { "v": 180 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 181, "value": { "v": 181 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 182, "value": { "v": 182 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 183, "value": { "v": 183 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 184, "value": { "v": 184 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 185, "value": { "v": 185 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 186, "value": { "v": 186 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 187, "value": { "v": 187 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 188, "value": { "v": 188 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 189, "value": { "v": 189 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 190, "value": { "v": 190 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 191, "value": { "v": 191 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 192, "value": { "v": 192 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 193, "value": { "v": 193 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 194, "value": { "v": 194 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 195, "value": { "v": 195 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 196, "value": { "v": 196 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 197, "value": { "v": 197 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 198, "value": { "v": 198 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 199, "value": { "v": 199 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 200, "value": { "v": 200 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 201, "value": { "v": 201 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 202, "value": { "v": 202 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 204, "value": { "v": 204 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 205, "value": { "v": 205 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 206, "value": { "v": 206 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 207, "value": { "v": 207 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 208, "value": { "v": 208 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 209, "value": { "v": 209 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 210, "value": { "v": 210 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 211, "value": { "v": 211 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 212, "value": { "v": 212 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 213, "value": { "v": 213 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 214, "value": { "v": 214 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 215, "value": { "v": 215 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 216, "value": { "v": 216 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 217, "value": { "v": 217 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 218, "value": { "v": 218 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 219, "value": { "v": 219 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 220, "value": { "v": 220 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 221, "value": { "v": 221 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 222, "value": { "v": 222 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 223, "value": { "v": 223 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 224, "value": { "v": 224 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 225, "value": { "v": 225 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 226, "value": { "v": 226 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 227, "value": { "v": 227 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 228, "value": { "v": 228 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 229, "value": { "v": 229 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 230, "value": { "v": 230 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 231, "value": { "v": 231 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 232, "value": { "v": 232 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 233, "value": { "v": 233 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 234, "value": { "v": 234 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 235, "value": { "v": 235 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 236, "value": { "v": 236 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 237, "value": { "v": 237 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 238, "value": { "v": 238 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 239, "value": { "v": 239 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 240, "value": { "v": 240 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 241, "value": { "v": 241 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 242, "value": { "v": 242 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 243, "value": { "v": 243 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 244, "value": { "v": 244 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 245, "value": { "v": 245 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 246, "value": { "v": 246 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 247, "value": { "v": 247 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 248, "value": { "v": 248 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 249, "value": { "v": 249 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 250, "value": { "v": 250 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 251, "value": { "v": 251 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 252, "value": { "v": 252 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 253, "value": { "v": 253 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 254, "value": { "v": 254 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 255, "value": { "v": 255 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 256, "value": { "v": 256 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 257, "value": { "v": 257 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 258, "value": { "v": 258 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 259, "value": { "v": 259 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 260, "value": { "v": 260 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 261, "value": { "v": 261 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 262, "value": { "v": 262 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 263, "value": { "v": 263 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 264, "value": { "v": 264 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 265, "value": { "v": 265 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 266, "value": { "v": 266 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 267, "value": { "v": 267 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 268, "value": { "v": 268 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 269, "value": { "v": 269 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 270, "value": { "v": 270 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 271, "value": { "v": 271 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 272, "value": { "v": 272 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 273, "value": { "v": 273 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 274, "value": { "v": 274 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 275, "value": { "v": 275 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 276, "value": { "v": 276 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 277, "value": { "v": 277 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 278, "value": { "v": 278 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 279, "value": { "v": 279 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 280, "value": { "v": 280 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 281, "value": { "v": 281 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 282, "value": { "v": 282 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 283, "value": { "v": 283 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 284, "value": { "v": 284 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 285, "value": { "v": 285 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 286, "value": { "v": 286 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 287, "value": { "v": 287 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 288, "value": { "v": 288 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 289, "value": { "v": 289 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 290, "value": { "v": 290 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 291, "value": { "v": 291 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 292, "value": { "v": 292 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 293, "value": { "v": 293 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 294, "value": { "v": 294 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 295, "value": { "v": 295 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 296, "value": { "v": 296 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 297, "value": { "v": 297 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 298, "value": { "v": 298 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 299, "value": { "v": 299 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 300, "value": { "v": 300 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 301, "value": { "v": 301 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 302, "value": { "v": 302 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 303, "value": { "v": 303 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 304, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 204, "value": { "v": 204 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 205, "value": { "v": 205 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 206, "value": { "v": 206 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 207, "value": { "v": 207 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 208, "value": { "v": 208 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 209, "value": { "v": 209 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 210, "value": { "v": 210 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 211, "value": { "v": 211 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 212, "value": { "v": 212 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 213, "value": { "v": 213 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 214, "value": { "v": 214 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 215, "value": { "v": 215 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 216, "value": { "v": 216 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 217, "value": { "v": 217 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 218, "value": { "v": 218 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 219, "value": { "v": 219 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 220, "value": { "v": 220 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 221, "value": { "v": 221 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 222, "value": { "v": 222 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 223, "value": { "v": 223 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 224, "value": { "v": 224 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 225, "value": { "v": 225 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 226, "value": { "v": 226 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 227, "value": { "v": 227 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 228, "value": { "v": 228 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 229, "value": { "v": 229 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 230, "value": { "v": 230 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 231, "value": { "v": 231 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 232, "value": { "v": 232 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 233, "value": { "v": 233 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 234, "value": { "v": 234 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 235, "value": { "v": 235 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 236, "value": { "v": 236 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 237, "value": { "v": 237 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 238, "value": { "v": 238 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 239, "value": { "v": 239 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 240, "value": { "v": 240 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 241, "value": { "v": 241 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 242, "value": { "v": 242 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 243, "value": { "v": 243 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 244, "value": { "v": 244 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 245, "value": { "v": 245 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 246, "value": { "v": 246 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 247, "value": { "v": 247 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 248, "value": { "v": 248 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 249, "value": { "v": 249 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 250, "value": { "v": 250 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 251, "value": { "v": 251 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 252, "value": { "v": 252 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 253, "value": { "v": 253 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 254, "value": { "v": 254 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 255, "value": { "v": 255 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 256, "value": { "v": 256 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 257, "value": { "v": 257 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 258, "value": { "v": 258 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 259, "value": { "v": 259 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 260, "value": { "v": 260 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 261, "value": { "v": 261 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 262, "value": { "v": 262 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 263, "value": { "v": 263 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 264, "value": { "v": 264 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 265, "value": { "v": 265 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 266, "value": { "v": 266 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 267, "value": { "v": 267 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 268, "value": { "v": 268 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 269, "value": { "v": 269 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 270, "value": { "v": 270 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 271, "value": { "v": 271 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 272, "value": { "v": 272 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 273, "value": { "v": 273 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 274, "value": { "v": 274 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 275, "value": { "v": 275 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 276, "value": { "v": 276 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 277, "value": { "v": 277 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 278, "value": { "v": 278 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 279, "value": { "v": 279 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 280, "value": { "v": 280 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 281, "value": { "v": 281 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 282, "value": { "v": 282 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 283, "value": { "v": 283 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 284, "value": { "v": 284 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 285, "value": { "v": 285 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 286, "value": { "v": 286 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 287, "value": { "v": 287 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 288, "value": { "v": 288 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 289, "value": { "v": 289 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 290, "value": { "v": 290 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 291, "value": { "v": 291 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 292, "value": { "v": 292 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 293, "value": { "v": 293 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 294, "value": { "v": 294 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 295, "value": { "v": 295 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 296, "value": { "v": 296 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 297, "value": { "v": 297 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 298, "value": { "v": 298 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 299, "value": { "v": 299 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 300, "value": { "v": 300 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 301, "value": { "v": 301 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 302, "value": { "v": 302 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 303, "value": { "v": 303 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 305, "value": { "v": 305 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 306, "value": { "v": 306 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 307, "value": { "v": 307 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 308, "value": { "v": 308 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 309, "value": { "v": 309 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 310, "value": { "v": 310 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 311, "value": { "v": 311 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 312, "value": { "v": 312 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 313, "value": { "v": 313 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 314, "value": { "v": 314 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 315, "value": { "v": 315 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 316, "value": { "v": 316 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 317, "value": { "v": 317 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 318, "value": { "v": 318 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 319, "value": { "v": 319 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 320, "value": { "v": 320 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 321, "value": { "v": 321 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 322, "value": { "v": 322 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 323, "value": { "v": 323 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 324, "value": { "v": 324 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 325, "value": { "v": 325 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 326, "value": { "v": 326 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 327, "value": { "v": 327 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 328, "value": { "v": 328 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 329, "value": { "v": 329 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 330, "value": { "v": 330 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 331, "value": { "v": 331 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 332, "value": { "v": 332 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 333, "value": { "v": 333 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 334, "value": { "v": 334 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 335, "value": { "v": 335 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 336, "value": { "v": 336 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 337, "value": { "v": 337 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 338, "value": { "v": 338 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 339, "value": { "v": 339 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 340, "value": { "v": 340 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 341, "value": { "v": 341 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 342, "value": { "v": 342 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 343, "value": { "v": 343 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 344, "value": { "v": 344 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 345, "value": { "v": 345 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 346, "value": { "v": 346 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 347, "value": { "v": 347 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 348, "value": { "v": 348 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 349, "value": { "v": 349 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 350, "value": { "v": 350 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 351, "value": { "v": 351 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 352, "value": { "v": 352 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 353, "value": { "v": 353 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 354, "value": { "v": 354 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 355, "value": { "v": 355 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 356, "value": { "v": 356 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 357, "value": { "v": 357 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 358, "value": { "v": 358 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 359, "value": { "v": 359 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 360, "value": { "v": 360 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 361, "value": { "v": 361 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 362, "value": { "v": 362 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 363, "value": { "v": 363 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 364, "value": { "v": 364 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 365, "value": { "v": 365 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 366, "value": { "v": 366 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 367, "value": { "v": 367 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 368, "value": { "v": 368 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 369, "value": { "v": 369 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 370, "value": { "v": 370 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 371, "value": { "v": 371 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 372, "value": { "v": 372 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 373, "value": { "v": 373 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 374, "value": { "v": 374 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 375, "value": { "v": 375 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 376, "value": { "v": 376 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 377, "value": { "v": 377 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 378, "value": { "v": 378 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 379, "value": { "v": 379 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 380, "value": { "v": 380 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 381, "value": { "v": 381 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 382, "value": { "v": 382 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 383, "value": { "v": 383 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 384, "value": { "v": 384 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 385, "value": { "v": 385 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 386, "value": { "v": 386 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 387, "value": { "v": 387 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 388, "value": { "v": 388 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 389, "value": { "v": 389 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 390, "value": { "v": 390 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 391, "value": { "v": 391 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 392, "value": { "v": 392 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 393, "value": { "v": 393 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 394, "value": { "v": 394 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 395, "value": { "v": 395 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 396, "value": { "v": 396 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 397, "value": { "v": 397 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 398, "value": { "v": 398 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 399, "value": { "v": 399 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 400, "value": { "v": 400 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 401, "value": { "v": 401 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 402, "value": { "v": 402 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 403, "value": { "v": 403 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 404, "value": { "v": 404 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 405, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 305, "value": { "v": 305 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 306, "value": { "v": 306 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 307, "value": { "v": 307 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 308, "value": { "v": 308 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 309, "value": { "v": 309 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 310, "value": { "v": 310 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 311, "value": { "v": 311 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 312, "value": { "v": 312 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 313, "value": { "v": 313 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 314, "value": { "v": 314 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 315, "value": { "v": 315 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 316, "value": { "v": 316 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 317, "value": { "v": 317 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 318, "value": { "v": 318 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 319, "value": { "v": 319 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 320, "value": { "v": 320 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 321, "value": { "v": 321 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 322, "value": { "v": 322 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 323, "value": { "v": 323 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 324, "value": { "v": 324 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 325, "value": { "v": 325 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 326, "value": { "v": 326 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 327, "value": { "v": 327 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 328, "value": { "v": 328 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 329, "value": { "v": 329 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 330, "value": { "v": 330 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 331, "value": { "v": 331 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 332, "value": { "v": 332 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 333, "value": { "v": 333 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 334, "value": { "v": 334 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 335, "value": { "v": 335 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 336, "value": { "v": 336 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 337, "value": { "v": 337 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 338, "value": { "v": 338 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 339, "value": { "v": 339 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 340, "value": { "v": 340 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 341, "value": { "v": 341 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 342, "value": { "v": 342 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 343, "value": { "v": 343 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 344, "value": { "v": 344 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 345, "value": { "v": 345 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 346, "value": { "v": 346 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 347, "value": { "v": 347 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 348, "value": { "v": 348 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 349, "value": { "v": 349 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 350, "value": { "v": 350 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 351, "value": { "v": 351 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 352, "value": { "v": 352 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 353, "value": { "v": 353 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 354, "value": { "v": 354 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 355, "value": { "v": 355 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 356, "value": { "v": 356 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 357, "value": { "v": 357 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 358, "value": { "v": 358 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 359, "value": { "v": 359 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 360, "value": { "v": 360 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 361, "value": { "v": 361 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 362, "value": { "v": 362 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 363, "value": { "v": 363 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 364, "value": { "v": 364 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 365, "value": { "v": 365 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 366, "value": { "v": 366 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 367, "value": { "v": 367 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 368, "value": { "v": 368 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 369, "value": { "v": 369 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 370, "value": { "v": 370 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 371, "value": { "v": 371 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 372, "value": { "v": 372 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 373, "value": { "v": 373 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 374, "value": { "v": 374 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 375, "value": { "v": 375 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 376, "value": { "v": 376 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 377, "value": { "v": 377 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 378, "value": { "v": 378 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 379, "value": { "v": 379 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 380, "value": { "v": 380 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 381, "value": { "v": 381 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 382, "value": { "v": 382 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 383, "value": { "v": 383 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 384, "value": { "v": 384 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 385, "value": { "v": 385 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 386, "value": { "v": 386 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 387, "value": { "v": 387 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 388, "value": { "v": 388 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 389, "value": { "v": 389 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 390, "value": { "v": 390 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 391, "value": { "v": 391 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 392, "value": { "v": 392 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 393, "value": { "v": 393 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 394, "value": { "v": 394 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 395, "value": { "v": 395 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 396, "value": { "v": 396 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 397, "value": { "v": 397 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 398, "value": { "v": 398 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 399, "value": { "v": 399 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 400, "value": { "v": 400 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 401, "value": { "v": 401 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 402, "value": { "v": 402 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 403, "value": { "v": 403 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 404, "value": { "v": 404 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 406, "value": { "v": 406 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 407, "value": { "v": 407 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 408, "value": { "v": 408 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 409, "value": { "v": 409 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 410, "value": { "v": 410 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 411, "value": { "v": 411 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 412, "value": { "v": 412 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 413, "value": { "v": 413 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 414, "value": { "v": 414 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 415, "value": { "v": 415 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 416, "value": { "v": 416 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 417, "value": { "v": 417 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 418, "value": { "v": 418 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 419, "value": { "v": 419 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 420, "value": { "v": 420 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 421, "value": { "v": 421 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 422, "value": { "v": 422 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 423, "value": { "v": 423 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 424, "value": { "v": 424 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 425, "value": { "v": 425 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 426, "value": { "v": 426 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 427, "value": { "v": 427 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 428, "value": { "v": 428 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 429, "value": { "v": 429 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 430, "value": { "v": 430 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 431, "value": { "v": 431 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 432, "value": { "v": 432 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 433, "value": { "v": 433 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 434, "value": { "v": 434 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 435, "value": { "v": 435 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 436, "value": { "v": 436 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 437, "value": { "v": 437 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 438, "value": { "v": 438 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 439, "value": { "v": 439 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 440, "value": { "v": 440 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 441, "value": { "v": 441 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 442, "value": { "v": 442 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 443, "value": { "v": 443 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 444, "value": { "v": 444 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 445, "value": { "v": 445 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 446, "value": { "v": 446 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 447, "value": { "v": 447 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 448, "value": { "v": 448 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 449, "value": { "v": 449 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 450, "value": { "v": 450 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 451, "value": { "v": 451 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 452, "value": { "v": 452 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 453, "value": { "v": 453 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 454, "value": { "v": 454 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 455, "value": { "v": 455 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 456, "value": { "v": 456 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 457, "value": { "v": 457 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 458, "value": { "v": 458 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 459, "value": { "v": 459 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 460, "value": { "v": 460 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 461, "value": { "v": 461 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 462, "value": { "v": 462 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 463, "value": { "v": 463 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 464, "value": { "v": 464 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 465, "value": { "v": 465 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 466, "value": { "v": 466 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 467, "value": { "v": 467 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 468, "value": { "v": 468 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 469, "value": { "v": 469 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 470, "value": { "v": 470 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 471, "value": { "v": 471 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 472, "value": { "v": 472 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 473, "value": { "v": 473 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 474, "value": { "v": 474 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 475, "value": { "v": 475 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 476, "value": { "v": 476 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 477, "value": { "v": 477 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 478, "value": { "v": 478 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 479, "value": { "v": 479 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 480, "value": { "v": 480 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 481, "value": { "v": 481 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 482, "value": { "v": 482 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 483, "value": { "v": 483 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 484, "value": { "v": 484 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 485, "value": { "v": 485 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 486, "value": { "v": 486 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 487, "value": { "v": 487 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 488, "value": { "v": 488 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 489, "value": { "v": 489 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 490, "value": { "v": 490 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 491, "value": { "v": 491 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 492, "value": { "v": 492 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 493, "value": { "v": 493 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 494, "value": { "v": 494 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 495, "value": { "v": 495 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 496, "value": { "v": 496 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 497, "value": { "v": 497 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 498, "value": { "v": 498 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 499, "value": { "v": 499 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 500, "value": { "v": 500 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 501, "value": { "v": 501 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 502, "value": { "v": 502 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 503, "value": { "v": 503 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 504, "value": { "v": 504 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 505, "value": { "v": 505 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 506, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 406, "value": { "v": 406 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 407, "value": { "v": 407 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 408, "value": { "v": 408 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 409, "value": { "v": 409 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 410, "value": { "v": 410 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 411, "value": { "v": 411 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 412, "value": { "v": 412 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 413, "value": { "v": 413 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 414, "value": { "v": 414 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 415, "value": { "v": 415 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 416, "value": { "v": 416 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 417, "value": { "v": 417 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 418, "value": { "v": 418 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 419, "value": { "v": 419 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 420, "value": { "v": 420 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 421, "value": { "v": 421 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 422, "value": { "v": 422 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 423, "value": { "v": 423 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 424, "value": { "v": 424 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 425, "value": { "v": 425 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 426, "value": { "v": 426 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 427, "value": { "v": 427 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 428, "value": { "v": 428 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 429, "value": { "v": 429 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 430, "value": { "v": 430 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 431, "value": { "v": 431 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 432, "value": { "v": 432 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 433, "value": { "v": 433 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 434, "value": { "v": 434 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 435, "value": { "v": 435 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 436, "value": { "v": 436 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 437, "value": { "v": 437 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 438, "value": { "v": 438 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 439, "value": { "v": 439 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 440, "value": { "v": 440 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 441, "value": { "v": 441 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 442, "value": { "v": 442 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 443, "value": { "v": 443 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 444, "value": { "v": 444 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 445, "value": { "v": 445 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 446, "value": { "v": 446 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 447, "value": { "v": 447 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 448, "value": { "v": 448 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 449, "value": { "v": 449 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 450, "value": { "v": 450 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 451, "value": { "v": 451 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 452, "value": { "v": 452 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 453, "value": { "v": 453 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 454, "value": { "v": 454 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 455, "value": { "v": 455 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 456, "value": { "v": 456 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 457, "value": { "v": 457 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 458, "value": { "v": 458 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 459, "value": { "v": 459 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 460, "value": { "v": 460 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 461, "value": { "v": 461 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 462, "value": { "v": 462 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 463, "value": { "v": 463 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 464, "value": { "v": 464 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 465, "value": { "v": 465 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 466, "value": { "v": 466 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 467, "value": { "v": 467 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 468, "value": { "v": 468 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 469, "value": { "v": 469 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 470, "value": { "v": 470 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 471, "value": { "v": 471 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 472, "value": { "v": 472 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 473, "value": { "v": 473 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 474, "value": { "v": 474 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 475, "value": { "v": 475 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 476, "value": { "v": 476 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 477, "value": { "v": 477 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 478, "value": { "v": 478 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 479, "value": { "v": 479 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 480, "value": { "v": 480 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 481, "value": { "v": 481 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 482, "value": { "v": 482 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 483, "value": { "v": 483 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 484, "value": { "v": 484 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 485, "value": { "v": 485 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 486, "value": { "v": 486 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 487, "value": { "v": 487 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 488, "value": { "v": 488 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 489, "value": { "v": 489 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 490, "value": { "v": 490 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 491, "value": { "v": 491 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 492, "value": { "v": 492 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 493, "value": { "v": 493 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 494, "value": { "v": 494 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 495, "value": { "v": 495 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 496, "value": { "v": 496 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 497, "value": { "v": 497 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 498, "value": { "v": 498 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 499, "value": { "v": 499 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 500, "value": { "v": 500 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 501, "value": { "v": 501 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 502, "value": { "v": 502 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 503, "value": { "v": 503 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 504, "value": { "v": 504 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 505, "value": { "v": 505 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 507, "value": { "v": 507 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 508, "value": { "v": 508 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 509, "value": { "v": 509 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 510, "value": { "v": 510 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 511, "value": { "v": 511 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 512, "value": { "v": 512 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 513, "value": { "v": 513 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 514, "value": { "v": 514 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 515, "value": { "v": 515 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 516, "value": { "v": 516 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 517, "value": { "v": 517 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 518, "value": { "v": 518 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 519, "value": { "v": 519 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 520, "value": { "v": 520 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 521, "value": { "v": 521 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 522, "value": { "v": 522 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 523, "value": { "v": 523 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 524, "value": { "v": 524 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 525, "value": { "v": 525 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 526, "value": { "v": 526 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 527, "value": { "v": 527 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 528, "value": { "v": 528 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 529, "value": { "v": 529 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 530, "value": { "v": 530 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 531, "value": { "v": 531 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 532, "value": { "v": 532 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 533, "value": { "v": 533 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 534, "value": { "v": 534 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 535, "value": { "v": 535 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 536, "value": { "v": 536 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 537, "value": { "v": 537 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 538, "value": { "v": 538 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 539, "value": { "v": 539 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 540, "value": { "v": 540 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 541, "value": { "v": 541 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 542, "value": { "v": 542 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 543, "value": { "v": 543 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 544, "value": { "v": 544 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 545, "value": { "v": 545 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 546, "value": { "v": 546 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 547, "value": { "v": 547 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 548, "value": { "v": 548 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 549, "value": { "v": 549 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 550, "value": { "v": 550 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 551, "value": { "v": 551 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 552, "value": { "v": 552 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 553, "value": { "v": 553 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 554, "value": { "v": 554 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 555, "value": { "v": 555 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 556, "value": { "v": 556 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 557, "value": { "v": 557 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 558, "value": { "v": 558 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 559, "value": { "v": 559 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 560, "value": { "v": 560 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 561, "value": { "v": 561 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 562, "value": { "v": 562 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 563, "value": { "v": 563 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 564, "value": { "v": 564 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 565, "value": { "v": 565 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 566, "value": { "v": 566 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 567, "value": { "v": 567 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 568, "value": { "v": 568 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 569, "value": { "v": 569 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 570, "value": { "v": 570 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 571, "value": { "v": 571 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 572, "value": { "v": 572 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 573, "value": { "v": 573 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 574, "value": { "v": 574 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 575, "value": { "v": 575 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 576, "value": { "v": 576 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 577, "value": { "v": 577 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 578, "value": { "v": 578 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 579, "value": { "v": 579 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 580, "value": { "v": 580 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 581, "value": { "v": 581 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 582, "value": { "v": 582 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 583, "value": { "v": 583 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 584, "value": { "v": 584 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 585, "value": { "v": 585 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 586, "value": { "v": 586 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 587, "value": { "v": 587 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 588, "value": { "v": 588 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 589, "value": { "v": 589 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 590, "value": { "v": 590 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 591, "value": { "v": 591 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 592, "value": { "v": 592 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 593, "value": { "v": 593 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 594, "value": { "v": 594 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 595, "value": { "v": 595 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 596, "value": { "v": 596 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 597, "value": { "v": 597 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 598, "value": { "v": 598 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 599, "value": { "v": 599 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 600, "value": { "v": 600 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 601, "value": { "v": 601 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 602, "value": { "v": 602 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 603, "value": { "v": 603 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 604, "value": { "v": 604 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 605, "value": { "v": 605 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 606, "value": { "v": 606 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 607, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 507, "value": { "v": 507 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 508, "value": { "v": 508 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 509, "value": { "v": 509 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 510, "value": { "v": 510 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 511, "value": { "v": 511 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 512, "value": { "v": 512 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 513, "value": { "v": 513 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 514, "value": { "v": 514 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 515, "value": { "v": 515 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 516, "value": { "v": 516 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 517, "value": { "v": 517 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 518, "value": { "v": 518 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 519, "value": { "v": 519 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 520, "value": { "v": 520 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 521, "value": { "v": 521 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 522, "value": { "v": 522 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 523, "value": { "v": 523 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 524, "value": { "v": 524 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 525, "value": { "v": 525 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 526, "value": { "v": 526 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 527, "value": { "v": 527 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 528, "value": { "v": 528 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 529, "value": { "v": 529 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 530, "value": { "v": 530 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 531, "value": { "v": 531 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 532, "value": { "v": 532 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 533, "value": { "v": 533 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 534, "value": { "v": 534 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 535, "value": { "v": 535 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 536, "value": { "v": 536 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 537, "value": { "v": 537 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 538, "value": { "v": 538 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 539, "value": { "v": 539 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 540, "value": { "v": 540 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 541, "value": { "v": 541 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 542, "value": { "v": 542 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 543, "value": { "v": 543 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 544, "value": { "v": 544 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 545, "value": { "v": 545 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 546, "value": { "v": 546 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 547, "value": { "v": 547 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 548, "value": { "v": 548 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 549, "value": { "v": 549 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 550, "value": { "v": 550 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 551, "value": { "v": 551 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 552, "value": { "v": 552 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 553, "value": { "v": 553 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 554, "value": { "v": 554 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 555, "value": { "v": 555 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 556, "value": { "v": 556 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 557, "value": { "v": 557 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 558, "value": { "v": 558 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 559, "value": { "v": 559 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 560, "value": { "v": 560 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 561, "value": { "v": 561 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 562, "value": { "v": 562 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 563, "value": { "v": 563 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 564, "value": { "v": 564 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 565, "value": { "v": 565 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 566, "value": { "v": 566 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 567, "value": { "v": 567 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 568, "value": { "v": 568 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 569, "value": { "v": 569 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 570, "value": { "v": 570 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 571, "value": { "v": 571 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 572, "value": { "v": 572 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 573, "value": { "v": 573 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 574, "value": { "v": 574 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 575, "value": { "v": 575 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 576, "value": { "v": 576 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 577, "value": { "v": 577 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 578, "value": { "v": 578 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 579, "value": { "v": 579 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 580, "value": { "v": 580 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 581, "value": { "v": 581 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 582, "value": { "v": 582 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 583, "value": { "v": 583 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 584, "value": { "v": 584 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 585, "value": { "v": 585 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 586, "value": { "v": 586 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 587, "value": { "v": 587 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 588, "value": { "v": 588 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 589, "value": { "v": 589 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 590, "value": { "v": 590 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 591, "value": { "v": 591 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 592, "value": { "v": 592 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 593, "value": { "v": 593 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 594, "value": { "v": 594 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 595, "value": { "v": 595 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 596, "value": { "v": 596 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 597, "value": { "v": 597 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 598, "value": { "v": 598 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 599, "value": { "v": 599 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 600, "value": { "v": 600 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 601, "value": { "v": 601 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 602, "value": { "v": 602 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 603, "value": { "v": 603 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 604, "value": { "v": 604 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 605, "value": { "v": 605 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 606, "value": { "v": 606 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 608, "value": { "v": 608 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 609, "value": { "v": 609 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 610, "value": { "v": 610 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 611, "value": { "v": 611 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 612, "value": { "v": 612 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 613, "value": { "v": 613 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 614, "value": { "v": 614 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 615, "value": { "v": 615 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 616, "value": { "v": 616 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 617, "value": { "v": 617 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 618, "value": { "v": 618 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 619, "value": { "v": 619 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 620, "value": { "v": 620 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 621, "value": { "v": 621 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 622, "value": { "v": 622 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 623, "value": { "v": 623 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 624, "value": { "v": 624 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 625, "value": { "v": 625 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 626, "value": { "v": 626 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 627, "value": { "v": 627 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 628, "value": { "v": 628 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 629, "value": { "v": 629 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 630, "value": { "v": 630 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 631, "value": { "v": 631 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 632, "value": { "v": 632 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 633, "value": { "v": 633 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 634, "value": { "v": 634 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 635, "value": { "v": 635 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 636, "value": { "v": 636 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 637, "value": { "v": 637 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 638, "value": { "v": 638 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 639, "value": { "v": 639 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 640, "value": { "v": 640 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 641, "value": { "v": 641 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 642, "value": { "v": 642 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 643, "value": { "v": 643 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 644, "value": { "v": 644 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 645, "value": { "v": 645 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 646, "value": { "v": 646 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 647, "value": { "v": 647 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 648, "value": { "v": 648 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 649, "value": { "v": 649 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 650, "value": { "v": 650 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 651, "value": { "v": 651 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 652, "value": { "v": 652 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 653, "value": { "v": 653 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 654, "value": { "v": 654 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 655, "value": { "v": 655 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 656, "value": { "v": 656 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 657, "value": { "v": 657 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 658, "value": { "v": 658 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 659, "value": { "v": 659 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 660, "value": { "v": 660 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 661, "value": { "v": 661 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 662, "value": { "v": 662 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 663, "value": { "v": 663 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 664, "value": { "v": 664 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 665, "value": { "v": 665 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 666, "value": { "v": 666 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 667, "value": { "v": 667 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 668, "value": { "v": 668 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 669, "value": { "v": 669 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 670, "value": { "v": 670 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 671, "value": { "v": 671 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 672, "value": { "v": 672 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 673, "value": { "v": 673 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 674, "value": { "v": 674 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 675, "value": { "v": 675 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 676, "value": { "v": 676 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 677, "value": { "v": 677 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 678, "value": { "v": 678 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 679, "value": { "v": 679 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 680, "value": { "v": 680 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 681, "value": { "v": 681 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 682, "value": { "v": 682 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 683, "value": { "v": 683 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 684, "value": { "v": 684 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 685, "value": { "v": 685 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 686, "value": { "v": 686 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 687, "value": { "v": 687 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 688, "value": { "v": 688 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 689, "value": { "v": 689 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 690, "value": { "v": 690 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 691, "value": { "v": 691 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 692, "value": { "v": 692 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 693, "value": { "v": 693 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 694, "value": { "v": 694 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 695, "value": { "v": 695 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 696, "value": { "v": 696 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 697, "value": { "v": 697 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 698, "value": { "v": 698 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 699, "value": { "v": 699 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 700, "value": { "v": 700 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 701, "value": { "v": 701 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 702, "value": { "v": 702 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 703, "value": { "v": 703 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 704, "value": { "v": 704 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 705, "value": { "v": 705 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 706, "value": { "v": 706 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 707, "value": { "v": 707 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 708, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 608, "value": { "v": 608 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 609, "value": { "v": 609 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 610, "value": { "v": 610 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 611, "value": { "v": 611 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 612, "value": { "v": 612 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 613, "value": { "v": 613 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 614, "value": { "v": 614 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 615, "value": { "v": 615 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 616, "value": { "v": 616 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 617, "value": { "v": 617 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 618, "value": { "v": 618 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 619, "value": { "v": 619 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 620, "value": { "v": 620 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 621, "value": { "v": 621 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 622, "value": { "v": 622 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 623, "value": { "v": 623 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 624, "value": { "v": 624 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 625, "value": { "v": 625 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 626, "value": { "v": 626 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 627, "value": { "v": 627 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 628, "value": { "v": 628 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 629, "value": { "v": 629 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 630, "value": { "v": 630 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 631, "value": { "v": 631 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 632, "value": { "v": 632 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 633, "value": { "v": 633 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 634, "value": { "v": 634 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 635, "value": { "v": 635 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 636, "value": { "v": 636 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 637, "value": { "v": 637 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 638, "value": { "v": 638 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 639, "value": { "v": 639 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 640, "value": { "v": 640 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 641, "value": { "v": 641 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 642, "value": { "v": 642 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 643, "value": { "v": 643 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 644, "value": { "v": 644 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 645, "value": { "v": 645 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 646, "value": { "v": 646 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 647, "value": { "v": 647 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 648, "value": { "v": 648 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 649, "value": { "v": 649 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 650, "value": { "v": 650 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 651, "value": { "v": 651 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 652, "value": { "v": 652 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 653, "value": { "v": 653 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 654, "value": { "v": 654 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 655, "value": { "v": 655 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 656, "value": { "v": 656 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 657, "value": { "v": 657 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 658, "value": { "v": 658 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 659, "value": { "v": 659 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 660, "value": { "v": 660 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 661, "value": { "v": 661 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 662, "value": { "v": 662 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 663, "value": { "v": 663 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 664, "value": { "v": 664 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 665, "value": { "v": 665 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 666, "value": { "v": 666 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 667, "value": { "v": 667 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 668, "value": { "v": 668 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 669, "value": { "v": 669 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 670, "value": { "v": 670 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 671, "value": { "v": 671 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 672, "value": { "v": 672 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 673, "value": { "v": 673 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 674, "value": { "v": 674 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 675, "value": { "v": 675 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 676, "value": { "v": 676 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 677, "value": { "v": 677 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 678, "value": { "v": 678 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 679, "value": { "v": 679 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 680, "value": { "v": 680 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 681, "value": { "v": 681 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 682, "value": { "v": 682 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 683, "value": { "v": 683 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 684, "value": { "v": 684 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 685, "value": { "v": 685 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 686, "value": { "v": 686 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 687, "value": { "v": 687 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 688, "value": { "v": 688 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 689, "value": { "v": 689 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 690, "value": { "v": 690 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 691, "value": { "v": 691 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 692, "value": { "v": 692 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 693, "value": { "v": 693 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 694, "value": { "v": 694 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 695, "value": { "v": 695 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 696, "value": { "v": 696 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 697, "value": { "v": 697 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 698, "value": { "v": 698 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 699, "value": { "v": 699 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 700, "value": { "v": 700 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 701, "value": { "v": 701 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 702, "value": { "v": 702 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 703, "value": { "v": 703 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 704, "value": { "v": 704 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 705, "value": { "v": 705 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 706, "value": { "v": 706 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 707, "value": { "v": 707 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 709, "value": { "v": 709 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 710, "value": { "v": 710 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 711, "value": { "v": 711 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 712, "value": { "v": 712 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 713, "value": { "v": 713 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 714, "value": { "v": 714 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 715, "value": { "v": 715 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 716, "value": { "v": 716 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 717, "value": { "v": 717 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 718, "value": { "v": 718 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 719, "value": { "v": 719 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 720, "value": { "v": 720 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 721, "value": { "v": 721 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 722, "value": { "v": 722 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 723, "value": { "v": 723 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 724, "value": { "v": 724 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 725, "value": { "v": 725 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 726, "value": { "v": 726 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 727, "value": { "v": 727 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 728, "value": { "v": 728 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 729, "value": { "v": 729 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 730, "value": { "v": 730 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 731, "value": { "v": 731 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 732, "value": { "v": 732 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 733, "value": { "v": 733 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 734, "value": { "v": 734 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 735, "value": { "v": 735 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 736, "value": { "v": 736 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 737, "value": { "v": 737 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 738, "value": { "v": 738 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 739, "value": { "v": 739 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 740, "value": { "v": 740 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 741, "value": { "v": 741 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 742, "value": { "v": 742 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 743, "value": { "v": 743 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 744, "value": { "v": 744 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 745, "value": { "v": 745 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 746, "value": { "v": 746 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 747, "value": { "v": 747 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 748, "value": { "v": 748 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 749, "value": { "v": 749 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 750, "value": { "v": 750 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 751, "value": { "v": 751 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 752, "value": { "v": 752 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 753, "value": { "v": 753 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 754, "value": { "v": 754 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 755, "value": { "v": 755 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 756, "value": { "v": 756 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 757, "value": { "v": 757 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 758, "value": { "v": 758 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 759, "value": { "v": 759 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 760, "value": { "v": 760 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 761, "value": { "v": 761 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 762, "value": { "v": 762 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 763, "value": { "v": 763 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 764, "value": { "v": 764 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 765, "value": { "v": 765 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 766, "value": { "v": 766 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 767, "value": { "v": 767 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 768, "value": { "v": 768 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 769, "value": { "v": 769 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 770, "value": { "v": 770 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 771, "value": { "v": 771 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 772, "value": { "v": 772 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 773, "value": { "v": 773 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 774, "value": { "v": 774 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 775, "value": { "v": 775 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 776, "value": { "v": 776 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 777, "value": { "v": 777 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 778, "value": { "v": 778 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 779, "value": { "v": 779 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 780, "value": { "v": 780 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 781, "value": { "v": 781 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 782, "value": { "v": 782 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 783, "value": { "v": 783 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 784, "value": { "v": 784 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 785, "value": { "v": 785 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 786, "value": { "v": 786 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 787, "value": { "v": 787 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 788, "value": { "v": 788 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 789, "value": { "v": 789 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 790, "value": { "v": 790 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 791, "value": { "v": 791 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 792, "value": { "v": 792 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 793, "value": { "v": 793 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 794, "value": { "v": 794 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 795, "value": { "v": 795 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 796, "value": { "v": 796 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 797, "value": { "v": 797 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 798, "value": { "v": 798 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 799, "value": { "v": 799 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 800, "value": { "v": 800 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 801, "value": { "v": 801 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 802, "value": { "v": 802 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 803, "value": { "v": 803 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 804, "value": { "v": 804 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 805, "value": { "v": 805 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 806, "value": { "v": 806 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 807, "value": { "v": 807 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 808, "value": { "v": 808 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 809, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 709, "value": { "v": 709 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 710, "value": { "v": 710 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 711, "value": { "v": 711 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 712, "value": { "v": 712 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 713, "value": { "v": 713 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 714, "value": { "v": 714 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 715, "value": { "v": 715 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 716, "value": { "v": 716 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 717, "value": { "v": 717 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 718, "value": { "v": 718 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 719, "value": { "v": 719 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 720, "value": { "v": 720 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 721, "value": { "v": 721 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 722, "value": { "v": 722 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 723, "value": { "v": 723 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 724, "value": { "v": 724 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 725, "value": { "v": 725 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 726, "value": { "v": 726 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 727, "value": { "v": 727 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 728, "value": { "v": 728 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 729, "value": { "v": 729 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 730, "value": { "v": 730 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 731, "value": { "v": 731 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 732, "value": { "v": 732 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 733, "value": { "v": 733 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 734, "value": { "v": 734 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 735, "value": { "v": 735 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 736, "value": { "v": 736 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 737, "value": { "v": 737 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 738, "value": { "v": 738 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 739, "value": { "v": 739 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 740, "value": { "v": 740 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 741, "value": { "v": 741 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 742, "value": { "v": 742 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 743, "value": { "v": 743 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 744, "value": { "v": 744 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 745, "value": { "v": 745 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 746, "value": { "v": 746 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 747, "value": { "v": 747 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 748, "value": { "v": 748 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 749, "value": { "v": 749 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 750, "value": { "v": 750 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 751, "value": { "v": 751 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 752, "value": { "v": 752 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 753, "value": { "v": 753 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 754, "value": { "v": 754 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 755, "value": { "v": 755 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 756, "value": { "v": 756 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 757, "value": { "v": 757 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 758, "value": { "v": 758 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 759, "value": { "v": 759 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 760, "value": { "v": 760 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 761, "value": { "v": 761 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 762, "value": { "v": 762 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 763, "value": { "v": 763 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 764, "value": { "v": 764 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 765, "value": { "v": 765 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 766, "value": { "v": 766 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 767, "value": { "v": 767 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 768, "value": { "v": 768 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 769, "value": { "v": 769 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 770, "value": { "v": 770 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 771, "value": { "v": 771 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 772, "value": { "v": 772 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 773, "value": { "v": 773 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 774, "value": { "v": 774 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 775, "value": { "v": 775 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 776, "value": { "v": 776 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 777, "value": { "v": 777 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 778, "value": { "v": 778 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 779, "value": { "v": 779 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 780, "value": { "v": 780 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 781, "value": { "v": 781 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 782, "value": { "v": 782 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 783, "value": { "v": 783 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 784, "value": { "v": 784 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 785, "value": { "v": 785 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 786, "value": { "v": 786 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 787, "value": { "v": 787 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 788, "value": { "v": 788 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 789, "value": { "v": 789 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 790, "value": { "v": 790 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 791, "value": { "v": 791 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 792, "value": { "v": 792 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 793, "value": { "v": 793 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 794, "value": { "v": 794 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 795, "value": { "v": 795 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 796, "value": { "v": 796 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 797, "value": { "v": 797 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 798, "value": { "v": 798 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 799, "value": { "v": 799 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 800, "value": { "v": 800 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 801, "value": { "v": 801 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 802, "value": { "v": 802 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 803, "value": { "v": 803 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 804, "value": { "v": 804 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 805, "value": { "v": 805 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 806, "value": { "v": 806 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 807, "value": { "v": 807 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 808, "value": { "v": 808 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 810, "value": { "v": 810 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 811, "value": { "v": 811 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 812, "value": { "v": 812 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 813, "value": { "v": 813 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 814, "value": { "v": 814 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 815, "value": { "v": 815 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 816, "value": { "v": 816 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 817, "value": { "v": 817 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 818, "value": { "v": 818 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 819, "value": { "v": 819 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 820, "value": { "v": 820 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 821, "value": { "v": 821 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 822, "value": { "v": 822 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 823, "value": { "v": 823 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 824, "value": { "v": 824 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 825, "value": { "v": 825 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 826, "value": { "v": 826 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 827, "value": { "v": 827 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 828, "value": { "v": 828 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 829, "value": { "v": 829 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 830, "value": { "v": 830 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 831, "value": { "v": 831 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 832, "value": { "v": 832 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 833, "value": { "v": 833 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 834, "value": { "v": 834 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 835, "value": { "v": 835 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 836, "value": { "v": 836 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 837, "value": { "v": 837 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 838, "value": { "v": 838 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 839, "value": { "v": 839 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 840, "value": { "v": 840 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 841, "value": { "v": 841 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 842, "value": { "v": 842 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 843, "value": { "v": 843 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 844, "value": { "v": 844 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 845, "value": { "v": 845 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 846, "value": { "v": 846 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 847, "value": { "v": 847 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 848, "value": { "v": 848 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 849, "value": { "v": 849 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 850, "value": { "v": 850 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 851, "value": { "v": 851 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 852, "value": { "v": 852 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 853, "value": { "v": 853 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 854, "value": { "v": 854 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 855, "value": { "v": 855 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 856, "value": { "v": 856 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 857, "value": { "v": 857 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 858, "value": { "v": 858 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 859, "value": { "v": 859 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 860, "value": { "v": 860 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 861, "value": { "v": 861 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 862, "value": { "v": 862 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 863, "value": { "v": 863 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 864, "value": { "v": 864 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 865, "value": { "v": 865 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 866, "value": { "v": 866 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 867, "value": { "v": 867 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 868, "value": { "v": 868 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 869, "value": { "v": 869 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 870, "value": { "v": 870 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 871, "value": { "v": 871 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 872, "value": { "v": 872 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 873, "value": { "v": 873 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 874, "value": { "v": 874 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 875, "value": { "v": 875 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 876, "value": { "v": 876 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 877, "value": { "v": 877 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 878, "value": { "v": 878 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 879, "value": { "v": 879 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 880, "value": { "v": 880 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 881, "value": { "v": 881 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 882, "value": { "v": 882 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 883, "value": { "v": 883 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 884, "value": { "v": 884 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 885, "value": { "v": 885 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 886, "value": { "v": 886 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 887, "value": { "v": 887 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 888, "value": { "v": 888 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 889, "value": { "v": 889 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 890, "value": { "v": 890 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 891, "value": { "v": 891 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 892, "value": { "v": 892 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 893, "value": { "v": 893 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 894, "value": { "v": 894 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 895, "value": { "v": 895 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 896, "value": { "v": 896 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 897, "value": { "v": 897 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 898, "value": { "v": 898 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 899, "value": { "v": 899 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 900, "value": { "v": 900 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 901, "value": { "v": 901 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 902, "value": { "v": 902 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 903, "value": { "v": 903 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 904, "value": { "v": 904 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 905, "value": { "v": 905 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 906, "value": { "v": 906 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 907, "value": { "v": 907 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 908, "value": { "v": 908 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 909, "value": { "v": 909 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 910, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 810, "value": { "v": 810 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 811, "value": { "v": 811 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 812, "value": { "v": 812 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 813, "value": { "v": 813 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 814, "value": { "v": 814 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 815, "value": { "v": 815 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 816, "value": { "v": 816 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 817, "value": { "v": 817 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 818, "value": { "v": 818 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 819, "value": { "v": 819 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 820, "value": { "v": 820 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 821, "value": { "v": 821 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 822, "value": { "v": 822 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 823, "value": { "v": 823 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 824, "value": { "v": 824 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 825, "value": { "v": 825 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 826, "value": { "v": 826 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 827, "value": { "v": 827 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 828, "value": { "v": 828 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 829, "value": { "v": 829 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 830, "value": { "v": 830 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 831, "value": { "v": 831 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 832, "value": { "v": 832 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 833, "value": { "v": 833 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 834, "value": { "v": 834 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 835, "value": { "v": 835 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 836, "value": { "v": 836 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 837, "value": { "v": 837 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 838, "value": { "v": 838 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 839, "value": { "v": 839 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 840, "value": { "v": 840 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 841, "value": { "v": 841 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 842, "value": { "v": 842 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 843, "value": { "v": 843 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 844, "value": { "v": 844 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 845, "value": { "v": 845 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 846, "value": { "v": 846 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 847, "value": { "v": 847 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 848, "value": { "v": 848 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 849, "value": { "v": 849 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 850, "value": { "v": 850 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 851, "value": { "v": 851 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 852, "value": { "v": 852 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 853, "value": { "v": 853 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 854, "value": { "v": 854 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 855, "value": { "v": 855 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 856, "value": { "v": 856 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 857, "value": { "v": 857 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 858, "value": { "v": 858 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 859, "value": { "v": 859 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 860, "value": { "v": 860 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 861, "value": { "v": 861 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 862, "value": { "v": 862 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 863, "value": { "v": 863 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 864, "value": { "v": 864 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 865, "value": { "v": 865 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 866, "value": { "v": 866 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 867, "value": { "v": 867 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 868, "value": { "v": 868 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 869, "value": { "v": 869 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 870, "value": { "v": 870 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 871, "value": { "v": 871 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 872, "value": { "v": 872 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 873, "value": { "v": 873 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 874, "value": { "v": 874 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 875, "value": { "v": 875 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 876, "value": { "v": 876 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 877, "value": { "v": 877 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 878, "value": { "v": 878 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 879, "value": { "v": 879 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 880, "value": { "v": 880 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 881, "value": { "v": 881 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 882, "value": { "v": 882 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 883, "value": { "v": 883 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 884, "value": { "v": 884 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 885, "value": { "v": 885 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 886, "value": { "v": 886 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 887, "value": { "v": 887 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 888, "value": { "v": 888 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 889, "value": { "v": 889 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 890, "value": { "v": 890 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 891, "value": { "v": 891 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 892, "value": { "v": 892 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 893, "value": { "v": 893 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 894, "value": { "v": 894 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 895, "value": { "v": 895 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 896, "value": { "v": 896 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 897, "value": { "v": 897 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 898, "value": { "v": 898 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 899, "value": { "v": 899 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 900, "value": { "v": 900 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 901, "value": { "v": 901 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 902, "value": { "v": 902 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 903, "value": { "v": 903 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 904, "value": { "v": 904 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 905, "value": { "v": 905 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 906, "value": { "v": 906 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 907, "value": { "v": 907 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 908, "value": { "v": 908 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 909, "value": { "v": 909 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "watchEntity": { "docs": [ { "key": "collection/0", "version": 911, "value": { "v": 911 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 912, "value": { "v": 912 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 913, "value": { "v": 913 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 914, "value": { "v": 914 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 915, "value": { "v": 915 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 916, "value": { "v": 916 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 917, "value": { "v": 917 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 918, "value": { "v": 918 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 919, "value": { "v": 919 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 920, "value": { "v": 920 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 921, "value": { "v": 921 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 922, "value": { "v": 922 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 923, "value": { "v": 923 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 924, "value": { "v": 924 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 925, "value": { "v": 925 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 926, "value": { "v": 926 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 927, "value": { "v": 927 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 928, "value": { "v": 928 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 929, "value": { "v": 929 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 930, "value": { "v": 930 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 931, "value": { "v": 931 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 932, "value": { "v": 932 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 933, "value": { "v": 933 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 934, "value": { "v": 934 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 935, "value": { "v": 935 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 936, "value": { "v": 936 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 937, "value": { "v": 937 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 938, "value": { "v": 938 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 939, "value": { "v": 939 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 940, "value": { "v": 940 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 941, "value": { "v": 941 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 942, "value": { "v": 942 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 943, "value": { "v": 943 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 944, "value": { "v": 944 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 945, "value": { "v": 945 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 946, "value": { "v": 946 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 947, "value": { "v": 947 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 948, "value": { "v": 948 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 949, "value": { "v": 949 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 950, "value": { "v": 950 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 951, "value": { "v": 951 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 952, "value": { "v": 952 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 953, "value": { "v": 953 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 954, "value": { "v": 954 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 955, "value": { "v": 955 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 956, "value": { "v": 956 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 957, "value": { "v": 957 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 958, "value": { "v": 958 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 959, "value": { "v": 959 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 960, "value": { "v": 960 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 961, "value": { "v": 961 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 962, "value": { "v": 962 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 963, "value": { "v": 963 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 964, "value": { "v": 964 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 965, "value": { "v": 965 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 966, "value": { "v": 966 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 967, "value": { "v": 967 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 968, "value": { "v": 968 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 969, "value": { "v": 969 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 970, "value": { "v": 970 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 971, "value": { "v": 971 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 972, "value": { "v": 972 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 973, "value": { "v": 973 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 974, "value": { "v": 974 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 975, "value": { "v": 975 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 976, "value": { "v": 976 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 977, "value": { "v": 977 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 978, "value": { "v": 978 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 979, "value": { "v": 979 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 980, "value": { "v": 980 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 981, "value": { "v": 981 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 982, "value": { "v": 982 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 983, "value": { "v": 983 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 984, "value": { "v": 984 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 985, "value": { "v": 985 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 986, "value": { "v": 986 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 987, "value": { "v": 987 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 988, "value": { "v": 988 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 989, "value": { "v": 989 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 990, "value": { "v": 990 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 991, "value": { "v": 991 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 992, "value": { "v": 992 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 993, "value": { "v": 993 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 994, "value": { "v": 994 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 995, "value": { "v": 995 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 996, "value": { "v": 996 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 997, "value": { "v": 997 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 998, "value": { "v": 998 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 999, "value": { "v": 999 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 1000, "value": { "v": 1000 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 1001, "value": { "v": 1001 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 1002, "value": { "v": 1002 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 1003, "value": { "v": 1003 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 1004, "value": { "v": 1004 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 1005, "value": { "v": 1005 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 1006, "value": { "v": 1006 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 1007, "value": { "v": 1007 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 1008, "value": { "v": 1008 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 1009, "value": { "v": 1009 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 1010, "value": { "v": 1010 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchSnapshot": { "version": 1011, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "modified": [ { "key": "collection/0", "version": 911, "value": { "v": 911 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1", "version": 912, "value": { "v": 912 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2", "version": 913, "value": { "v": 913 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3", "version": 914, "value": { "v": 914 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4", "version": 915, "value": { "v": 915 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5", "version": 916, "value": { "v": 916 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6", "version": 917, "value": { "v": 917 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7", "version": 918, "value": { "v": 918 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8", "version": 919, "value": { "v": 919 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9", "version": 920, "value": { "v": 920 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10", "version": 921, "value": { "v": 921 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/11", "version": 922, "value": { "v": 922 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/12", "version": 923, "value": { "v": 923 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/13", "version": 924, "value": { "v": 924 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/14", "version": 925, "value": { "v": 925 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/15", "version": 926, "value": { "v": 926 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/16", "version": 927, "value": { "v": 927 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/17", "version": 928, "value": { "v": 928 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/18", "version": 929, "value": { "v": 929 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/19", "version": 930, "value": { "v": 930 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/20", "version": 931, "value": { "v": 931 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/21", "version": 932, "value": { "v": 932 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/22", "version": 933, "value": { "v": 933 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/23", "version": 934, "value": { "v": 934 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/24", "version": 935, "value": { "v": 935 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/25", "version": 936, "value": { "v": 936 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/26", "version": 937, "value": { "v": 937 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/27", "version": 938, "value": { "v": 938 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/28", "version": 939, "value": { "v": 939 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/29", "version": 940, "value": { "v": 940 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/30", "version": 941, "value": { "v": 941 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/31", "version": 942, "value": { "v": 942 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/32", "version": 943, "value": { "v": 943 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/33", "version": 944, "value": { "v": 944 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/34", "version": 945, "value": { "v": 945 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/35", "version": 946, "value": { "v": 946 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/36", "version": 947, "value": { "v": 947 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/37", "version": 948, "value": { "v": 948 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/38", "version": 949, "value": { "v": 949 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/39", "version": 950, "value": { "v": 950 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/40", "version": 951, "value": { "v": 951 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/41", "version": 952, "value": { "v": 952 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/42", "version": 953, "value": { "v": 953 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/43", "version": 954, "value": { "v": 954 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/44", "version": 955, "value": { "v": 955 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/45", "version": 956, "value": { "v": 956 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/46", "version": 957, "value": { "v": 957 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/47", "version": 958, "value": { "v": 958 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/48", "version": 959, "value": { "v": 959 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/49", "version": 960, "value": { "v": 960 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/50", "version": 961, "value": { "v": 961 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/51", "version": 962, "value": { "v": 962 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/52", "version": 963, "value": { "v": 963 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/53", "version": 964, "value": { "v": 964 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/54", "version": 965, "value": { "v": 965 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/55", "version": 966, "value": { "v": 966 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/56", "version": 967, "value": { "v": 967 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/57", "version": 968, "value": { "v": 968 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/58", "version": 969, "value": { "v": 969 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/59", "version": 970, "value": { "v": 970 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/60", "version": 971, "value": { "v": 971 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/61", "version": 972, "value": { "v": 972 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/62", "version": 973, "value": { "v": 973 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/63", "version": 974, "value": { "v": 974 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/64", "version": 975, "value": { "v": 975 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/65", "version": 976, "value": { "v": 976 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/66", "version": 977, "value": { "v": 977 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/67", "version": 978, "value": { "v": 978 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/68", "version": 979, "value": { "v": 979 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/69", "version": 980, "value": { "v": 980 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/70", "version": 981, "value": { "v": 981 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/71", "version": 982, "value": { "v": 982 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/72", "version": 983, "value": { "v": 983 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/73", "version": 984, "value": { "v": 984 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/74", "version": 985, "value": { "v": 985 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/75", "version": 986, "value": { "v": 986 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/76", "version": 987, "value": { "v": 987 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/77", "version": 988, "value": { "v": 988 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/78", "version": 989, "value": { "v": 989 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/79", "version": 990, "value": { "v": 990 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/80", "version": 991, "value": { "v": 991 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/81", "version": 992, "value": { "v": 992 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/82", "version": 993, "value": { "v": 993 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/83", "version": 994, "value": { "v": 994 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/84", "version": 995, "value": { "v": 995 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/85", "version": 996, "value": { "v": 996 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/86", "version": 997, "value": { "v": 997 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/87", "version": 998, "value": { "v": 998 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/88", "version": 999, "value": { "v": 999 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/89", "version": 1000, "value": { "v": 1000 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/90", "version": 1001, "value": { "v": 1001 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/91", "version": 1002, "value": { "v": 1002 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/92", "version": 1003, "value": { "v": 1003 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/93", "version": 1004, "value": { "v": 1004 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/94", "version": 1005, "value": { "v": 1005 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/95", "version": 1006, "value": { "v": 1006 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/96", "version": 1007, "value": { "v": 1007 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/97", "version": 1008, "value": { "v": 1008 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/98", "version": 1009, "value": { "v": 1009 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/99", "version": 1010, "value": { "v": 1010 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] } ] }, "Process 100 documents from Watch and wait for snapshot, then unlisten and wait for a cached snapshot": { "describeName": "Performance Tests [10 iterations]:", "itName": "Process 100 documents from Watch and wait for snapshot, then unlisten and wait for a cached snapshot", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userListen": [ 2, { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 2 ] }, { "watchEntity": { "docs": [ { "key": "collection/1/coll/0", "version": 2, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/1", "version": 3, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/2", "version": 4, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/3", "version": 5, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/4", "version": 6, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/5", "version": 7, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/6", "version": 8, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/7", "version": 9, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/8", "version": 10, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/9", "version": 11, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/10", "version": 12, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/11", "version": 13, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/12", "version": 14, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/13", "version": 15, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/14", "version": 16, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/15", "version": 17, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/16", "version": 18, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/17", "version": 19, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/18", "version": 20, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/19", "version": 21, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/20", "version": 22, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/21", "version": 23, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/22", "version": 24, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/23", "version": 25, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/24", "version": 26, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/25", "version": 27, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/26", "version": 28, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/27", "version": 29, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/28", "version": 30, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/29", "version": 31, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/30", "version": 32, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/31", "version": 33, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/32", "version": 34, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/33", "version": 35, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/34", "version": 36, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/35", "version": 37, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/36", "version": 38, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/37", "version": 39, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/38", "version": 40, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/39", "version": 41, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/40", "version": 42, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/41", "version": 43, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/42", "version": 44, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/43", "version": 45, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/44", "version": 46, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/45", "version": 47, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/46", "version": 48, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/47", "version": 49, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/48", "version": 50, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/49", "version": 51, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/50", "version": 52, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/51", "version": 53, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/52", "version": 54, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/53", "version": 55, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/54", "version": 56, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/55", "version": 57, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/56", "version": 58, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/57", "version": 59, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/58", "version": 60, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/59", "version": 61, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/60", "version": 62, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/61", "version": 63, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/62", "version": 64, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/63", "version": 65, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/64", "version": 66, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/65", "version": 67, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/66", "version": 68, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/67", "version": 69, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/68", "version": 70, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/69", "version": 71, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/70", "version": 72, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/71", "version": 73, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/72", "version": 74, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/73", "version": 75, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/74", "version": 76, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/75", "version": 77, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/76", "version": 78, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/77", "version": 79, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/78", "version": 80, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/79", "version": 81, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/80", "version": 82, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/81", "version": 83, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/82", "version": 84, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/83", "version": 85, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/84", "version": 86, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/85", "version": 87, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/86", "version": 88, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/87", "version": 89, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/88", "version": 90, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/89", "version": 91, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/90", "version": 92, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/91", "version": 93, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/92", "version": 94, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/93", "version": 95, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/94", "version": 96, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/95", "version": 97, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/96", "version": 98, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/97", "version": 99, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/98", "version": 100, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/99", "version": 101, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchCurrent": [ [ 2 ], "resume-token-102" ] }, { "watchSnapshot": { "version": 102, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/1/coll/0", "version": 2, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/1", "version": 3, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/2", "version": 4, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/3", "version": 5, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/4", "version": 6, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/5", "version": 7, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/6", "version": 8, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/7", "version": 9, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/8", "version": 10, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/9", "version": 11, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/10", "version": 12, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/11", "version": 13, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/12", "version": 14, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/13", "version": 15, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/14", "version": 16, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/15", "version": 17, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/16", "version": 18, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/17", "version": 19, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/18", "version": 20, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/19", "version": 21, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/20", "version": 22, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/21", "version": 23, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/22", "version": 24, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/23", "version": 25, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/24", "version": 26, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/25", "version": 27, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/26", "version": 28, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/27", "version": 29, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/28", "version": 30, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/29", "version": 31, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/30", "version": 32, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/31", "version": 33, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/32", "version": 34, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/33", "version": 35, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/34", "version": 36, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/35", "version": 37, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/36", "version": 38, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/37", "version": 39, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/38", "version": 40, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/39", "version": 41, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/40", "version": 42, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/41", "version": 43, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/42", "version": 44, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/43", "version": 45, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/44", "version": 46, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/45", "version": 47, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/46", "version": 48, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/47", "version": 49, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/48", "version": 50, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/49", "version": 51, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/50", "version": 52, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/51", "version": 53, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/52", "version": 54, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/53", "version": 55, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/54", "version": 56, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/55", "version": 57, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/56", "version": 58, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/57", "version": 59, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/58", "version": 60, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/59", "version": 61, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/60", "version": 62, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/61", "version": 63, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/62", "version": 64, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/63", "version": 65, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/64", "version": 66, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/65", "version": 67, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/66", "version": 68, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/67", "version": 69, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/68", "version": 70, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/69", "version": 71, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/70", "version": 72, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/71", "version": 73, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/72", "version": 74, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/73", "version": 75, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/74", "version": 76, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/75", "version": 77, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/76", "version": 78, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/77", "version": 79, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/78", "version": 80, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/79", "version": 81, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/80", "version": 82, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/81", "version": 83, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/82", "version": 84, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/83", "version": 85, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/84", "version": 86, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/85", "version": 87, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/86", "version": 88, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/87", "version": 89, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/88", "version": 90, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/89", "version": 91, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/90", "version": 92, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/91", "version": 93, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/92", "version": 94, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/93", "version": 95, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/94", "version": 96, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/95", "version": 97, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/96", "version": 98, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/97", "version": 99, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/98", "version": 100, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/99", "version": 101, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 2, { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 2 ] } }, { "userListen": [ 2, { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-102" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/1/coll/0", "version": 2, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/1", "version": 3, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/2", "version": 4, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/3", "version": 5, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/4", "version": 6, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/5", "version": 7, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/6", "version": 8, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/7", "version": 9, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/8", "version": 10, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/9", "version": 11, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/10", "version": 12, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/11", "version": 13, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/12", "version": 14, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/13", "version": 15, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/14", "version": 16, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/15", "version": 17, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/16", "version": 18, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/17", "version": 19, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/18", "version": 20, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/19", "version": 21, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/20", "version": 22, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/21", "version": 23, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/22", "version": 24, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/23", "version": 25, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/24", "version": 26, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/25", "version": 27, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/26", "version": 28, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/27", "version": 29, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/28", "version": 30, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/29", "version": 31, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/30", "version": 32, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/31", "version": 33, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/32", "version": 34, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/33", "version": 35, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/34", "version": 36, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/35", "version": 37, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/36", "version": 38, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/37", "version": 39, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/38", "version": 40, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/39", "version": 41, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/40", "version": 42, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/41", "version": 43, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/42", "version": 44, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/43", "version": 45, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/44", "version": 46, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/45", "version": 47, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/46", "version": 48, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/47", "version": 49, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/48", "version": 50, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/49", "version": 51, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/50", "version": 52, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/51", "version": 53, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/52", "version": 54, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/53", "version": 55, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/54", "version": 56, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/55", "version": 57, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/56", "version": 58, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/57", "version": 59, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/58", "version": 60, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/59", "version": 61, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/60", "version": 62, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/61", "version": 63, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/62", "version": 64, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/63", "version": 65, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/64", "version": 66, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/65", "version": 67, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/66", "version": 68, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/67", "version": 69, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/68", "version": 70, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/69", "version": 71, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/70", "version": 72, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/71", "version": 73, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/72", "version": 74, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/73", "version": 75, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/74", "version": 76, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/75", "version": 77, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/76", "version": 78, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/77", "version": 79, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/78", "version": 80, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/79", "version": 81, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/80", "version": 82, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/81", "version": 83, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/82", "version": 84, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/83", "version": 85, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/84", "version": 86, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/85", "version": 87, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/86", "version": 88, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/87", "version": 89, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/88", "version": 90, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/89", "version": 91, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/90", "version": 92, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/91", "version": 93, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/92", "version": 94, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/93", "version": 95, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/94", "version": 96, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/95", "version": 97, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/96", "version": 98, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/97", "version": 99, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/98", "version": 100, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/1/coll/99", "version": 101, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 2 ] }, { "watchEntity": { "docs": [], "targets": [ 2 ] } }, { "watchCurrent": [ [ 2 ], "resume-token-103" ] }, { "watchSnapshot": { "version": 103, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 2, { "path": "collection/1/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 2 ] } }, { "userListen": [ 4, { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 4 ] }, { "watchEntity": { "docs": [ { "key": "collection/2/coll/0", "version": 104, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/1", "version": 105, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/2", "version": 106, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/3", "version": 107, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/4", "version": 108, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/5", "version": 109, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/6", "version": 110, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/7", "version": 111, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/8", "version": 112, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/9", "version": 113, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/10", "version": 114, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/11", "version": 115, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/12", "version": 116, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/13", "version": 117, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/14", "version": 118, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/15", "version": 119, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/16", "version": 120, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/17", "version": 121, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/18", "version": 122, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/19", "version": 123, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/20", "version": 124, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/21", "version": 125, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/22", "version": 126, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/23", "version": 127, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/24", "version": 128, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/25", "version": 129, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/26", "version": 130, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/27", "version": 131, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/28", "version": 132, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/29", "version": 133, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/30", "version": 134, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/31", "version": 135, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/32", "version": 136, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/33", "version": 137, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/34", "version": 138, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/35", "version": 139, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/36", "version": 140, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/37", "version": 141, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/38", "version": 142, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/39", "version": 143, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/40", "version": 144, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/41", "version": 145, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/42", "version": 146, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/43", "version": 147, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/44", "version": 148, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/45", "version": 149, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/46", "version": 150, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/47", "version": 151, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/48", "version": 152, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/49", "version": 153, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/50", "version": 154, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/51", "version": 155, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/52", "version": 156, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/53", "version": 157, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/54", "version": 158, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/55", "version": 159, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/56", "version": 160, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/57", "version": 161, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/58", "version": 162, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/59", "version": 163, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/60", "version": 164, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/61", "version": 165, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/62", "version": 166, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/63", "version": 167, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/64", "version": 168, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/65", "version": 169, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/66", "version": 170, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/67", "version": 171, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/68", "version": 172, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/69", "version": 173, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/70", "version": 174, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/71", "version": 175, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/72", "version": 176, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/73", "version": 177, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/74", "version": 178, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/75", "version": 179, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/76", "version": 180, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/77", "version": 181, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/78", "version": 182, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/79", "version": 183, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/80", "version": 184, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/81", "version": 185, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/82", "version": 186, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/83", "version": 187, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/84", "version": 188, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/85", "version": 189, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/86", "version": 190, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/87", "version": 191, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/88", "version": 192, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/89", "version": 193, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/90", "version": 194, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/91", "version": 195, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/92", "version": 196, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/93", "version": 197, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/94", "version": 198, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/95", "version": 199, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/96", "version": 200, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/97", "version": 201, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/98", "version": 202, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/99", "version": 203, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 4 ] } }, { "watchCurrent": [ [ 4 ], "resume-token-204" ] }, { "watchSnapshot": { "version": 204, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/2/coll/0", "version": 104, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/1", "version": 105, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/2", "version": 106, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/3", "version": 107, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/4", "version": 108, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/5", "version": 109, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/6", "version": 110, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/7", "version": 111, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/8", "version": 112, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/9", "version": 113, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/10", "version": 114, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/11", "version": 115, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/12", "version": 116, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/13", "version": 117, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/14", "version": 118, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/15", "version": 119, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/16", "version": 120, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/17", "version": 121, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/18", "version": 122, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/19", "version": 123, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/20", "version": 124, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/21", "version": 125, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/22", "version": 126, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/23", "version": 127, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/24", "version": 128, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/25", "version": 129, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/26", "version": 130, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/27", "version": 131, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/28", "version": 132, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/29", "version": 133, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/30", "version": 134, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/31", "version": 135, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/32", "version": 136, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/33", "version": 137, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/34", "version": 138, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/35", "version": 139, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/36", "version": 140, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/37", "version": 141, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/38", "version": 142, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/39", "version": 143, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/40", "version": 144, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/41", "version": 145, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/42", "version": 146, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/43", "version": 147, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/44", "version": 148, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/45", "version": 149, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/46", "version": 150, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/47", "version": 151, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/48", "version": 152, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/49", "version": 153, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/50", "version": 154, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/51", "version": 155, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/52", "version": 156, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/53", "version": 157, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/54", "version": 158, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/55", "version": 159, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/56", "version": 160, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/57", "version": 161, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/58", "version": 162, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/59", "version": 163, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/60", "version": 164, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/61", "version": 165, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/62", "version": 166, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/63", "version": 167, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/64", "version": 168, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/65", "version": 169, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/66", "version": 170, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/67", "version": 171, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/68", "version": 172, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/69", "version": 173, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/70", "version": 174, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/71", "version": 175, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/72", "version": 176, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/73", "version": 177, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/74", "version": 178, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/75", "version": 179, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/76", "version": 180, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/77", "version": 181, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/78", "version": 182, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/79", "version": 183, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/80", "version": 184, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/81", "version": 185, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/82", "version": 186, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/83", "version": 187, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/84", "version": 188, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/85", "version": 189, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/86", "version": 190, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/87", "version": 191, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/88", "version": 192, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/89", "version": 193, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/90", "version": 194, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/91", "version": 195, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/92", "version": 196, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/93", "version": 197, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/94", "version": 198, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/95", "version": 199, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/96", "version": 200, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/97", "version": 201, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/98", "version": 202, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/99", "version": 203, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 4 ] } }, { "userListen": [ 4, { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-204" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/2/coll/0", "version": 104, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/1", "version": 105, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/2", "version": 106, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/3", "version": 107, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/4", "version": 108, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/5", "version": 109, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/6", "version": 110, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/7", "version": 111, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/8", "version": 112, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/9", "version": 113, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/10", "version": 114, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/11", "version": 115, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/12", "version": 116, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/13", "version": 117, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/14", "version": 118, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/15", "version": 119, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/16", "version": 120, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/17", "version": 121, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/18", "version": 122, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/19", "version": 123, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/20", "version": 124, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/21", "version": 125, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/22", "version": 126, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/23", "version": 127, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/24", "version": 128, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/25", "version": 129, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/26", "version": 130, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/27", "version": 131, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/28", "version": 132, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/29", "version": 133, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/30", "version": 134, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/31", "version": 135, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/32", "version": 136, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/33", "version": 137, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/34", "version": 138, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/35", "version": 139, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/36", "version": 140, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/37", "version": 141, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/38", "version": 142, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/39", "version": 143, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/40", "version": 144, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/41", "version": 145, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/42", "version": 146, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/43", "version": 147, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/44", "version": 148, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/45", "version": 149, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/46", "version": 150, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/47", "version": 151, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/48", "version": 152, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/49", "version": 153, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/50", "version": 154, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/51", "version": 155, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/52", "version": 156, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/53", "version": 157, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/54", "version": 158, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/55", "version": 159, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/56", "version": 160, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/57", "version": 161, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/58", "version": 162, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/59", "version": 163, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/60", "version": 164, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/61", "version": 165, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/62", "version": 166, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/63", "version": 167, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/64", "version": 168, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/65", "version": 169, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/66", "version": 170, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/67", "version": 171, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/68", "version": 172, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/69", "version": 173, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/70", "version": 174, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/71", "version": 175, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/72", "version": 176, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/73", "version": 177, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/74", "version": 178, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/75", "version": 179, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/76", "version": 180, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/77", "version": 181, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/78", "version": 182, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/79", "version": 183, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/80", "version": 184, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/81", "version": 185, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/82", "version": 186, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/83", "version": 187, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/84", "version": 188, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/85", "version": 189, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/86", "version": 190, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/87", "version": 191, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/88", "version": 192, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/89", "version": 193, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/90", "version": 194, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/91", "version": 195, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/92", "version": 196, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/93", "version": 197, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/94", "version": 198, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/95", "version": 199, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/96", "version": 200, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/97", "version": 201, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/98", "version": 202, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/2/coll/99", "version": 203, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 4 ] }, { "watchEntity": { "docs": [], "targets": [ 4 ] } }, { "watchCurrent": [ [ 4 ], "resume-token-205" ] }, { "watchSnapshot": { "version": 205, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection/2/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 4 ] } }, { "userListen": [ 6, { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 6 ] }, { "watchEntity": { "docs": [ { "key": "collection/3/coll/0", "version": 206, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/1", "version": 207, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/2", "version": 208, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/3", "version": 209, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/4", "version": 210, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/5", "version": 211, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/6", "version": 212, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/7", "version": 213, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/8", "version": 214, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/9", "version": 215, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/10", "version": 216, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/11", "version": 217, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/12", "version": 218, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/13", "version": 219, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/14", "version": 220, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/15", "version": 221, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/16", "version": 222, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/17", "version": 223, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/18", "version": 224, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/19", "version": 225, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/20", "version": 226, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/21", "version": 227, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/22", "version": 228, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/23", "version": 229, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/24", "version": 230, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/25", "version": 231, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/26", "version": 232, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/27", "version": 233, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/28", "version": 234, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/29", "version": 235, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/30", "version": 236, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/31", "version": 237, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/32", "version": 238, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/33", "version": 239, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/34", "version": 240, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/35", "version": 241, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/36", "version": 242, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/37", "version": 243, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/38", "version": 244, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/39", "version": 245, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/40", "version": 246, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/41", "version": 247, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/42", "version": 248, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/43", "version": 249, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/44", "version": 250, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/45", "version": 251, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/46", "version": 252, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/47", "version": 253, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/48", "version": 254, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/49", "version": 255, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/50", "version": 256, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/51", "version": 257, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/52", "version": 258, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/53", "version": 259, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/54", "version": 260, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/55", "version": 261, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/56", "version": 262, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/57", "version": 263, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/58", "version": 264, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/59", "version": 265, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/60", "version": 266, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/61", "version": 267, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/62", "version": 268, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/63", "version": 269, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/64", "version": 270, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/65", "version": 271, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/66", "version": 272, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/67", "version": 273, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/68", "version": 274, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/69", "version": 275, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/70", "version": 276, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/71", "version": 277, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/72", "version": 278, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/73", "version": 279, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/74", "version": 280, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/75", "version": 281, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/76", "version": 282, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/77", "version": 283, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/78", "version": 284, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/79", "version": 285, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/80", "version": 286, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/81", "version": 287, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/82", "version": 288, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/83", "version": 289, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/84", "version": 290, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/85", "version": 291, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/86", "version": 292, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/87", "version": 293, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/88", "version": 294, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/89", "version": 295, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/90", "version": 296, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/91", "version": 297, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/92", "version": 298, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/93", "version": 299, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/94", "version": 300, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/95", "version": 301, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/96", "version": 302, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/97", "version": 303, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/98", "version": 304, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/99", "version": 305, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 6 ] } }, { "watchCurrent": [ [ 6 ], "resume-token-306" ] }, { "watchSnapshot": { "version": 306, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/3/coll/0", "version": 206, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/1", "version": 207, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/2", "version": 208, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/3", "version": 209, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/4", "version": 210, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/5", "version": 211, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/6", "version": 212, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/7", "version": 213, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/8", "version": 214, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/9", "version": 215, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/10", "version": 216, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/11", "version": 217, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/12", "version": 218, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/13", "version": 219, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/14", "version": 220, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/15", "version": 221, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/16", "version": 222, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/17", "version": 223, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/18", "version": 224, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/19", "version": 225, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/20", "version": 226, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/21", "version": 227, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/22", "version": 228, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/23", "version": 229, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/24", "version": 230, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/25", "version": 231, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/26", "version": 232, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/27", "version": 233, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/28", "version": 234, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/29", "version": 235, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/30", "version": 236, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/31", "version": 237, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/32", "version": 238, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/33", "version": 239, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/34", "version": 240, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/35", "version": 241, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/36", "version": 242, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/37", "version": 243, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/38", "version": 244, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/39", "version": 245, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/40", "version": 246, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/41", "version": 247, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/42", "version": 248, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/43", "version": 249, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/44", "version": 250, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/45", "version": 251, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/46", "version": 252, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/47", "version": 253, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/48", "version": 254, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/49", "version": 255, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/50", "version": 256, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/51", "version": 257, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/52", "version": 258, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/53", "version": 259, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/54", "version": 260, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/55", "version": 261, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/56", "version": 262, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/57", "version": 263, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/58", "version": 264, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/59", "version": 265, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/60", "version": 266, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/61", "version": 267, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/62", "version": 268, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/63", "version": 269, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/64", "version": 270, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/65", "version": 271, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/66", "version": 272, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/67", "version": 273, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/68", "version": 274, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/69", "version": 275, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/70", "version": 276, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/71", "version": 277, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/72", "version": 278, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/73", "version": 279, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/74", "version": 280, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/75", "version": 281, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/76", "version": 282, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/77", "version": 283, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/78", "version": 284, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/79", "version": 285, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/80", "version": 286, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/81", "version": 287, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/82", "version": 288, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/83", "version": 289, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/84", "version": 290, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/85", "version": 291, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/86", "version": 292, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/87", "version": 293, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/88", "version": 294, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/89", "version": 295, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/90", "version": 296, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/91", "version": 297, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/92", "version": 298, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/93", "version": 299, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/94", "version": 300, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/95", "version": 301, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/96", "version": 302, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/97", "version": 303, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/98", "version": 304, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/99", "version": 305, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 6 ] } }, { "userListen": [ 6, { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-306" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/3/coll/0", "version": 206, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/1", "version": 207, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/2", "version": 208, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/3", "version": 209, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/4", "version": 210, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/5", "version": 211, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/6", "version": 212, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/7", "version": 213, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/8", "version": 214, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/9", "version": 215, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/10", "version": 216, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/11", "version": 217, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/12", "version": 218, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/13", "version": 219, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/14", "version": 220, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/15", "version": 221, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/16", "version": 222, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/17", "version": 223, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/18", "version": 224, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/19", "version": 225, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/20", "version": 226, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/21", "version": 227, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/22", "version": 228, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/23", "version": 229, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/24", "version": 230, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/25", "version": 231, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/26", "version": 232, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/27", "version": 233, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/28", "version": 234, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/29", "version": 235, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/30", "version": 236, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/31", "version": 237, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/32", "version": 238, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/33", "version": 239, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/34", "version": 240, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/35", "version": 241, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/36", "version": 242, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/37", "version": 243, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/38", "version": 244, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/39", "version": 245, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/40", "version": 246, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/41", "version": 247, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/42", "version": 248, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/43", "version": 249, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/44", "version": 250, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/45", "version": 251, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/46", "version": 252, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/47", "version": 253, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/48", "version": 254, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/49", "version": 255, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/50", "version": 256, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/51", "version": 257, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/52", "version": 258, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/53", "version": 259, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/54", "version": 260, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/55", "version": 261, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/56", "version": 262, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/57", "version": 263, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/58", "version": 264, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/59", "version": 265, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/60", "version": 266, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/61", "version": 267, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/62", "version": 268, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/63", "version": 269, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/64", "version": 270, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/65", "version": 271, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/66", "version": 272, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/67", "version": 273, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/68", "version": 274, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/69", "version": 275, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/70", "version": 276, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/71", "version": 277, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/72", "version": 278, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/73", "version": 279, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/74", "version": 280, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/75", "version": 281, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/76", "version": 282, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/77", "version": 283, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/78", "version": 284, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/79", "version": 285, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/80", "version": 286, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/81", "version": 287, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/82", "version": 288, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/83", "version": 289, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/84", "version": 290, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/85", "version": 291, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/86", "version": 292, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/87", "version": 293, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/88", "version": 294, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/89", "version": 295, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/90", "version": 296, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/91", "version": 297, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/92", "version": 298, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/93", "version": 299, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/94", "version": 300, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/95", "version": 301, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/96", "version": 302, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/97", "version": 303, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/98", "version": 304, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/3/coll/99", "version": 305, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 6 ] }, { "watchEntity": { "docs": [], "targets": [ 6 ] } }, { "watchCurrent": [ [ 6 ], "resume-token-307" ] }, { "watchSnapshot": { "version": 307, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection/3/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 6 ] } }, { "userListen": [ 8, { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 8 ] }, { "watchEntity": { "docs": [ { "key": "collection/4/coll/0", "version": 308, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/1", "version": 309, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/2", "version": 310, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/3", "version": 311, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/4", "version": 312, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/5", "version": 313, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/6", "version": 314, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/7", "version": 315, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/8", "version": 316, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/9", "version": 317, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/10", "version": 318, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/11", "version": 319, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/12", "version": 320, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/13", "version": 321, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/14", "version": 322, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/15", "version": 323, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/16", "version": 324, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/17", "version": 325, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/18", "version": 326, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/19", "version": 327, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/20", "version": 328, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/21", "version": 329, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/22", "version": 330, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/23", "version": 331, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/24", "version": 332, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/25", "version": 333, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/26", "version": 334, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/27", "version": 335, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/28", "version": 336, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/29", "version": 337, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/30", "version": 338, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/31", "version": 339, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/32", "version": 340, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/33", "version": 341, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/34", "version": 342, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/35", "version": 343, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/36", "version": 344, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/37", "version": 345, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/38", "version": 346, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/39", "version": 347, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/40", "version": 348, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/41", "version": 349, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/42", "version": 350, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/43", "version": 351, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/44", "version": 352, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/45", "version": 353, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/46", "version": 354, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/47", "version": 355, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/48", "version": 356, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/49", "version": 357, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/50", "version": 358, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/51", "version": 359, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/52", "version": 360, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/53", "version": 361, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/54", "version": 362, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/55", "version": 363, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/56", "version": 364, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/57", "version": 365, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/58", "version": 366, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/59", "version": 367, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/60", "version": 368, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/61", "version": 369, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/62", "version": 370, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/63", "version": 371, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/64", "version": 372, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/65", "version": 373, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/66", "version": 374, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/67", "version": 375, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/68", "version": 376, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/69", "version": 377, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/70", "version": 378, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/71", "version": 379, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/72", "version": 380, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/73", "version": 381, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/74", "version": 382, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/75", "version": 383, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/76", "version": 384, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/77", "version": 385, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/78", "version": 386, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/79", "version": 387, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/80", "version": 388, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/81", "version": 389, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/82", "version": 390, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/83", "version": 391, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/84", "version": 392, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/85", "version": 393, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/86", "version": 394, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/87", "version": 395, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/88", "version": 396, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/89", "version": 397, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/90", "version": 398, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/91", "version": 399, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/92", "version": 400, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/93", "version": 401, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/94", "version": 402, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/95", "version": 403, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/96", "version": 404, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/97", "version": 405, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/98", "version": 406, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/99", "version": 407, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 8 ] } }, { "watchCurrent": [ [ 8 ], "resume-token-408" ] }, { "watchSnapshot": { "version": 408, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/4/coll/0", "version": 308, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/1", "version": 309, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/2", "version": 310, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/3", "version": 311, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/4", "version": 312, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/5", "version": 313, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/6", "version": 314, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/7", "version": 315, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/8", "version": 316, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/9", "version": 317, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/10", "version": 318, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/11", "version": 319, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/12", "version": 320, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/13", "version": 321, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/14", "version": 322, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/15", "version": 323, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/16", "version": 324, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/17", "version": 325, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/18", "version": 326, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/19", "version": 327, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/20", "version": 328, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/21", "version": 329, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/22", "version": 330, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/23", "version": 331, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/24", "version": 332, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/25", "version": 333, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/26", "version": 334, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/27", "version": 335, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/28", "version": 336, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/29", "version": 337, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/30", "version": 338, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/31", "version": 339, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/32", "version": 340, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/33", "version": 341, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/34", "version": 342, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/35", "version": 343, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/36", "version": 344, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/37", "version": 345, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/38", "version": 346, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/39", "version": 347, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/40", "version": 348, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/41", "version": 349, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/42", "version": 350, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/43", "version": 351, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/44", "version": 352, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/45", "version": 353, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/46", "version": 354, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/47", "version": 355, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/48", "version": 356, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/49", "version": 357, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/50", "version": 358, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/51", "version": 359, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/52", "version": 360, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/53", "version": 361, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/54", "version": 362, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/55", "version": 363, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/56", "version": 364, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/57", "version": 365, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/58", "version": 366, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/59", "version": 367, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/60", "version": 368, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/61", "version": 369, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/62", "version": 370, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/63", "version": 371, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/64", "version": 372, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/65", "version": 373, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/66", "version": 374, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/67", "version": 375, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/68", "version": 376, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/69", "version": 377, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/70", "version": 378, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/71", "version": 379, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/72", "version": 380, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/73", "version": 381, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/74", "version": 382, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/75", "version": 383, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/76", "version": 384, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/77", "version": 385, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/78", "version": 386, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/79", "version": 387, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/80", "version": 388, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/81", "version": 389, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/82", "version": 390, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/83", "version": 391, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/84", "version": 392, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/85", "version": 393, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/86", "version": 394, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/87", "version": 395, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/88", "version": 396, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/89", "version": 397, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/90", "version": 398, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/91", "version": 399, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/92", "version": 400, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/93", "version": 401, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/94", "version": 402, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/95", "version": 403, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/96", "version": 404, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/97", "version": 405, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/98", "version": 406, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/99", "version": 407, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 8 ] } }, { "userListen": [ 8, { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-408" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/4/coll/0", "version": 308, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/1", "version": 309, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/2", "version": 310, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/3", "version": 311, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/4", "version": 312, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/5", "version": 313, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/6", "version": 314, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/7", "version": 315, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/8", "version": 316, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/9", "version": 317, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/10", "version": 318, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/11", "version": 319, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/12", "version": 320, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/13", "version": 321, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/14", "version": 322, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/15", "version": 323, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/16", "version": 324, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/17", "version": 325, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/18", "version": 326, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/19", "version": 327, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/20", "version": 328, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/21", "version": 329, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/22", "version": 330, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/23", "version": 331, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/24", "version": 332, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/25", "version": 333, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/26", "version": 334, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/27", "version": 335, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/28", "version": 336, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/29", "version": 337, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/30", "version": 338, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/31", "version": 339, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/32", "version": 340, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/33", "version": 341, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/34", "version": 342, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/35", "version": 343, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/36", "version": 344, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/37", "version": 345, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/38", "version": 346, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/39", "version": 347, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/40", "version": 348, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/41", "version": 349, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/42", "version": 350, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/43", "version": 351, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/44", "version": 352, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/45", "version": 353, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/46", "version": 354, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/47", "version": 355, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/48", "version": 356, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/49", "version": 357, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/50", "version": 358, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/51", "version": 359, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/52", "version": 360, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/53", "version": 361, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/54", "version": 362, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/55", "version": 363, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/56", "version": 364, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/57", "version": 365, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/58", "version": 366, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/59", "version": 367, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/60", "version": 368, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/61", "version": 369, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/62", "version": 370, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/63", "version": 371, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/64", "version": 372, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/65", "version": 373, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/66", "version": 374, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/67", "version": 375, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/68", "version": 376, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/69", "version": 377, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/70", "version": 378, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/71", "version": 379, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/72", "version": 380, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/73", "version": 381, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/74", "version": 382, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/75", "version": 383, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/76", "version": 384, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/77", "version": 385, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/78", "version": 386, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/79", "version": 387, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/80", "version": 388, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/81", "version": 389, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/82", "version": 390, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/83", "version": 391, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/84", "version": 392, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/85", "version": 393, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/86", "version": 394, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/87", "version": 395, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/88", "version": 396, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/89", "version": 397, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/90", "version": 398, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/91", "version": 399, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/92", "version": 400, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/93", "version": 401, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/94", "version": 402, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/95", "version": 403, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/96", "version": 404, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/97", "version": 405, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/98", "version": 406, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/4/coll/99", "version": 407, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 8 ] }, { "watchEntity": { "docs": [], "targets": [ 8 ] } }, { "watchCurrent": [ [ 8 ], "resume-token-409" ] }, { "watchSnapshot": { "version": 409, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection/4/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 8 ] } }, { "userListen": [ 10, { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 10 ] }, { "watchEntity": { "docs": [ { "key": "collection/5/coll/0", "version": 410, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/1", "version": 411, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/2", "version": 412, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/3", "version": 413, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/4", "version": 414, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/5", "version": 415, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/6", "version": 416, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/7", "version": 417, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/8", "version": 418, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/9", "version": 419, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/10", "version": 420, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/11", "version": 421, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/12", "version": 422, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/13", "version": 423, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/14", "version": 424, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/15", "version": 425, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/16", "version": 426, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/17", "version": 427, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/18", "version": 428, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/19", "version": 429, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/20", "version": 430, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/21", "version": 431, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/22", "version": 432, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/23", "version": 433, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/24", "version": 434, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/25", "version": 435, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/26", "version": 436, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/27", "version": 437, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/28", "version": 438, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/29", "version": 439, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/30", "version": 440, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/31", "version": 441, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/32", "version": 442, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/33", "version": 443, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/34", "version": 444, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/35", "version": 445, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/36", "version": 446, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/37", "version": 447, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/38", "version": 448, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/39", "version": 449, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/40", "version": 450, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/41", "version": 451, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/42", "version": 452, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/43", "version": 453, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/44", "version": 454, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/45", "version": 455, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/46", "version": 456, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/47", "version": 457, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/48", "version": 458, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/49", "version": 459, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/50", "version": 460, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/51", "version": 461, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/52", "version": 462, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/53", "version": 463, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/54", "version": 464, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/55", "version": 465, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/56", "version": 466, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/57", "version": 467, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/58", "version": 468, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/59", "version": 469, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/60", "version": 470, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/61", "version": 471, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/62", "version": 472, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/63", "version": 473, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/64", "version": 474, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/65", "version": 475, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/66", "version": 476, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/67", "version": 477, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/68", "version": 478, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/69", "version": 479, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/70", "version": 480, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/71", "version": 481, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/72", "version": 482, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/73", "version": 483, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/74", "version": 484, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/75", "version": 485, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/76", "version": 486, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/77", "version": 487, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/78", "version": 488, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/79", "version": 489, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/80", "version": 490, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/81", "version": 491, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/82", "version": 492, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/83", "version": 493, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/84", "version": 494, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/85", "version": 495, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/86", "version": 496, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/87", "version": 497, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/88", "version": 498, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/89", "version": 499, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/90", "version": 500, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/91", "version": 501, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/92", "version": 502, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/93", "version": 503, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/94", "version": 504, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/95", "version": 505, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/96", "version": 506, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/97", "version": 507, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/98", "version": 508, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/99", "version": 509, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 10 ] } }, { "watchCurrent": [ [ 10 ], "resume-token-510" ] }, { "watchSnapshot": { "version": 510, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/5/coll/0", "version": 410, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/1", "version": 411, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/2", "version": 412, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/3", "version": 413, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/4", "version": 414, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/5", "version": 415, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/6", "version": 416, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/7", "version": 417, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/8", "version": 418, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/9", "version": 419, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/10", "version": 420, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/11", "version": 421, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/12", "version": 422, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/13", "version": 423, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/14", "version": 424, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/15", "version": 425, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/16", "version": 426, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/17", "version": 427, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/18", "version": 428, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/19", "version": 429, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/20", "version": 430, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/21", "version": 431, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/22", "version": 432, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/23", "version": 433, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/24", "version": 434, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/25", "version": 435, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/26", "version": 436, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/27", "version": 437, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/28", "version": 438, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/29", "version": 439, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/30", "version": 440, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/31", "version": 441, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/32", "version": 442, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/33", "version": 443, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/34", "version": 444, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/35", "version": 445, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/36", "version": 446, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/37", "version": 447, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/38", "version": 448, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/39", "version": 449, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/40", "version": 450, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/41", "version": 451, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/42", "version": 452, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/43", "version": 453, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/44", "version": 454, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/45", "version": 455, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/46", "version": 456, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/47", "version": 457, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/48", "version": 458, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/49", "version": 459, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/50", "version": 460, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/51", "version": 461, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/52", "version": 462, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/53", "version": 463, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/54", "version": 464, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/55", "version": 465, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/56", "version": 466, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/57", "version": 467, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/58", "version": 468, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/59", "version": 469, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/60", "version": 470, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/61", "version": 471, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/62", "version": 472, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/63", "version": 473, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/64", "version": 474, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/65", "version": 475, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/66", "version": 476, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/67", "version": 477, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/68", "version": 478, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/69", "version": 479, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/70", "version": 480, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/71", "version": 481, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/72", "version": 482, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/73", "version": 483, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/74", "version": 484, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/75", "version": 485, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/76", "version": 486, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/77", "version": 487, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/78", "version": 488, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/79", "version": 489, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/80", "version": 490, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/81", "version": 491, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/82", "version": 492, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/83", "version": 493, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/84", "version": 494, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/85", "version": 495, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/86", "version": 496, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/87", "version": 497, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/88", "version": 498, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/89", "version": 499, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/90", "version": 500, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/91", "version": 501, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/92", "version": 502, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/93", "version": 503, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/94", "version": 504, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/95", "version": 505, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/96", "version": 506, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/97", "version": 507, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/98", "version": 508, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/99", "version": 509, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 10 ] } }, { "userListen": [ 10, { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-510" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/5/coll/0", "version": 410, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/1", "version": 411, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/2", "version": 412, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/3", "version": 413, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/4", "version": 414, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/5", "version": 415, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/6", "version": 416, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/7", "version": 417, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/8", "version": 418, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/9", "version": 419, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/10", "version": 420, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/11", "version": 421, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/12", "version": 422, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/13", "version": 423, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/14", "version": 424, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/15", "version": 425, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/16", "version": 426, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/17", "version": 427, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/18", "version": 428, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/19", "version": 429, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/20", "version": 430, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/21", "version": 431, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/22", "version": 432, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/23", "version": 433, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/24", "version": 434, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/25", "version": 435, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/26", "version": 436, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/27", "version": 437, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/28", "version": 438, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/29", "version": 439, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/30", "version": 440, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/31", "version": 441, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/32", "version": 442, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/33", "version": 443, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/34", "version": 444, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/35", "version": 445, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/36", "version": 446, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/37", "version": 447, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/38", "version": 448, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/39", "version": 449, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/40", "version": 450, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/41", "version": 451, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/42", "version": 452, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/43", "version": 453, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/44", "version": 454, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/45", "version": 455, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/46", "version": 456, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/47", "version": 457, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/48", "version": 458, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/49", "version": 459, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/50", "version": 460, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/51", "version": 461, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/52", "version": 462, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/53", "version": 463, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/54", "version": 464, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/55", "version": 465, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/56", "version": 466, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/57", "version": 467, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/58", "version": 468, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/59", "version": 469, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/60", "version": 470, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/61", "version": 471, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/62", "version": 472, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/63", "version": 473, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/64", "version": 474, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/65", "version": 475, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/66", "version": 476, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/67", "version": 477, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/68", "version": 478, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/69", "version": 479, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/70", "version": 480, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/71", "version": 481, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/72", "version": 482, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/73", "version": 483, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/74", "version": 484, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/75", "version": 485, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/76", "version": 486, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/77", "version": 487, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/78", "version": 488, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/79", "version": 489, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/80", "version": 490, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/81", "version": 491, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/82", "version": 492, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/83", "version": 493, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/84", "version": 494, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/85", "version": 495, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/86", "version": 496, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/87", "version": 497, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/88", "version": 498, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/89", "version": 499, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/90", "version": 500, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/91", "version": 501, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/92", "version": 502, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/93", "version": 503, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/94", "version": 504, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/95", "version": 505, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/96", "version": 506, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/97", "version": 507, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/98", "version": 508, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/5/coll/99", "version": 509, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 10 ] }, { "watchEntity": { "docs": [], "targets": [ 10 ] } }, { "watchCurrent": [ [ 10 ], "resume-token-511" ] }, { "watchSnapshot": { "version": 511, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection/5/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 10 ] } }, { "userListen": [ 12, { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 12 ] }, { "watchEntity": { "docs": [ { "key": "collection/6/coll/0", "version": 512, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/1", "version": 513, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/2", "version": 514, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/3", "version": 515, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/4", "version": 516, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/5", "version": 517, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/6", "version": 518, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/7", "version": 519, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/8", "version": 520, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/9", "version": 521, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/10", "version": 522, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/11", "version": 523, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/12", "version": 524, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/13", "version": 525, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/14", "version": 526, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/15", "version": 527, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/16", "version": 528, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/17", "version": 529, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/18", "version": 530, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/19", "version": 531, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/20", "version": 532, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/21", "version": 533, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/22", "version": 534, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/23", "version": 535, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/24", "version": 536, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/25", "version": 537, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/26", "version": 538, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/27", "version": 539, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/28", "version": 540, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/29", "version": 541, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/30", "version": 542, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/31", "version": 543, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/32", "version": 544, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/33", "version": 545, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/34", "version": 546, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/35", "version": 547, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/36", "version": 548, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/37", "version": 549, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/38", "version": 550, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/39", "version": 551, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/40", "version": 552, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/41", "version": 553, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/42", "version": 554, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/43", "version": 555, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/44", "version": 556, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/45", "version": 557, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/46", "version": 558, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/47", "version": 559, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/48", "version": 560, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/49", "version": 561, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/50", "version": 562, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/51", "version": 563, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/52", "version": 564, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/53", "version": 565, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/54", "version": 566, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/55", "version": 567, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/56", "version": 568, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/57", "version": 569, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/58", "version": 570, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/59", "version": 571, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/60", "version": 572, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/61", "version": 573, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/62", "version": 574, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/63", "version": 575, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/64", "version": 576, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/65", "version": 577, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/66", "version": 578, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/67", "version": 579, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/68", "version": 580, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/69", "version": 581, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/70", "version": 582, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/71", "version": 583, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/72", "version": 584, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/73", "version": 585, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/74", "version": 586, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/75", "version": 587, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/76", "version": 588, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/77", "version": 589, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/78", "version": 590, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/79", "version": 591, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/80", "version": 592, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/81", "version": 593, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/82", "version": 594, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/83", "version": 595, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/84", "version": 596, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/85", "version": 597, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/86", "version": 598, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/87", "version": 599, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/88", "version": 600, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/89", "version": 601, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/90", "version": 602, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/91", "version": 603, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/92", "version": 604, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/93", "version": 605, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/94", "version": 606, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/95", "version": 607, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/96", "version": 608, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/97", "version": 609, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/98", "version": 610, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/99", "version": 611, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 12 ] } }, { "watchCurrent": [ [ 12 ], "resume-token-612" ] }, { "watchSnapshot": { "version": 612, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/6/coll/0", "version": 512, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/1", "version": 513, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/2", "version": 514, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/3", "version": 515, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/4", "version": 516, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/5", "version": 517, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/6", "version": 518, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/7", "version": 519, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/8", "version": 520, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/9", "version": 521, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/10", "version": 522, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/11", "version": 523, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/12", "version": 524, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/13", "version": 525, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/14", "version": 526, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/15", "version": 527, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/16", "version": 528, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/17", "version": 529, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/18", "version": 530, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/19", "version": 531, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/20", "version": 532, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/21", "version": 533, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/22", "version": 534, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/23", "version": 535, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/24", "version": 536, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/25", "version": 537, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/26", "version": 538, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/27", "version": 539, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/28", "version": 540, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/29", "version": 541, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/30", "version": 542, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/31", "version": 543, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/32", "version": 544, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/33", "version": 545, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/34", "version": 546, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/35", "version": 547, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/36", "version": 548, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/37", "version": 549, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/38", "version": 550, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/39", "version": 551, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/40", "version": 552, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/41", "version": 553, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/42", "version": 554, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/43", "version": 555, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/44", "version": 556, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/45", "version": 557, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/46", "version": 558, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/47", "version": 559, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/48", "version": 560, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/49", "version": 561, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/50", "version": 562, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/51", "version": 563, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/52", "version": 564, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/53", "version": 565, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/54", "version": 566, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/55", "version": 567, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/56", "version": 568, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/57", "version": 569, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/58", "version": 570, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/59", "version": 571, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/60", "version": 572, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/61", "version": 573, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/62", "version": 574, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/63", "version": 575, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/64", "version": 576, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/65", "version": 577, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/66", "version": 578, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/67", "version": 579, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/68", "version": 580, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/69", "version": 581, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/70", "version": 582, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/71", "version": 583, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/72", "version": 584, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/73", "version": 585, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/74", "version": 586, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/75", "version": 587, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/76", "version": 588, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/77", "version": 589, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/78", "version": 590, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/79", "version": 591, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/80", "version": 592, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/81", "version": 593, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/82", "version": 594, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/83", "version": 595, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/84", "version": 596, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/85", "version": 597, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/86", "version": 598, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/87", "version": 599, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/88", "version": 600, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/89", "version": 601, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/90", "version": 602, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/91", "version": 603, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/92", "version": 604, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/93", "version": 605, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/94", "version": 606, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/95", "version": 607, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/96", "version": 608, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/97", "version": 609, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/98", "version": 610, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/99", "version": 611, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 12 ] } }, { "userListen": [ 12, { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-612" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/6/coll/0", "version": 512, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/1", "version": 513, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/2", "version": 514, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/3", "version": 515, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/4", "version": 516, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/5", "version": 517, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/6", "version": 518, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/7", "version": 519, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/8", "version": 520, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/9", "version": 521, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/10", "version": 522, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/11", "version": 523, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/12", "version": 524, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/13", "version": 525, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/14", "version": 526, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/15", "version": 527, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/16", "version": 528, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/17", "version": 529, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/18", "version": 530, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/19", "version": 531, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/20", "version": 532, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/21", "version": 533, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/22", "version": 534, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/23", "version": 535, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/24", "version": 536, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/25", "version": 537, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/26", "version": 538, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/27", "version": 539, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/28", "version": 540, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/29", "version": 541, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/30", "version": 542, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/31", "version": 543, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/32", "version": 544, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/33", "version": 545, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/34", "version": 546, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/35", "version": 547, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/36", "version": 548, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/37", "version": 549, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/38", "version": 550, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/39", "version": 551, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/40", "version": 552, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/41", "version": 553, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/42", "version": 554, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/43", "version": 555, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/44", "version": 556, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/45", "version": 557, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/46", "version": 558, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/47", "version": 559, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/48", "version": 560, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/49", "version": 561, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/50", "version": 562, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/51", "version": 563, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/52", "version": 564, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/53", "version": 565, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/54", "version": 566, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/55", "version": 567, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/56", "version": 568, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/57", "version": 569, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/58", "version": 570, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/59", "version": 571, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/60", "version": 572, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/61", "version": 573, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/62", "version": 574, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/63", "version": 575, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/64", "version": 576, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/65", "version": 577, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/66", "version": 578, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/67", "version": 579, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/68", "version": 580, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/69", "version": 581, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/70", "version": 582, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/71", "version": 583, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/72", "version": 584, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/73", "version": 585, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/74", "version": 586, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/75", "version": 587, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/76", "version": 588, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/77", "version": 589, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/78", "version": 590, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/79", "version": 591, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/80", "version": 592, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/81", "version": 593, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/82", "version": 594, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/83", "version": 595, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/84", "version": 596, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/85", "version": 597, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/86", "version": 598, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/87", "version": 599, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/88", "version": 600, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/89", "version": 601, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/90", "version": 602, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/91", "version": 603, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/92", "version": 604, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/93", "version": 605, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/94", "version": 606, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/95", "version": 607, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/96", "version": 608, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/97", "version": 609, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/98", "version": 610, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/6/coll/99", "version": 611, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 12 ] }, { "watchEntity": { "docs": [], "targets": [ 12 ] } }, { "watchCurrent": [ [ 12 ], "resume-token-613" ] }, { "watchSnapshot": { "version": 613, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection/6/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 12 ] } }, { "userListen": [ 14, { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 14 ] }, { "watchEntity": { "docs": [ { "key": "collection/7/coll/0", "version": 614, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/1", "version": 615, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/2", "version": 616, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/3", "version": 617, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/4", "version": 618, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/5", "version": 619, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/6", "version": 620, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/7", "version": 621, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/8", "version": 622, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/9", "version": 623, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/10", "version": 624, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/11", "version": 625, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/12", "version": 626, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/13", "version": 627, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/14", "version": 628, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/15", "version": 629, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/16", "version": 630, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/17", "version": 631, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/18", "version": 632, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/19", "version": 633, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/20", "version": 634, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/21", "version": 635, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/22", "version": 636, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/23", "version": 637, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/24", "version": 638, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/25", "version": 639, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/26", "version": 640, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/27", "version": 641, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/28", "version": 642, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/29", "version": 643, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/30", "version": 644, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/31", "version": 645, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/32", "version": 646, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/33", "version": 647, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/34", "version": 648, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/35", "version": 649, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/36", "version": 650, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/37", "version": 651, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/38", "version": 652, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/39", "version": 653, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/40", "version": 654, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/41", "version": 655, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/42", "version": 656, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/43", "version": 657, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/44", "version": 658, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/45", "version": 659, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/46", "version": 660, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/47", "version": 661, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/48", "version": 662, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/49", "version": 663, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/50", "version": 664, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/51", "version": 665, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/52", "version": 666, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/53", "version": 667, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/54", "version": 668, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/55", "version": 669, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/56", "version": 670, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/57", "version": 671, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/58", "version": 672, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/59", "version": 673, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/60", "version": 674, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/61", "version": 675, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/62", "version": 676, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/63", "version": 677, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/64", "version": 678, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/65", "version": 679, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/66", "version": 680, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/67", "version": 681, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/68", "version": 682, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/69", "version": 683, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/70", "version": 684, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/71", "version": 685, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/72", "version": 686, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/73", "version": 687, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/74", "version": 688, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/75", "version": 689, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/76", "version": 690, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/77", "version": 691, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/78", "version": 692, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/79", "version": 693, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/80", "version": 694, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/81", "version": 695, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/82", "version": 696, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/83", "version": 697, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/84", "version": 698, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/85", "version": 699, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/86", "version": 700, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/87", "version": 701, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/88", "version": 702, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/89", "version": 703, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/90", "version": 704, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/91", "version": 705, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/92", "version": 706, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/93", "version": 707, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/94", "version": 708, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/95", "version": 709, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/96", "version": 710, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/97", "version": 711, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/98", "version": 712, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/99", "version": 713, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 14 ] } }, { "watchCurrent": [ [ 14 ], "resume-token-714" ] }, { "watchSnapshot": { "version": 714, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/7/coll/0", "version": 614, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/1", "version": 615, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/2", "version": 616, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/3", "version": 617, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/4", "version": 618, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/5", "version": 619, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/6", "version": 620, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/7", "version": 621, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/8", "version": 622, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/9", "version": 623, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/10", "version": 624, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/11", "version": 625, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/12", "version": 626, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/13", "version": 627, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/14", "version": 628, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/15", "version": 629, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/16", "version": 630, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/17", "version": 631, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/18", "version": 632, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/19", "version": 633, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/20", "version": 634, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/21", "version": 635, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/22", "version": 636, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/23", "version": 637, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/24", "version": 638, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/25", "version": 639, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/26", "version": 640, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/27", "version": 641, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/28", "version": 642, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/29", "version": 643, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/30", "version": 644, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/31", "version": 645, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/32", "version": 646, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/33", "version": 647, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/34", "version": 648, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/35", "version": 649, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/36", "version": 650, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/37", "version": 651, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/38", "version": 652, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/39", "version": 653, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/40", "version": 654, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/41", "version": 655, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/42", "version": 656, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/43", "version": 657, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/44", "version": 658, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/45", "version": 659, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/46", "version": 660, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/47", "version": 661, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/48", "version": 662, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/49", "version": 663, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/50", "version": 664, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/51", "version": 665, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/52", "version": 666, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/53", "version": 667, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/54", "version": 668, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/55", "version": 669, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/56", "version": 670, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/57", "version": 671, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/58", "version": 672, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/59", "version": 673, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/60", "version": 674, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/61", "version": 675, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/62", "version": 676, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/63", "version": 677, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/64", "version": 678, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/65", "version": 679, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/66", "version": 680, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/67", "version": 681, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/68", "version": 682, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/69", "version": 683, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/70", "version": 684, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/71", "version": 685, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/72", "version": 686, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/73", "version": 687, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/74", "version": 688, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/75", "version": 689, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/76", "version": 690, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/77", "version": 691, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/78", "version": 692, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/79", "version": 693, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/80", "version": 694, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/81", "version": 695, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/82", "version": 696, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/83", "version": 697, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/84", "version": 698, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/85", "version": 699, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/86", "version": 700, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/87", "version": 701, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/88", "version": 702, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/89", "version": 703, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/90", "version": 704, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/91", "version": 705, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/92", "version": 706, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/93", "version": 707, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/94", "version": 708, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/95", "version": 709, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/96", "version": 710, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/97", "version": 711, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/98", "version": 712, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/99", "version": 713, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 14 ] } }, { "userListen": [ 14, { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-714" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/7/coll/0", "version": 614, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/1", "version": 615, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/2", "version": 616, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/3", "version": 617, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/4", "version": 618, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/5", "version": 619, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/6", "version": 620, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/7", "version": 621, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/8", "version": 622, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/9", "version": 623, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/10", "version": 624, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/11", "version": 625, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/12", "version": 626, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/13", "version": 627, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/14", "version": 628, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/15", "version": 629, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/16", "version": 630, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/17", "version": 631, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/18", "version": 632, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/19", "version": 633, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/20", "version": 634, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/21", "version": 635, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/22", "version": 636, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/23", "version": 637, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/24", "version": 638, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/25", "version": 639, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/26", "version": 640, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/27", "version": 641, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/28", "version": 642, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/29", "version": 643, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/30", "version": 644, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/31", "version": 645, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/32", "version": 646, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/33", "version": 647, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/34", "version": 648, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/35", "version": 649, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/36", "version": 650, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/37", "version": 651, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/38", "version": 652, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/39", "version": 653, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/40", "version": 654, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/41", "version": 655, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/42", "version": 656, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/43", "version": 657, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/44", "version": 658, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/45", "version": 659, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/46", "version": 660, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/47", "version": 661, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/48", "version": 662, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/49", "version": 663, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/50", "version": 664, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/51", "version": 665, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/52", "version": 666, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/53", "version": 667, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/54", "version": 668, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/55", "version": 669, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/56", "version": 670, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/57", "version": 671, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/58", "version": 672, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/59", "version": 673, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/60", "version": 674, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/61", "version": 675, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/62", "version": 676, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/63", "version": 677, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/64", "version": 678, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/65", "version": 679, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/66", "version": 680, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/67", "version": 681, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/68", "version": 682, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/69", "version": 683, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/70", "version": 684, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/71", "version": 685, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/72", "version": 686, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/73", "version": 687, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/74", "version": 688, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/75", "version": 689, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/76", "version": 690, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/77", "version": 691, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/78", "version": 692, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/79", "version": 693, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/80", "version": 694, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/81", "version": 695, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/82", "version": 696, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/83", "version": 697, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/84", "version": 698, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/85", "version": 699, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/86", "version": 700, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/87", "version": 701, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/88", "version": 702, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/89", "version": 703, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/90", "version": 704, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/91", "version": 705, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/92", "version": 706, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/93", "version": 707, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/94", "version": 708, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/95", "version": 709, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/96", "version": 710, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/97", "version": 711, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/98", "version": 712, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/7/coll/99", "version": 713, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 14 ] }, { "watchEntity": { "docs": [], "targets": [ 14 ] } }, { "watchCurrent": [ [ 14 ], "resume-token-715" ] }, { "watchSnapshot": { "version": 715, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection/7/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 14 ] } }, { "userListen": [ 16, { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 16 ] }, { "watchEntity": { "docs": [ { "key": "collection/8/coll/0", "version": 716, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/1", "version": 717, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/2", "version": 718, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/3", "version": 719, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/4", "version": 720, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/5", "version": 721, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/6", "version": 722, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/7", "version": 723, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/8", "version": 724, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/9", "version": 725, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/10", "version": 726, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/11", "version": 727, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/12", "version": 728, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/13", "version": 729, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/14", "version": 730, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/15", "version": 731, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/16", "version": 732, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/17", "version": 733, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/18", "version": 734, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/19", "version": 735, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/20", "version": 736, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/21", "version": 737, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/22", "version": 738, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/23", "version": 739, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/24", "version": 740, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/25", "version": 741, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/26", "version": 742, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/27", "version": 743, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/28", "version": 744, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/29", "version": 745, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/30", "version": 746, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/31", "version": 747, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/32", "version": 748, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/33", "version": 749, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/34", "version": 750, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/35", "version": 751, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/36", "version": 752, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/37", "version": 753, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/38", "version": 754, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/39", "version": 755, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/40", "version": 756, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/41", "version": 757, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/42", "version": 758, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/43", "version": 759, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/44", "version": 760, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/45", "version": 761, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/46", "version": 762, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/47", "version": 763, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/48", "version": 764, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/49", "version": 765, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/50", "version": 766, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/51", "version": 767, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/52", "version": 768, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/53", "version": 769, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/54", "version": 770, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/55", "version": 771, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/56", "version": 772, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/57", "version": 773, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/58", "version": 774, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/59", "version": 775, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/60", "version": 776, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/61", "version": 777, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/62", "version": 778, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/63", "version": 779, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/64", "version": 780, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/65", "version": 781, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/66", "version": 782, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/67", "version": 783, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/68", "version": 784, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/69", "version": 785, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/70", "version": 786, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/71", "version": 787, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/72", "version": 788, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/73", "version": 789, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/74", "version": 790, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/75", "version": 791, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/76", "version": 792, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/77", "version": 793, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/78", "version": 794, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/79", "version": 795, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/80", "version": 796, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/81", "version": 797, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/82", "version": 798, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/83", "version": 799, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/84", "version": 800, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/85", "version": 801, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/86", "version": 802, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/87", "version": 803, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/88", "version": 804, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/89", "version": 805, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/90", "version": 806, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/91", "version": 807, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/92", "version": 808, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/93", "version": 809, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/94", "version": 810, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/95", "version": 811, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/96", "version": 812, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/97", "version": 813, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/98", "version": 814, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/99", "version": 815, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 16 ] } }, { "watchCurrent": [ [ 16 ], "resume-token-816" ] }, { "watchSnapshot": { "version": 816, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/8/coll/0", "version": 716, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/1", "version": 717, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/2", "version": 718, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/3", "version": 719, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/4", "version": 720, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/5", "version": 721, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/6", "version": 722, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/7", "version": 723, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/8", "version": 724, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/9", "version": 725, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/10", "version": 726, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/11", "version": 727, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/12", "version": 728, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/13", "version": 729, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/14", "version": 730, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/15", "version": 731, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/16", "version": 732, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/17", "version": 733, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/18", "version": 734, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/19", "version": 735, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/20", "version": 736, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/21", "version": 737, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/22", "version": 738, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/23", "version": 739, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/24", "version": 740, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/25", "version": 741, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/26", "version": 742, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/27", "version": 743, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/28", "version": 744, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/29", "version": 745, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/30", "version": 746, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/31", "version": 747, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/32", "version": 748, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/33", "version": 749, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/34", "version": 750, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/35", "version": 751, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/36", "version": 752, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/37", "version": 753, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/38", "version": 754, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/39", "version": 755, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/40", "version": 756, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/41", "version": 757, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/42", "version": 758, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/43", "version": 759, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/44", "version": 760, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/45", "version": 761, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/46", "version": 762, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/47", "version": 763, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/48", "version": 764, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/49", "version": 765, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/50", "version": 766, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/51", "version": 767, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/52", "version": 768, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/53", "version": 769, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/54", "version": 770, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/55", "version": 771, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/56", "version": 772, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/57", "version": 773, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/58", "version": 774, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/59", "version": 775, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/60", "version": 776, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/61", "version": 777, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/62", "version": 778, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/63", "version": 779, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/64", "version": 780, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/65", "version": 781, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/66", "version": 782, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/67", "version": 783, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/68", "version": 784, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/69", "version": 785, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/70", "version": 786, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/71", "version": 787, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/72", "version": 788, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/73", "version": 789, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/74", "version": 790, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/75", "version": 791, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/76", "version": 792, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/77", "version": 793, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/78", "version": 794, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/79", "version": 795, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/80", "version": 796, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/81", "version": 797, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/82", "version": 798, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/83", "version": 799, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/84", "version": 800, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/85", "version": 801, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/86", "version": 802, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/87", "version": 803, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/88", "version": 804, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/89", "version": 805, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/90", "version": 806, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/91", "version": 807, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/92", "version": 808, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/93", "version": 809, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/94", "version": 810, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/95", "version": 811, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/96", "version": 812, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/97", "version": 813, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/98", "version": 814, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/99", "version": 815, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 16 ] } }, { "userListen": [ 16, { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-816" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/8/coll/0", "version": 716, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/1", "version": 717, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/2", "version": 718, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/3", "version": 719, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/4", "version": 720, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/5", "version": 721, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/6", "version": 722, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/7", "version": 723, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/8", "version": 724, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/9", "version": 725, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/10", "version": 726, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/11", "version": 727, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/12", "version": 728, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/13", "version": 729, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/14", "version": 730, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/15", "version": 731, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/16", "version": 732, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/17", "version": 733, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/18", "version": 734, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/19", "version": 735, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/20", "version": 736, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/21", "version": 737, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/22", "version": 738, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/23", "version": 739, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/24", "version": 740, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/25", "version": 741, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/26", "version": 742, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/27", "version": 743, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/28", "version": 744, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/29", "version": 745, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/30", "version": 746, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/31", "version": 747, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/32", "version": 748, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/33", "version": 749, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/34", "version": 750, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/35", "version": 751, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/36", "version": 752, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/37", "version": 753, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/38", "version": 754, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/39", "version": 755, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/40", "version": 756, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/41", "version": 757, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/42", "version": 758, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/43", "version": 759, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/44", "version": 760, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/45", "version": 761, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/46", "version": 762, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/47", "version": 763, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/48", "version": 764, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/49", "version": 765, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/50", "version": 766, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/51", "version": 767, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/52", "version": 768, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/53", "version": 769, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/54", "version": 770, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/55", "version": 771, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/56", "version": 772, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/57", "version": 773, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/58", "version": 774, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/59", "version": 775, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/60", "version": 776, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/61", "version": 777, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/62", "version": 778, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/63", "version": 779, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/64", "version": 780, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/65", "version": 781, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/66", "version": 782, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/67", "version": 783, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/68", "version": 784, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/69", "version": 785, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/70", "version": 786, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/71", "version": 787, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/72", "version": 788, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/73", "version": 789, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/74", "version": 790, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/75", "version": 791, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/76", "version": 792, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/77", "version": 793, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/78", "version": 794, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/79", "version": 795, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/80", "version": 796, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/81", "version": 797, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/82", "version": 798, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/83", "version": 799, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/84", "version": 800, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/85", "version": 801, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/86", "version": 802, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/87", "version": 803, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/88", "version": 804, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/89", "version": 805, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/90", "version": 806, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/91", "version": 807, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/92", "version": 808, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/93", "version": 809, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/94", "version": 810, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/95", "version": 811, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/96", "version": 812, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/97", "version": 813, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/98", "version": 814, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/8/coll/99", "version": 815, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 16 ] }, { "watchEntity": { "docs": [], "targets": [ 16 ] } }, { "watchCurrent": [ [ 16 ], "resume-token-817" ] }, { "watchSnapshot": { "version": 817, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection/8/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 16 ] } }, { "userListen": [ 18, { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 18 ] }, { "watchEntity": { "docs": [ { "key": "collection/9/coll/0", "version": 818, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/1", "version": 819, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/2", "version": 820, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/3", "version": 821, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/4", "version": 822, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/5", "version": 823, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/6", "version": 824, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/7", "version": 825, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/8", "version": 826, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/9", "version": 827, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/10", "version": 828, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/11", "version": 829, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/12", "version": 830, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/13", "version": 831, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/14", "version": 832, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/15", "version": 833, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/16", "version": 834, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/17", "version": 835, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/18", "version": 836, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/19", "version": 837, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/20", "version": 838, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/21", "version": 839, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/22", "version": 840, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/23", "version": 841, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/24", "version": 842, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/25", "version": 843, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/26", "version": 844, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/27", "version": 845, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/28", "version": 846, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/29", "version": 847, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/30", "version": 848, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/31", "version": 849, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/32", "version": 850, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/33", "version": 851, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/34", "version": 852, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/35", "version": 853, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/36", "version": 854, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/37", "version": 855, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/38", "version": 856, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/39", "version": 857, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/40", "version": 858, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/41", "version": 859, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/42", "version": 860, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/43", "version": 861, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/44", "version": 862, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/45", "version": 863, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/46", "version": 864, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/47", "version": 865, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/48", "version": 866, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/49", "version": 867, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/50", "version": 868, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/51", "version": 869, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/52", "version": 870, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/53", "version": 871, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/54", "version": 872, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/55", "version": 873, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/56", "version": 874, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/57", "version": 875, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/58", "version": 876, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/59", "version": 877, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/60", "version": 878, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/61", "version": 879, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/62", "version": 880, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/63", "version": 881, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/64", "version": 882, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/65", "version": 883, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/66", "version": 884, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/67", "version": 885, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/68", "version": 886, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/69", "version": 887, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/70", "version": 888, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/71", "version": 889, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/72", "version": 890, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/73", "version": 891, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/74", "version": 892, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/75", "version": 893, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/76", "version": 894, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/77", "version": 895, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/78", "version": 896, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/79", "version": 897, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/80", "version": 898, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/81", "version": 899, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/82", "version": 900, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/83", "version": 901, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/84", "version": 902, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/85", "version": 903, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/86", "version": 904, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/87", "version": 905, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/88", "version": 906, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/89", "version": 907, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/90", "version": 908, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/91", "version": 909, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/92", "version": 910, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/93", "version": 911, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/94", "version": 912, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/95", "version": 913, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/96", "version": 914, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/97", "version": 915, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/98", "version": 916, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/99", "version": 917, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 18 ] } }, { "watchCurrent": [ [ 18 ], "resume-token-918" ] }, { "watchSnapshot": { "version": 918, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/9/coll/0", "version": 818, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/1", "version": 819, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/2", "version": 820, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/3", "version": 821, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/4", "version": 822, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/5", "version": 823, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/6", "version": 824, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/7", "version": 825, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/8", "version": 826, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/9", "version": 827, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/10", "version": 828, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/11", "version": 829, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/12", "version": 830, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/13", "version": 831, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/14", "version": 832, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/15", "version": 833, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/16", "version": 834, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/17", "version": 835, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/18", "version": 836, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/19", "version": 837, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/20", "version": 838, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/21", "version": 839, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/22", "version": 840, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/23", "version": 841, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/24", "version": 842, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/25", "version": 843, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/26", "version": 844, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/27", "version": 845, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/28", "version": 846, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/29", "version": 847, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/30", "version": 848, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/31", "version": 849, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/32", "version": 850, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/33", "version": 851, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/34", "version": 852, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/35", "version": 853, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/36", "version": 854, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/37", "version": 855, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/38", "version": 856, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/39", "version": 857, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/40", "version": 858, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/41", "version": 859, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/42", "version": 860, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/43", "version": 861, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/44", "version": 862, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/45", "version": 863, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/46", "version": 864, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/47", "version": 865, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/48", "version": 866, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/49", "version": 867, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/50", "version": 868, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/51", "version": 869, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/52", "version": 870, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/53", "version": 871, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/54", "version": 872, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/55", "version": 873, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/56", "version": 874, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/57", "version": 875, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/58", "version": 876, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/59", "version": 877, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/60", "version": 878, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/61", "version": 879, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/62", "version": 880, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/63", "version": 881, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/64", "version": 882, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/65", "version": 883, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/66", "version": 884, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/67", "version": 885, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/68", "version": 886, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/69", "version": 887, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/70", "version": 888, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/71", "version": 889, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/72", "version": 890, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/73", "version": 891, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/74", "version": 892, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/75", "version": 893, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/76", "version": 894, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/77", "version": 895, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/78", "version": 896, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/79", "version": 897, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/80", "version": 898, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/81", "version": 899, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/82", "version": 900, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/83", "version": 901, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/84", "version": 902, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/85", "version": 903, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/86", "version": 904, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/87", "version": 905, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/88", "version": 906, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/89", "version": 907, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/90", "version": 908, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/91", "version": 909, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/92", "version": 910, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/93", "version": 911, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/94", "version": 912, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/95", "version": 913, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/96", "version": 914, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/97", "version": 915, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/98", "version": 916, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/99", "version": 917, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 18 ] } }, { "userListen": [ 18, { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-918" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/9/coll/0", "version": 818, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/1", "version": 819, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/2", "version": 820, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/3", "version": 821, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/4", "version": 822, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/5", "version": 823, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/6", "version": 824, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/7", "version": 825, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/8", "version": 826, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/9", "version": 827, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/10", "version": 828, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/11", "version": 829, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/12", "version": 830, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/13", "version": 831, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/14", "version": 832, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/15", "version": 833, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/16", "version": 834, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/17", "version": 835, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/18", "version": 836, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/19", "version": 837, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/20", "version": 838, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/21", "version": 839, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/22", "version": 840, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/23", "version": 841, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/24", "version": 842, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/25", "version": 843, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/26", "version": 844, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/27", "version": 845, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/28", "version": 846, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/29", "version": 847, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/30", "version": 848, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/31", "version": 849, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/32", "version": 850, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/33", "version": 851, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/34", "version": 852, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/35", "version": 853, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/36", "version": 854, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/37", "version": 855, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/38", "version": 856, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/39", "version": 857, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/40", "version": 858, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/41", "version": 859, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/42", "version": 860, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/43", "version": 861, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/44", "version": 862, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/45", "version": 863, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/46", "version": 864, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/47", "version": 865, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/48", "version": 866, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/49", "version": 867, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/50", "version": 868, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/51", "version": 869, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/52", "version": 870, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/53", "version": 871, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/54", "version": 872, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/55", "version": 873, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/56", "version": 874, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/57", "version": 875, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/58", "version": 876, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/59", "version": 877, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/60", "version": 878, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/61", "version": 879, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/62", "version": 880, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/63", "version": 881, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/64", "version": 882, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/65", "version": 883, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/66", "version": 884, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/67", "version": 885, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/68", "version": 886, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/69", "version": 887, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/70", "version": 888, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/71", "version": 889, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/72", "version": 890, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/73", "version": 891, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/74", "version": 892, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/75", "version": 893, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/76", "version": 894, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/77", "version": 895, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/78", "version": 896, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/79", "version": 897, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/80", "version": 898, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/81", "version": 899, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/82", "version": 900, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/83", "version": 901, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/84", "version": 902, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/85", "version": 903, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/86", "version": 904, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/87", "version": 905, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/88", "version": 906, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/89", "version": 907, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/90", "version": 908, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/91", "version": 909, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/92", "version": 910, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/93", "version": 911, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/94", "version": 912, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/95", "version": 913, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/96", "version": 914, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/97", "version": 915, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/98", "version": 916, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/9/coll/99", "version": 917, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 18 ] }, { "watchEntity": { "docs": [], "targets": [ 18 ] } }, { "watchCurrent": [ [ 18 ], "resume-token-919" ] }, { "watchSnapshot": { "version": 919, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection/9/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 18 ] } }, { "userListen": [ 20, { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 20 ] }, { "watchEntity": { "docs": [ { "key": "collection/10/coll/0", "version": 920, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/1", "version": 921, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/2", "version": 922, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/3", "version": 923, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/4", "version": 924, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/5", "version": 925, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/6", "version": 926, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/7", "version": 927, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/8", "version": 928, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/9", "version": 929, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/10", "version": 930, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/11", "version": 931, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/12", "version": 932, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/13", "version": 933, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/14", "version": 934, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/15", "version": 935, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/16", "version": 936, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/17", "version": 937, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/18", "version": 938, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/19", "version": 939, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/20", "version": 940, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/21", "version": 941, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/22", "version": 942, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/23", "version": 943, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/24", "version": 944, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/25", "version": 945, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/26", "version": 946, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/27", "version": 947, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/28", "version": 948, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/29", "version": 949, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/30", "version": 950, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/31", "version": 951, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/32", "version": 952, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/33", "version": 953, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/34", "version": 954, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/35", "version": 955, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/36", "version": 956, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/37", "version": 957, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/38", "version": 958, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/39", "version": 959, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/40", "version": 960, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/41", "version": 961, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/42", "version": 962, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/43", "version": 963, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/44", "version": 964, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/45", "version": 965, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/46", "version": 966, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/47", "version": 967, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/48", "version": 968, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/49", "version": 969, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/50", "version": 970, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/51", "version": 971, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/52", "version": 972, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/53", "version": 973, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/54", "version": 974, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/55", "version": 975, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/56", "version": 976, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/57", "version": 977, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/58", "version": 978, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/59", "version": 979, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/60", "version": 980, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/61", "version": 981, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/62", "version": 982, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/63", "version": 983, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/64", "version": 984, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/65", "version": 985, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/66", "version": 986, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/67", "version": 987, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/68", "version": 988, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/69", "version": 989, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/70", "version": 990, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/71", "version": 991, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/72", "version": 992, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/73", "version": 993, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/74", "version": 994, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/75", "version": 995, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/76", "version": 996, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/77", "version": 997, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/78", "version": 998, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/79", "version": 999, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/80", "version": 1000, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/81", "version": 1001, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/82", "version": 1002, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/83", "version": 1003, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/84", "version": 1004, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/85", "version": 1005, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/86", "version": 1006, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/87", "version": 1007, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/88", "version": 1008, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/89", "version": 1009, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/90", "version": 1010, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/91", "version": 1011, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/92", "version": 1012, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/93", "version": 1013, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/94", "version": 1014, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/95", "version": 1015, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/96", "version": 1016, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/97", "version": 1017, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/98", "version": 1018, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/99", "version": 1019, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 20 ] } }, { "watchCurrent": [ [ 20 ], "resume-token-1020" ] }, { "watchSnapshot": { "version": 1020, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/10/coll/0", "version": 920, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/1", "version": 921, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/2", "version": 922, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/3", "version": 923, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/4", "version": 924, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/5", "version": 925, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/6", "version": 926, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/7", "version": 927, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/8", "version": 928, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/9", "version": 929, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/10", "version": 930, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/11", "version": 931, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/12", "version": 932, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/13", "version": 933, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/14", "version": 934, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/15", "version": 935, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/16", "version": 936, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/17", "version": 937, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/18", "version": 938, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/19", "version": 939, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/20", "version": 940, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/21", "version": 941, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/22", "version": 942, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/23", "version": 943, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/24", "version": 944, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/25", "version": 945, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/26", "version": 946, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/27", "version": 947, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/28", "version": 948, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/29", "version": 949, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/30", "version": 950, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/31", "version": 951, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/32", "version": 952, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/33", "version": 953, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/34", "version": 954, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/35", "version": 955, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/36", "version": 956, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/37", "version": 957, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/38", "version": 958, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/39", "version": 959, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/40", "version": 960, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/41", "version": 961, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/42", "version": 962, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/43", "version": 963, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/44", "version": 964, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/45", "version": 965, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/46", "version": 966, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/47", "version": 967, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/48", "version": 968, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/49", "version": 969, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/50", "version": 970, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/51", "version": 971, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/52", "version": 972, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/53", "version": 973, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/54", "version": 974, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/55", "version": 975, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/56", "version": 976, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/57", "version": 977, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/58", "version": 978, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/59", "version": 979, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/60", "version": 980, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/61", "version": 981, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/62", "version": 982, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/63", "version": 983, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/64", "version": 984, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/65", "version": 985, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/66", "version": 986, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/67", "version": 987, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/68", "version": 988, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/69", "version": 989, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/70", "version": 990, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/71", "version": 991, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/72", "version": 992, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/73", "version": 993, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/74", "version": 994, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/75", "version": 995, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/76", "version": 996, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/77", "version": 997, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/78", "version": 998, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/79", "version": 999, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/80", "version": 1000, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/81", "version": 1001, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/82", "version": 1002, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/83", "version": 1003, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/84", "version": 1004, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/85", "version": 1005, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/86", "version": 1006, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/87", "version": 1007, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/88", "version": 1008, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/89", "version": 1009, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/90", "version": 1010, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/91", "version": 1011, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/92", "version": 1012, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/93", "version": 1013, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/94", "version": 1014, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/95", "version": 1015, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/96", "version": 1016, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/97", "version": 1017, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/98", "version": 1018, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/99", "version": 1019, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 20 ] } }, { "userListen": [ 20, { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "resumeToken": "resume-token-1020" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "added": [ { "key": "collection/10/coll/0", "version": 920, "value": { "v": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/1", "version": 921, "value": { "v": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/2", "version": 922, "value": { "v": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/3", "version": 923, "value": { "v": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/4", "version": 924, "value": { "v": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/5", "version": 925, "value": { "v": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/6", "version": 926, "value": { "v": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/7", "version": 927, "value": { "v": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/8", "version": 928, "value": { "v": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/9", "version": 929, "value": { "v": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/10", "version": 930, "value": { "v": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/11", "version": 931, "value": { "v": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/12", "version": 932, "value": { "v": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/13", "version": 933, "value": { "v": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/14", "version": 934, "value": { "v": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/15", "version": 935, "value": { "v": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/16", "version": 936, "value": { "v": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/17", "version": 937, "value": { "v": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/18", "version": 938, "value": { "v": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/19", "version": 939, "value": { "v": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/20", "version": 940, "value": { "v": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/21", "version": 941, "value": { "v": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/22", "version": 942, "value": { "v": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/23", "version": 943, "value": { "v": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/24", "version": 944, "value": { "v": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/25", "version": 945, "value": { "v": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/26", "version": 946, "value": { "v": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/27", "version": 947, "value": { "v": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/28", "version": 948, "value": { "v": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/29", "version": 949, "value": { "v": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/30", "version": 950, "value": { "v": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/31", "version": 951, "value": { "v": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/32", "version": 952, "value": { "v": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/33", "version": 953, "value": { "v": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/34", "version": 954, "value": { "v": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/35", "version": 955, "value": { "v": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/36", "version": 956, "value": { "v": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/37", "version": 957, "value": { "v": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/38", "version": 958, "value": { "v": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/39", "version": 959, "value": { "v": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/40", "version": 960, "value": { "v": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/41", "version": 961, "value": { "v": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/42", "version": 962, "value": { "v": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/43", "version": 963, "value": { "v": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/44", "version": 964, "value": { "v": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/45", "version": 965, "value": { "v": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/46", "version": 966, "value": { "v": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/47", "version": 967, "value": { "v": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/48", "version": 968, "value": { "v": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/49", "version": 969, "value": { "v": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/50", "version": 970, "value": { "v": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/51", "version": 971, "value": { "v": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/52", "version": 972, "value": { "v": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/53", "version": 973, "value": { "v": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/54", "version": 974, "value": { "v": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/55", "version": 975, "value": { "v": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/56", "version": 976, "value": { "v": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/57", "version": 977, "value": { "v": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/58", "version": 978, "value": { "v": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/59", "version": 979, "value": { "v": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/60", "version": 980, "value": { "v": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/61", "version": 981, "value": { "v": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/62", "version": 982, "value": { "v": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/63", "version": 983, "value": { "v": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/64", "version": 984, "value": { "v": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/65", "version": 985, "value": { "v": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/66", "version": 986, "value": { "v": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/67", "version": 987, "value": { "v": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/68", "version": 988, "value": { "v": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/69", "version": 989, "value": { "v": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/70", "version": 990, "value": { "v": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/71", "version": 991, "value": { "v": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/72", "version": 992, "value": { "v": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/73", "version": 993, "value": { "v": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/74", "version": 994, "value": { "v": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/75", "version": 995, "value": { "v": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/76", "version": 996, "value": { "v": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/77", "version": 997, "value": { "v": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/78", "version": 998, "value": { "v": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/79", "version": 999, "value": { "v": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/80", "version": 1000, "value": { "v": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/81", "version": 1001, "value": { "v": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/82", "version": 1002, "value": { "v": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/83", "version": 1003, "value": { "v": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/84", "version": 1004, "value": { "v": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/85", "version": 1005, "value": { "v": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/86", "version": 1006, "value": { "v": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/87", "version": 1007, "value": { "v": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/88", "version": 1008, "value": { "v": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/89", "version": 1009, "value": { "v": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/90", "version": 1010, "value": { "v": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/91", "version": 1011, "value": { "v": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/92", "version": 1012, "value": { "v": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/93", "version": 1013, "value": { "v": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/94", "version": 1014, "value": { "v": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/95", "version": 1015, "value": { "v": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/96", "version": 1016, "value": { "v": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/97", "version": 1017, "value": { "v": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/98", "version": 1018, "value": { "v": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/10/coll/99", "version": 1019, "value": { "v": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "watchAck": [ 20 ] }, { "watchEntity": { "docs": [], "targets": [ 20 ] } }, { "watchCurrent": [ [ 20 ], "resume-token-1021" ] }, { "watchSnapshot": { "version": 1021, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] }, "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection/10/coll", "filters": [], "orderBys": [ [ "v", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 20 ] } } ] }, "Process 25 target updates and wait for snapshot": { "describeName": "Performance Tests [10 iterations]:", "itName": "Process 25 target updates and wait for snapshot", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userListen": [ 2, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 2 ] }, { "userListen": [ 4, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 4 ] }, { "userListen": [ 6, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 6 ] }, { "userListen": [ 8, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 8 ] }, { "userListen": [ 10, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 10 ] }, { "userListen": [ 12, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 12 ] }, { "userListen": [ 14, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 14 ] }, { "userListen": [ 16, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 16 ] }, { "userListen": [ 18, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 18 ] }, { "userListen": [ 20, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 20 ] }, { "userListen": [ 22, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 22 ] }, { "userListen": [ 24, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 24 ] }, { "userListen": [ 26, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 26 ] }, { "userListen": [ 28, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 28 ] }, { "userListen": [ 30, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 30 ] }, { "userListen": [ 32, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 32 ] }, { "userListen": [ 34, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 34 ] }, { "userListen": [ 36, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 36 ] }, { "userListen": [ 38, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 38 ] }, { "userListen": [ 40, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 40 ] }, { "userListen": [ 42, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 42 ] }, { "userListen": [ 44, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 44 ] }, { "userListen": [ 46, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 46 ] }, { "userListen": [ 48, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 48 ] }, { "userListen": [ 50, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 50 ] }, { "watchEntity": { "docs": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50 ] } }, { "watchSnapshot": { "version": 3, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/1/coll/matches", "version": 2, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 2, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 2 ] } }, { "userUnlisten": [ 4, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 4 ] } }, { "userUnlisten": [ 6, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 6 ] } }, { "userUnlisten": [ 8, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 8 ] } }, { "userUnlisten": [ 10, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 10 ] } }, { "userUnlisten": [ 12, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 12 ] } }, { "userUnlisten": [ 14, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 14 ] } }, { "userUnlisten": [ 16, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 16 ] } }, { "userUnlisten": [ 18, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 18 ] } }, { "userUnlisten": [ 20, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 20 ] } }, { "userUnlisten": [ 22, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "24": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 22 ] } }, { "userUnlisten": [ 24, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "26": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 24 ] } }, { "userUnlisten": [ 26, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "28": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 26 ] } }, { "userUnlisten": [ 28, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "30": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 28 ] } }, { "userUnlisten": [ 30, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "32": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 30 ] } }, { "userUnlisten": [ 32, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "34": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 32 ] } }, { "userUnlisten": [ 34, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "36": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 34 ] } }, { "userUnlisten": [ 36, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "38": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 36 ] } }, { "userUnlisten": [ 38, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "40": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 38 ] } }, { "userUnlisten": [ 40, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "42": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 40 ] } }, { "userUnlisten": [ 42, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "44": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 42 ] } }, { "userUnlisten": [ 44, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "46": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 44 ] } }, { "userUnlisten": [ 46, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "48": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 46 ] } }, { "userUnlisten": [ 48, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "50": { "queries": [ { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 48 ] } }, { "userUnlisten": [ 50, { "path": "collection/1/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 50 ] } }, { "userListen": [ 52, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 52 ] }, { "userListen": [ 54, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 54 ] }, { "userListen": [ 56, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 56 ] }, { "userListen": [ 58, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 58 ] }, { "userListen": [ 60, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 60 ] }, { "userListen": [ 62, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 62 ] }, { "userListen": [ 64, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 64 ] }, { "userListen": [ 66, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 66 ] }, { "userListen": [ 68, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 68 ] }, { "userListen": [ 70, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 70 ] }, { "userListen": [ 72, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 72 ] }, { "userListen": [ 74, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 74 ] }, { "userListen": [ 76, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 76 ] }, { "userListen": [ 78, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 78 ] }, { "userListen": [ 80, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 80 ] }, { "userListen": [ 82, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 82 ] }, { "userListen": [ 84, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 84 ] }, { "userListen": [ 86, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 86 ] }, { "userListen": [ 88, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 88 ] }, { "userListen": [ 90, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 90 ] }, { "userListen": [ 92, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 92 ] }, { "userListen": [ 94, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 94 ] }, { "userListen": [ 96, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 96 ] }, { "userListen": [ 98, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 98 ] }, { "userListen": [ 100, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "52": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 100 ] }, { "watchEntity": { "docs": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100 ] } }, { "watchSnapshot": { "version": 5, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/2/coll/matches", "version": 4, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 52, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "54": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 52 ] } }, { "userUnlisten": [ 54, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "56": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 54 ] } }, { "userUnlisten": [ 56, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "58": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 56 ] } }, { "userUnlisten": [ 58, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "60": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 58 ] } }, { "userUnlisten": [ 60, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "62": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 60 ] } }, { "userUnlisten": [ 62, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "64": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 62 ] } }, { "userUnlisten": [ 64, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "66": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 64 ] } }, { "userUnlisten": [ 66, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "68": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 66 ] } }, { "userUnlisten": [ 68, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "70": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 68 ] } }, { "userUnlisten": [ 70, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "72": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 70 ] } }, { "userUnlisten": [ 72, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "74": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 72 ] } }, { "userUnlisten": [ 74, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "76": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 74 ] } }, { "userUnlisten": [ 76, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "78": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 76 ] } }, { "userUnlisten": [ 78, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "80": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 78 ] } }, { "userUnlisten": [ 80, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "82": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 80 ] } }, { "userUnlisten": [ 82, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "84": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 82 ] } }, { "userUnlisten": [ 84, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "86": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 84 ] } }, { "userUnlisten": [ 86, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "88": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 86 ] } }, { "userUnlisten": [ 88, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "90": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 88 ] } }, { "userUnlisten": [ 90, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "92": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 90 ] } }, { "userUnlisten": [ 92, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "94": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 92 ] } }, { "userUnlisten": [ 94, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "96": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 94 ] } }, { "userUnlisten": [ 96, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "98": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 96 ] } }, { "userUnlisten": [ 98, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "100": { "queries": [ { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 98 ] } }, { "userUnlisten": [ 100, { "path": "collection/2/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 100 ] } }, { "userListen": [ 102, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 102 ] }, { "userListen": [ 104, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 104 ] }, { "userListen": [ 106, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 106 ] }, { "userListen": [ 108, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 108 ] }, { "userListen": [ 110, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 110 ] }, { "userListen": [ 112, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 112 ] }, { "userListen": [ 114, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 114 ] }, { "userListen": [ 116, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 116 ] }, { "userListen": [ 118, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 118 ] }, { "userListen": [ 120, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 120 ] }, { "userListen": [ 122, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 122 ] }, { "userListen": [ 124, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 124 ] }, { "userListen": [ 126, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 126 ] }, { "userListen": [ 128, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 128 ] }, { "userListen": [ 130, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 130 ] }, { "userListen": [ 132, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 132 ] }, { "userListen": [ 134, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 134 ] }, { "userListen": [ 136, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 136 ] }, { "userListen": [ 138, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 138 ] }, { "userListen": [ 140, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 140 ] }, { "userListen": [ 142, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 142 ] }, { "userListen": [ 144, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 144 ] }, { "userListen": [ 146, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 146 ] }, { "userListen": [ 148, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 148 ] }, { "userListen": [ 150, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "102": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 150 ] }, { "watchEntity": { "docs": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150 ] } }, { "watchSnapshot": { "version": 7, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/3/coll/matches", "version": 6, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 102, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "104": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 102 ] } }, { "userUnlisten": [ 104, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "106": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 104 ] } }, { "userUnlisten": [ 106, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "108": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 106 ] } }, { "userUnlisten": [ 108, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "110": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 108 ] } }, { "userUnlisten": [ 110, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "112": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 110 ] } }, { "userUnlisten": [ 112, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "114": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 112 ] } }, { "userUnlisten": [ 114, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "116": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 114 ] } }, { "userUnlisten": [ 116, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "118": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 116 ] } }, { "userUnlisten": [ 118, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "120": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 118 ] } }, { "userUnlisten": [ 120, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "122": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 120 ] } }, { "userUnlisten": [ 122, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "124": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 122 ] } }, { "userUnlisten": [ 124, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "126": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 124 ] } }, { "userUnlisten": [ 126, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "128": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 126 ] } }, { "userUnlisten": [ 128, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "130": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 128 ] } }, { "userUnlisten": [ 130, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "132": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 130 ] } }, { "userUnlisten": [ 132, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "134": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 132 ] } }, { "userUnlisten": [ 134, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "136": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 134 ] } }, { "userUnlisten": [ 136, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "138": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 136 ] } }, { "userUnlisten": [ 138, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "140": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 138 ] } }, { "userUnlisten": [ 140, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "142": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 140 ] } }, { "userUnlisten": [ 142, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "144": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 142 ] } }, { "userUnlisten": [ 144, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "146": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 144 ] } }, { "userUnlisten": [ 146, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "148": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 146 ] } }, { "userUnlisten": [ 148, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "150": { "queries": [ { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 148 ] } }, { "userUnlisten": [ 150, { "path": "collection/3/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 150 ] } }, { "userListen": [ 152, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 152 ] }, { "userListen": [ 154, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 154 ] }, { "userListen": [ 156, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 156 ] }, { "userListen": [ 158, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 158 ] }, { "userListen": [ 160, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 160 ] }, { "userListen": [ 162, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 162 ] }, { "userListen": [ 164, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 164 ] }, { "userListen": [ 166, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 166 ] }, { "userListen": [ 168, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 168 ] }, { "userListen": [ 170, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 170 ] }, { "userListen": [ 172, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 172 ] }, { "userListen": [ 174, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 174 ] }, { "userListen": [ 176, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 176 ] }, { "userListen": [ 178, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 178 ] }, { "userListen": [ 180, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 180 ] }, { "userListen": [ 182, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 182 ] }, { "userListen": [ 184, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 184 ] }, { "userListen": [ 186, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 186 ] }, { "userListen": [ 188, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 188 ] }, { "userListen": [ 190, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 190 ] }, { "userListen": [ 192, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 192 ] }, { "userListen": [ 194, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 194 ] }, { "userListen": [ 196, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 196 ] }, { "userListen": [ 198, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 198 ] }, { "userListen": [ 200, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "152": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 200 ] }, { "watchEntity": { "docs": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200 ] } }, { "watchSnapshot": { "version": 9, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/4/coll/matches", "version": 8, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 152, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "154": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 152 ] } }, { "userUnlisten": [ 154, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "156": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 154 ] } }, { "userUnlisten": [ 156, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "158": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 156 ] } }, { "userUnlisten": [ 158, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "160": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 158 ] } }, { "userUnlisten": [ 160, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "162": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 160 ] } }, { "userUnlisten": [ 162, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "164": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 162 ] } }, { "userUnlisten": [ 164, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "166": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 164 ] } }, { "userUnlisten": [ 166, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "168": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 166 ] } }, { "userUnlisten": [ 168, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "170": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 168 ] } }, { "userUnlisten": [ 170, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "172": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 170 ] } }, { "userUnlisten": [ 172, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "174": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 172 ] } }, { "userUnlisten": [ 174, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "176": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 174 ] } }, { "userUnlisten": [ 176, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "178": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 176 ] } }, { "userUnlisten": [ 178, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "180": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 178 ] } }, { "userUnlisten": [ 180, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "182": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 180 ] } }, { "userUnlisten": [ 182, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "184": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 182 ] } }, { "userUnlisten": [ 184, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "186": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 184 ] } }, { "userUnlisten": [ 186, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "188": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 186 ] } }, { "userUnlisten": [ 188, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "190": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 188 ] } }, { "userUnlisten": [ 190, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "192": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 190 ] } }, { "userUnlisten": [ 192, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "194": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 192 ] } }, { "userUnlisten": [ 194, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "196": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 194 ] } }, { "userUnlisten": [ 196, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "198": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 196 ] } }, { "userUnlisten": [ 198, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "200": { "queries": [ { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 198 ] } }, { "userUnlisten": [ 200, { "path": "collection/4/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 200 ] } }, { "userListen": [ 202, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 202 ] }, { "userListen": [ 204, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 204 ] }, { "userListen": [ 206, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 206 ] }, { "userListen": [ 208, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 208 ] }, { "userListen": [ 210, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 210 ] }, { "userListen": [ 212, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 212 ] }, { "userListen": [ 214, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 214 ] }, { "userListen": [ 216, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 216 ] }, { "userListen": [ 218, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 218 ] }, { "userListen": [ 220, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 220 ] }, { "userListen": [ 222, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 222 ] }, { "userListen": [ 224, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 224 ] }, { "userListen": [ 226, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 226 ] }, { "userListen": [ 228, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 228 ] }, { "userListen": [ 230, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 230 ] }, { "userListen": [ 232, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 232 ] }, { "userListen": [ 234, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 234 ] }, { "userListen": [ 236, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 236 ] }, { "userListen": [ 238, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 238 ] }, { "userListen": [ 240, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 240 ] }, { "userListen": [ 242, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 242 ] }, { "userListen": [ 244, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 244 ] }, { "userListen": [ 246, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 246 ] }, { "userListen": [ 248, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 248 ] }, { "userListen": [ 250, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "202": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 250 ] }, { "watchEntity": { "docs": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250 ] } }, { "watchSnapshot": { "version": 11, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/5/coll/matches", "version": 10, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 202, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "204": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 202 ] } }, { "userUnlisten": [ 204, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "206": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 204 ] } }, { "userUnlisten": [ 206, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "208": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 206 ] } }, { "userUnlisten": [ 208, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "210": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 208 ] } }, { "userUnlisten": [ 210, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "212": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 210 ] } }, { "userUnlisten": [ 212, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "214": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 212 ] } }, { "userUnlisten": [ 214, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "216": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 214 ] } }, { "userUnlisten": [ 216, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "218": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 216 ] } }, { "userUnlisten": [ 218, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "220": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 218 ] } }, { "userUnlisten": [ 220, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "222": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 220 ] } }, { "userUnlisten": [ 222, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "224": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 222 ] } }, { "userUnlisten": [ 224, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "226": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 224 ] } }, { "userUnlisten": [ 226, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "228": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 226 ] } }, { "userUnlisten": [ 228, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "230": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 228 ] } }, { "userUnlisten": [ 230, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "232": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 230 ] } }, { "userUnlisten": [ 232, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "234": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 232 ] } }, { "userUnlisten": [ 234, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "236": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 234 ] } }, { "userUnlisten": [ 236, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "238": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 236 ] } }, { "userUnlisten": [ 238, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "240": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 238 ] } }, { "userUnlisten": [ 240, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "242": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 240 ] } }, { "userUnlisten": [ 242, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "244": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 242 ] } }, { "userUnlisten": [ 244, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "246": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 244 ] } }, { "userUnlisten": [ 246, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "248": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 246 ] } }, { "userUnlisten": [ 248, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "250": { "queries": [ { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 248 ] } }, { "userUnlisten": [ 250, { "path": "collection/5/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 250 ] } }, { "userListen": [ 252, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 252 ] }, { "userListen": [ 254, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 254 ] }, { "userListen": [ 256, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 256 ] }, { "userListen": [ 258, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 258 ] }, { "userListen": [ 260, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 260 ] }, { "userListen": [ 262, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 262 ] }, { "userListen": [ 264, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 264 ] }, { "userListen": [ 266, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 266 ] }, { "userListen": [ 268, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 268 ] }, { "userListen": [ 270, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 270 ] }, { "userListen": [ 272, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 272 ] }, { "userListen": [ 274, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 274 ] }, { "userListen": [ 276, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 276 ] }, { "userListen": [ 278, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 278 ] }, { "userListen": [ 280, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 280 ] }, { "userListen": [ 282, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 282 ] }, { "userListen": [ 284, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 284 ] }, { "userListen": [ 286, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 286 ] }, { "userListen": [ 288, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 288 ] }, { "userListen": [ 290, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 290 ] }, { "userListen": [ 292, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 292 ] }, { "userListen": [ 294, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 294 ] }, { "userListen": [ 296, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 296 ] }, { "userListen": [ 298, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 298 ] }, { "userListen": [ 300, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "252": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 300 ] }, { "watchEntity": { "docs": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300 ] } }, { "watchSnapshot": { "version": 13, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/6/coll/matches", "version": 12, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 252, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "254": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 252 ] } }, { "userUnlisten": [ 254, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "256": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 254 ] } }, { "userUnlisten": [ 256, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "258": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 256 ] } }, { "userUnlisten": [ 258, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "260": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 258 ] } }, { "userUnlisten": [ 260, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "262": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 260 ] } }, { "userUnlisten": [ 262, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "264": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 262 ] } }, { "userUnlisten": [ 264, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "266": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 264 ] } }, { "userUnlisten": [ 266, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "268": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 266 ] } }, { "userUnlisten": [ 268, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "270": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 268 ] } }, { "userUnlisten": [ 270, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "272": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 270 ] } }, { "userUnlisten": [ 272, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "274": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 272 ] } }, { "userUnlisten": [ 274, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "276": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 274 ] } }, { "userUnlisten": [ 276, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "278": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 276 ] } }, { "userUnlisten": [ 278, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "280": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 278 ] } }, { "userUnlisten": [ 280, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "282": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 280 ] } }, { "userUnlisten": [ 282, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "284": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 282 ] } }, { "userUnlisten": [ 284, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "286": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 284 ] } }, { "userUnlisten": [ 286, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "288": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 286 ] } }, { "userUnlisten": [ 288, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "290": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 288 ] } }, { "userUnlisten": [ 290, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "292": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 290 ] } }, { "userUnlisten": [ 292, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "294": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 292 ] } }, { "userUnlisten": [ 294, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "296": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 294 ] } }, { "userUnlisten": [ 296, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "298": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 296 ] } }, { "userUnlisten": [ 298, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "300": { "queries": [ { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 298 ] } }, { "userUnlisten": [ 300, { "path": "collection/6/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 300 ] } }, { "userListen": [ 302, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 302 ] }, { "userListen": [ 304, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 304 ] }, { "userListen": [ 306, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 306 ] }, { "userListen": [ 308, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 308 ] }, { "userListen": [ 310, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 310 ] }, { "userListen": [ 312, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 312 ] }, { "userListen": [ 314, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 314 ] }, { "userListen": [ 316, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 316 ] }, { "userListen": [ 318, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 318 ] }, { "userListen": [ 320, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 320 ] }, { "userListen": [ 322, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 322 ] }, { "userListen": [ 324, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 324 ] }, { "userListen": [ 326, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 326 ] }, { "userListen": [ 328, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 328 ] }, { "userListen": [ 330, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 330 ] }, { "userListen": [ 332, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 332 ] }, { "userListen": [ 334, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 334 ] }, { "userListen": [ 336, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 336 ] }, { "userListen": [ 338, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 338 ] }, { "userListen": [ 340, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 340 ] }, { "userListen": [ 342, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 342 ] }, { "userListen": [ 344, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 344 ] }, { "userListen": [ 346, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 346 ] }, { "userListen": [ 348, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 348 ] }, { "userListen": [ 350, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "302": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 350 ] }, { "watchEntity": { "docs": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350 ] } }, { "watchSnapshot": { "version": 15, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/7/coll/matches", "version": 14, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 302, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "304": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 302 ] } }, { "userUnlisten": [ 304, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "306": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 304 ] } }, { "userUnlisten": [ 306, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "308": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 306 ] } }, { "userUnlisten": [ 308, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "310": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 308 ] } }, { "userUnlisten": [ 310, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "312": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 310 ] } }, { "userUnlisten": [ 312, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "314": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 312 ] } }, { "userUnlisten": [ 314, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "316": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 314 ] } }, { "userUnlisten": [ 316, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "318": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 316 ] } }, { "userUnlisten": [ 318, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "320": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 318 ] } }, { "userUnlisten": [ 320, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "322": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 320 ] } }, { "userUnlisten": [ 322, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "324": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 322 ] } }, { "userUnlisten": [ 324, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "326": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 324 ] } }, { "userUnlisten": [ 326, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "328": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 326 ] } }, { "userUnlisten": [ 328, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "330": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 328 ] } }, { "userUnlisten": [ 330, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "332": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 330 ] } }, { "userUnlisten": [ 332, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "334": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 332 ] } }, { "userUnlisten": [ 334, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "336": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 334 ] } }, { "userUnlisten": [ 336, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "338": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 336 ] } }, { "userUnlisten": [ 338, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "340": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 338 ] } }, { "userUnlisten": [ 340, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "342": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 340 ] } }, { "userUnlisten": [ 342, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "344": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 342 ] } }, { "userUnlisten": [ 344, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "346": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 344 ] } }, { "userUnlisten": [ 346, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "348": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 346 ] } }, { "userUnlisten": [ 348, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "350": { "queries": [ { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 348 ] } }, { "userUnlisten": [ 350, { "path": "collection/7/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 350 ] } }, { "userListen": [ 352, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 352 ] }, { "userListen": [ 354, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 354 ] }, { "userListen": [ 356, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 356 ] }, { "userListen": [ 358, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 358 ] }, { "userListen": [ 360, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 360 ] }, { "userListen": [ 362, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 362 ] }, { "userListen": [ 364, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 364 ] }, { "userListen": [ 366, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 366 ] }, { "userListen": [ 368, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 368 ] }, { "userListen": [ 370, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 370 ] }, { "userListen": [ 372, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 372 ] }, { "userListen": [ 374, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 374 ] }, { "userListen": [ 376, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 376 ] }, { "userListen": [ 378, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 378 ] }, { "userListen": [ 380, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 380 ] }, { "userListen": [ 382, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 382 ] }, { "userListen": [ 384, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 384 ] }, { "userListen": [ 386, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 386 ] }, { "userListen": [ 388, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 388 ] }, { "userListen": [ 390, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 390 ] }, { "userListen": [ 392, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 392 ] }, { "userListen": [ 394, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 394 ] }, { "userListen": [ 396, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 396 ] }, { "userListen": [ 398, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 398 ] }, { "userListen": [ 400, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "352": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 400 ] }, { "watchEntity": { "docs": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400 ] } }, { "watchSnapshot": { "version": 17, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/8/coll/matches", "version": 16, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 352, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "354": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 352 ] } }, { "userUnlisten": [ 354, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "356": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 354 ] } }, { "userUnlisten": [ 356, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "358": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 356 ] } }, { "userUnlisten": [ 358, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "360": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 358 ] } }, { "userUnlisten": [ 360, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "362": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 360 ] } }, { "userUnlisten": [ 362, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "364": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 362 ] } }, { "userUnlisten": [ 364, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "366": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 364 ] } }, { "userUnlisten": [ 366, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "368": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 366 ] } }, { "userUnlisten": [ 368, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "370": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 368 ] } }, { "userUnlisten": [ 370, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "372": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 370 ] } }, { "userUnlisten": [ 372, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "374": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 372 ] } }, { "userUnlisten": [ 374, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "376": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 374 ] } }, { "userUnlisten": [ 376, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "378": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 376 ] } }, { "userUnlisten": [ 378, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "380": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 378 ] } }, { "userUnlisten": [ 380, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "382": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 380 ] } }, { "userUnlisten": [ 382, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "384": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 382 ] } }, { "userUnlisten": [ 384, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "386": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 384 ] } }, { "userUnlisten": [ 386, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "388": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 386 ] } }, { "userUnlisten": [ 388, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "390": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 388 ] } }, { "userUnlisten": [ 390, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "392": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 390 ] } }, { "userUnlisten": [ 392, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "394": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 392 ] } }, { "userUnlisten": [ 394, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "396": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 394 ] } }, { "userUnlisten": [ 396, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "398": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 396 ] } }, { "userUnlisten": [ 398, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "400": { "queries": [ { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 398 ] } }, { "userUnlisten": [ 400, { "path": "collection/8/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 400 ] } }, { "userListen": [ 402, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 402 ] }, { "userListen": [ 404, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 404 ] }, { "userListen": [ 406, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 406 ] }, { "userListen": [ 408, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 408 ] }, { "userListen": [ 410, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 410 ] }, { "userListen": [ 412, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 412 ] }, { "userListen": [ 414, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 414 ] }, { "userListen": [ 416, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 416 ] }, { "userListen": [ 418, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 418 ] }, { "userListen": [ 420, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 420 ] }, { "userListen": [ 422, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 422 ] }, { "userListen": [ 424, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 424 ] }, { "userListen": [ 426, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 426 ] }, { "userListen": [ 428, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 428 ] }, { "userListen": [ 430, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 430 ] }, { "userListen": [ 432, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 432 ] }, { "userListen": [ 434, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 434 ] }, { "userListen": [ 436, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 436 ] }, { "userListen": [ 438, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 438 ] }, { "userListen": [ 440, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 440 ] }, { "userListen": [ 442, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 442 ] }, { "userListen": [ 444, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 444 ] }, { "userListen": [ 446, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 446 ] }, { "userListen": [ 448, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 448 ] }, { "userListen": [ 450, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "402": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 450 ] }, { "watchEntity": { "docs": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450 ] } }, { "watchSnapshot": { "version": 19, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/9/coll/matches", "version": 18, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 402, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "404": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 402 ] } }, { "userUnlisten": [ 404, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "406": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 404 ] } }, { "userUnlisten": [ 406, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "408": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 406 ] } }, { "userUnlisten": [ 408, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "410": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 408 ] } }, { "userUnlisten": [ 410, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "412": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 410 ] } }, { "userUnlisten": [ 412, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "414": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 412 ] } }, { "userUnlisten": [ 414, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "416": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 414 ] } }, { "userUnlisten": [ 416, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "418": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 416 ] } }, { "userUnlisten": [ 418, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "420": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 418 ] } }, { "userUnlisten": [ 420, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "422": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 420 ] } }, { "userUnlisten": [ 422, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "424": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 422 ] } }, { "userUnlisten": [ 424, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "426": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 424 ] } }, { "userUnlisten": [ 426, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "428": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 426 ] } }, { "userUnlisten": [ 428, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "430": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 428 ] } }, { "userUnlisten": [ 430, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "432": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 430 ] } }, { "userUnlisten": [ 432, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "434": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 432 ] } }, { "userUnlisten": [ 434, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "436": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 434 ] } }, { "userUnlisten": [ 436, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "438": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 436 ] } }, { "userUnlisten": [ 438, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "440": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 438 ] } }, { "userUnlisten": [ 440, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "442": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 440 ] } }, { "userUnlisten": [ 442, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "444": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 442 ] } }, { "userUnlisten": [ 444, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "446": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 444 ] } }, { "userUnlisten": [ 446, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "448": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 446 ] } }, { "userUnlisten": [ 448, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "450": { "queries": [ { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 448 ] } }, { "userUnlisten": [ 450, { "path": "collection/9/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 450 ] } }, { "userListen": [ 452, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 452 ] }, { "userListen": [ 454, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 454 ] }, { "userListen": [ 456, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 456 ] }, { "userListen": [ 458, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 458 ] }, { "userListen": [ 460, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 460 ] }, { "userListen": [ 462, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 462 ] }, { "userListen": [ 464, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 464 ] }, { "userListen": [ 466, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 466 ] }, { "userListen": [ 468, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 468 ] }, { "userListen": [ 470, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 470 ] }, { "userListen": [ 472, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 472 ] }, { "userListen": [ 474, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 474 ] }, { "userListen": [ 476, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 476 ] }, { "userListen": [ 478, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 478 ] }, { "userListen": [ 480, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 480 ] }, { "userListen": [ 482, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 482 ] }, { "userListen": [ 484, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 484 ] }, { "userListen": [ 486, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 486 ] }, { "userListen": [ 488, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 488 ] }, { "userListen": [ 490, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 490 ] }, { "userListen": [ 492, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 492 ] }, { "userListen": [ 494, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 494 ] }, { "userListen": [ 496, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 496 ] }, { "userListen": [ 498, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 498 ] }, { "userListen": [ 500, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "452": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "resumeToken": "" }, "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchAck": [ 500 ] }, { "watchEntity": { "docs": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500 ] } }, { "watchSnapshot": { "version": 21, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false }, { "query": { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] }, "added": [ { "key": "collection/10/coll/matches", "version": 20, "value": { "val": -1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 452, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 0 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "454": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "resumeToken": "" }, "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 452 ] } }, { "userUnlisten": [ 454, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 1 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "456": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "resumeToken": "" }, "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 454 ] } }, { "userUnlisten": [ 456, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 2 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "458": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "resumeToken": "" }, "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 456 ] } }, { "userUnlisten": [ 458, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 3 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "460": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "resumeToken": "" }, "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 458 ] } }, { "userUnlisten": [ 460, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 4 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "462": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "resumeToken": "" }, "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 460 ] } }, { "userUnlisten": [ 462, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 5 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "464": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "resumeToken": "" }, "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 462 ] } }, { "userUnlisten": [ 464, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 6 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "466": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "resumeToken": "" }, "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 464 ] } }, { "userUnlisten": [ 466, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 7 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "468": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "resumeToken": "" }, "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 466 ] } }, { "userUnlisten": [ 468, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 8 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "470": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "resumeToken": "" }, "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 468 ] } }, { "userUnlisten": [ 470, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 9 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "472": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "resumeToken": "" }, "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 470 ] } }, { "userUnlisten": [ 472, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "474": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "resumeToken": "" }, "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 472 ] } }, { "userUnlisten": [ 474, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 11 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "476": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "resumeToken": "" }, "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 474 ] } }, { "userUnlisten": [ 476, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 12 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "478": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "resumeToken": "" }, "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 476 ] } }, { "userUnlisten": [ 478, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 13 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "480": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "resumeToken": "" }, "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 478 ] } }, { "userUnlisten": [ 480, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 14 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "482": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "resumeToken": "" }, "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 480 ] } }, { "userUnlisten": [ 482, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 15 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "484": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "resumeToken": "" }, "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 482 ] } }, { "userUnlisten": [ 484, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 16 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "486": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "resumeToken": "" }, "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 484 ] } }, { "userUnlisten": [ 486, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 17 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "488": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "resumeToken": "" }, "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 486 ] } }, { "userUnlisten": [ 488, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 18 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "490": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "resumeToken": "" }, "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 488 ] } }, { "userUnlisten": [ 490, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 19 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "492": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "resumeToken": "" }, "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 490 ] } }, { "userUnlisten": [ 492, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "494": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "resumeToken": "" }, "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 492 ] } }, { "userUnlisten": [ 494, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 21 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "496": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "resumeToken": "" }, "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 494 ] } }, { "userUnlisten": [ 496, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 22 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "498": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "resumeToken": "" }, "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 496 ] } }, { "userUnlisten": [ 498, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 23 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "500": { "queries": [ { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "resumeToken": "" } } } }, { "watchRemove": { "targetIds": [ 498 ] } }, { "userUnlisten": [ 500, { "path": "collection/10/coll", "filters": [ [ "val", "<=", 24 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 500 ] } } ] }, "Add 500 documents, issue 10 queries that return 10 documents each, unlisten": { "describeName": "Performance Tests [10 iterations]:", "itName": "Add 500 documents, issue 10 queries that return 10 documents each, unlisten", "tags": [ "benchmark" ], "config": { "useGarbageCollection": false, "numClients": 1 }, "steps": [ { "userListen": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "val", "asc" ] ] } ], "expectedState": { "activeTargets": { "2": { "queries": [ { "path": "collection", "filters": [], "orderBys": [ [ "val", "asc" ] ] } ], "resumeToken": "" } } } }, { "watchAck": [ 2 ] }, { "watchEntity": { "docs": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc100", "version": 102, "value": { "val": 100 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc101", "version": 103, "value": { "val": 101 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc102", "version": 104, "value": { "val": 102 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc103", "version": 105, "value": { "val": 103 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc104", "version": 106, "value": { "val": 104 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc105", "version": 107, "value": { "val": 105 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc106", "version": 108, "value": { "val": 106 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc107", "version": 109, "value": { "val": 107 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc108", "version": 110, "value": { "val": 108 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc109", "version": 111, "value": { "val": 109 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc110", "version": 112, "value": { "val": 110 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc111", "version": 113, "value": { "val": 111 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc112", "version": 114, "value": { "val": 112 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc113", "version": 115, "value": { "val": 113 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc114", "version": 116, "value": { "val": 114 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc115", "version": 117, "value": { "val": 115 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc116", "version": 118, "value": { "val": 116 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc117", "version": 119, "value": { "val": 117 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc118", "version": 120, "value": { "val": 118 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc119", "version": 121, "value": { "val": 119 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc120", "version": 122, "value": { "val": 120 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc121", "version": 123, "value": { "val": 121 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc122", "version": 124, "value": { "val": 122 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc123", "version": 125, "value": { "val": 123 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc124", "version": 126, "value": { "val": 124 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc125", "version": 127, "value": { "val": 125 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc126", "version": 128, "value": { "val": 126 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc127", "version": 129, "value": { "val": 127 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc128", "version": 130, "value": { "val": 128 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc129", "version": 131, "value": { "val": 129 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc130", "version": 132, "value": { "val": 130 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc131", "version": 133, "value": { "val": 131 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc132", "version": 134, "value": { "val": 132 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc133", "version": 135, "value": { "val": 133 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc134", "version": 136, "value": { "val": 134 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc135", "version": 137, "value": { "val": 135 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc136", "version": 138, "value": { "val": 136 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc137", "version": 139, "value": { "val": 137 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc138", "version": 140, "value": { "val": 138 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc139", "version": 141, "value": { "val": 139 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc140", "version": 142, "value": { "val": 140 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc141", "version": 143, "value": { "val": 141 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc142", "version": 144, "value": { "val": 142 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc143", "version": 145, "value": { "val": 143 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc144", "version": 146, "value": { "val": 144 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc145", "version": 147, "value": { "val": 145 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc146", "version": 148, "value": { "val": 146 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc147", "version": 149, "value": { "val": 147 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc148", "version": 150, "value": { "val": 148 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc149", "version": 151, "value": { "val": 149 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc150", "version": 152, "value": { "val": 150 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc151", "version": 153, "value": { "val": 151 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc152", "version": 154, "value": { "val": 152 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc153", "version": 155, "value": { "val": 153 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc154", "version": 156, "value": { "val": 154 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc155", "version": 157, "value": { "val": 155 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc156", "version": 158, "value": { "val": 156 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc157", "version": 159, "value": { "val": 157 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc158", "version": 160, "value": { "val": 158 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc159", "version": 161, "value": { "val": 159 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc160", "version": 162, "value": { "val": 160 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc161", "version": 163, "value": { "val": 161 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc162", "version": 164, "value": { "val": 162 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc163", "version": 165, "value": { "val": 163 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc164", "version": 166, "value": { "val": 164 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc165", "version": 167, "value": { "val": 165 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc166", "version": 168, "value": { "val": 166 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc167", "version": 169, "value": { "val": 167 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc168", "version": 170, "value": { "val": 168 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc169", "version": 171, "value": { "val": 169 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc170", "version": 172, "value": { "val": 170 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc171", "version": 173, "value": { "val": 171 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc172", "version": 174, "value": { "val": 172 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc173", "version": 175, "value": { "val": 173 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc174", "version": 176, "value": { "val": 174 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc175", "version": 177, "value": { "val": 175 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc176", "version": 178, "value": { "val": 176 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc177", "version": 179, "value": { "val": 177 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc178", "version": 180, "value": { "val": 178 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc179", "version": 181, "value": { "val": 179 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc180", "version": 182, "value": { "val": 180 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc181", "version": 183, "value": { "val": 181 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc182", "version": 184, "value": { "val": 182 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc183", "version": 185, "value": { "val": 183 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc184", "version": 186, "value": { "val": 184 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc185", "version": 187, "value": { "val": 185 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc186", "version": 188, "value": { "val": 186 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc187", "version": 189, "value": { "val": 187 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc188", "version": 190, "value": { "val": 188 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc189", "version": 191, "value": { "val": 189 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc190", "version": 192, "value": { "val": 190 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc191", "version": 193, "value": { "val": 191 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc192", "version": 194, "value": { "val": 192 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc193", "version": 195, "value": { "val": 193 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc194", "version": 196, "value": { "val": 194 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc195", "version": 197, "value": { "val": 195 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc196", "version": 198, "value": { "val": 196 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc197", "version": 199, "value": { "val": 197 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc198", "version": 200, "value": { "val": 198 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc199", "version": 201, "value": { "val": 199 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc200", "version": 202, "value": { "val": 200 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc201", "version": 203, "value": { "val": 201 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc202", "version": 204, "value": { "val": 202 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc203", "version": 205, "value": { "val": 203 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc204", "version": 206, "value": { "val": 204 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc205", "version": 207, "value": { "val": 205 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc206", "version": 208, "value": { "val": 206 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc207", "version": 209, "value": { "val": 207 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc208", "version": 210, "value": { "val": 208 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc209", "version": 211, "value": { "val": 209 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc210", "version": 212, "value": { "val": 210 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc211", "version": 213, "value": { "val": 211 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc212", "version": 214, "value": { "val": 212 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc213", "version": 215, "value": { "val": 213 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc214", "version": 216, "value": { "val": 214 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc215", "version": 217, "value": { "val": 215 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc216", "version": 218, "value": { "val": 216 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc217", "version": 219, "value": { "val": 217 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc218", "version": 220, "value": { "val": 218 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc219", "version": 221, "value": { "val": 219 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc220", "version": 222, "value": { "val": 220 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc221", "version": 223, "value": { "val": 221 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc222", "version": 224, "value": { "val": 222 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc223", "version": 225, "value": { "val": 223 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc224", "version": 226, "value": { "val": 224 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc225", "version": 227, "value": { "val": 225 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc226", "version": 228, "value": { "val": 226 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc227", "version": 229, "value": { "val": 227 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc228", "version": 230, "value": { "val": 228 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc229", "version": 231, "value": { "val": 229 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc230", "version": 232, "value": { "val": 230 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc231", "version": 233, "value": { "val": 231 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc232", "version": 234, "value": { "val": 232 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc233", "version": 235, "value": { "val": 233 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc234", "version": 236, "value": { "val": 234 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc235", "version": 237, "value": { "val": 235 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc236", "version": 238, "value": { "val": 236 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc237", "version": 239, "value": { "val": 237 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc238", "version": 240, "value": { "val": 238 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc239", "version": 241, "value": { "val": 239 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc240", "version": 242, "value": { "val": 240 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc241", "version": 243, "value": { "val": 241 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc242", "version": 244, "value": { "val": 242 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc243", "version": 245, "value": { "val": 243 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc244", "version": 246, "value": { "val": 244 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc245", "version": 247, "value": { "val": 245 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc246", "version": 248, "value": { "val": 246 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc247", "version": 249, "value": { "val": 247 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc248", "version": 250, "value": { "val": 248 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc249", "version": 251, "value": { "val": 249 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc250", "version": 252, "value": { "val": 250 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc251", "version": 253, "value": { "val": 251 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc252", "version": 254, "value": { "val": 252 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc253", "version": 255, "value": { "val": 253 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc254", "version": 256, "value": { "val": 254 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc255", "version": 257, "value": { "val": 255 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc256", "version": 258, "value": { "val": 256 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc257", "version": 259, "value": { "val": 257 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc258", "version": 260, "value": { "val": 258 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc259", "version": 261, "value": { "val": 259 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc260", "version": 262, "value": { "val": 260 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc261", "version": 263, "value": { "val": 261 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc262", "version": 264, "value": { "val": 262 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc263", "version": 265, "value": { "val": 263 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc264", "version": 266, "value": { "val": 264 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc265", "version": 267, "value": { "val": 265 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc266", "version": 268, "value": { "val": 266 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc267", "version": 269, "value": { "val": 267 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc268", "version": 270, "value": { "val": 268 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc269", "version": 271, "value": { "val": 269 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc270", "version": 272, "value": { "val": 270 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc271", "version": 273, "value": { "val": 271 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc272", "version": 274, "value": { "val": 272 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc273", "version": 275, "value": { "val": 273 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc274", "version": 276, "value": { "val": 274 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc275", "version": 277, "value": { "val": 275 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc276", "version": 278, "value": { "val": 276 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc277", "version": 279, "value": { "val": 277 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc278", "version": 280, "value": { "val": 278 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc279", "version": 281, "value": { "val": 279 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc280", "version": 282, "value": { "val": 280 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc281", "version": 283, "value": { "val": 281 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc282", "version": 284, "value": { "val": 282 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc283", "version": 285, "value": { "val": 283 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc284", "version": 286, "value": { "val": 284 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc285", "version": 287, "value": { "val": 285 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc286", "version": 288, "value": { "val": 286 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc287", "version": 289, "value": { "val": 287 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc288", "version": 290, "value": { "val": 288 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc289", "version": 291, "value": { "val": 289 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc290", "version": 292, "value": { "val": 290 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc291", "version": 293, "value": { "val": 291 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc292", "version": 294, "value": { "val": 292 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc293", "version": 295, "value": { "val": 293 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc294", "version": 296, "value": { "val": 294 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc295", "version": 297, "value": { "val": 295 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc296", "version": 298, "value": { "val": 296 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc297", "version": 299, "value": { "val": 297 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc298", "version": 300, "value": { "val": 298 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc299", "version": 301, "value": { "val": 299 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc300", "version": 302, "value": { "val": 300 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc301", "version": 303, "value": { "val": 301 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc302", "version": 304, "value": { "val": 302 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc303", "version": 305, "value": { "val": 303 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc304", "version": 306, "value": { "val": 304 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc305", "version": 307, "value": { "val": 305 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc306", "version": 308, "value": { "val": 306 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc307", "version": 309, "value": { "val": 307 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc308", "version": 310, "value": { "val": 308 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc309", "version": 311, "value": { "val": 309 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc310", "version": 312, "value": { "val": 310 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc311", "version": 313, "value": { "val": 311 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc312", "version": 314, "value": { "val": 312 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc313", "version": 315, "value": { "val": 313 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc314", "version": 316, "value": { "val": 314 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc315", "version": 317, "value": { "val": 315 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc316", "version": 318, "value": { "val": 316 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc317", "version": 319, "value": { "val": 317 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc318", "version": 320, "value": { "val": 318 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc319", "version": 321, "value": { "val": 319 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc320", "version": 322, "value": { "val": 320 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc321", "version": 323, "value": { "val": 321 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc322", "version": 324, "value": { "val": 322 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc323", "version": 325, "value": { "val": 323 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc324", "version": 326, "value": { "val": 324 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc325", "version": 327, "value": { "val": 325 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc326", "version": 328, "value": { "val": 326 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc327", "version": 329, "value": { "val": 327 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc328", "version": 330, "value": { "val": 328 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc329", "version": 331, "value": { "val": 329 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc330", "version": 332, "value": { "val": 330 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc331", "version": 333, "value": { "val": 331 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc332", "version": 334, "value": { "val": 332 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc333", "version": 335, "value": { "val": 333 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc334", "version": 336, "value": { "val": 334 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc335", "version": 337, "value": { "val": 335 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc336", "version": 338, "value": { "val": 336 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc337", "version": 339, "value": { "val": 337 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc338", "version": 340, "value": { "val": 338 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc339", "version": 341, "value": { "val": 339 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc340", "version": 342, "value": { "val": 340 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc341", "version": 343, "value": { "val": 341 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc342", "version": 344, "value": { "val": 342 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc343", "version": 345, "value": { "val": 343 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc344", "version": 346, "value": { "val": 344 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc345", "version": 347, "value": { "val": 345 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc346", "version": 348, "value": { "val": 346 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc347", "version": 349, "value": { "val": 347 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc348", "version": 350, "value": { "val": 348 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc349", "version": 351, "value": { "val": 349 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc350", "version": 352, "value": { "val": 350 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc351", "version": 353, "value": { "val": 351 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc352", "version": 354, "value": { "val": 352 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc353", "version": 355, "value": { "val": 353 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc354", "version": 356, "value": { "val": 354 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc355", "version": 357, "value": { "val": 355 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc356", "version": 358, "value": { "val": 356 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc357", "version": 359, "value": { "val": 357 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc358", "version": 360, "value": { "val": 358 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc359", "version": 361, "value": { "val": 359 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc360", "version": 362, "value": { "val": 360 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc361", "version": 363, "value": { "val": 361 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc362", "version": 364, "value": { "val": 362 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc363", "version": 365, "value": { "val": 363 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc364", "version": 366, "value": { "val": 364 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc365", "version": 367, "value": { "val": 365 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc366", "version": 368, "value": { "val": 366 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc367", "version": 369, "value": { "val": 367 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc368", "version": 370, "value": { "val": 368 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc369", "version": 371, "value": { "val": 369 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc370", "version": 372, "value": { "val": 370 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc371", "version": 373, "value": { "val": 371 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc372", "version": 374, "value": { "val": 372 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc373", "version": 375, "value": { "val": 373 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc374", "version": 376, "value": { "val": 374 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc375", "version": 377, "value": { "val": 375 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc376", "version": 378, "value": { "val": 376 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc377", "version": 379, "value": { "val": 377 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc378", "version": 380, "value": { "val": 378 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc379", "version": 381, "value": { "val": 379 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc380", "version": 382, "value": { "val": 380 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc381", "version": 383, "value": { "val": 381 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc382", "version": 384, "value": { "val": 382 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc383", "version": 385, "value": { "val": 383 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc384", "version": 386, "value": { "val": 384 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc385", "version": 387, "value": { "val": 385 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc386", "version": 388, "value": { "val": 386 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc387", "version": 389, "value": { "val": 387 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc388", "version": 390, "value": { "val": 388 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc389", "version": 391, "value": { "val": 389 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc390", "version": 392, "value": { "val": 390 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc391", "version": 393, "value": { "val": 391 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc392", "version": 394, "value": { "val": 392 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc393", "version": 395, "value": { "val": 393 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc394", "version": 396, "value": { "val": 394 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc395", "version": 397, "value": { "val": 395 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc396", "version": 398, "value": { "val": 396 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc397", "version": 399, "value": { "val": 397 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc398", "version": 400, "value": { "val": 398 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc399", "version": 401, "value": { "val": 399 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc400", "version": 402, "value": { "val": 400 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc401", "version": 403, "value": { "val": 401 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc402", "version": 404, "value": { "val": 402 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc403", "version": 405, "value": { "val": 403 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc404", "version": 406, "value": { "val": 404 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc405", "version": 407, "value": { "val": 405 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc406", "version": 408, "value": { "val": 406 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc407", "version": 409, "value": { "val": 407 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc408", "version": 410, "value": { "val": 408 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc409", "version": 411, "value": { "val": 409 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc410", "version": 412, "value": { "val": 410 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc411", "version": 413, "value": { "val": 411 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc412", "version": 414, "value": { "val": 412 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc413", "version": 415, "value": { "val": 413 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc414", "version": 416, "value": { "val": 414 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc415", "version": 417, "value": { "val": 415 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc416", "version": 418, "value": { "val": 416 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc417", "version": 419, "value": { "val": 417 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc418", "version": 420, "value": { "val": 418 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc419", "version": 421, "value": { "val": 419 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc420", "version": 422, "value": { "val": 420 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc421", "version": 423, "value": { "val": 421 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc422", "version": 424, "value": { "val": 422 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc423", "version": 425, "value": { "val": 423 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc424", "version": 426, "value": { "val": 424 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc425", "version": 427, "value": { "val": 425 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc426", "version": 428, "value": { "val": 426 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc427", "version": 429, "value": { "val": 427 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc428", "version": 430, "value": { "val": 428 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc429", "version": 431, "value": { "val": 429 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc430", "version": 432, "value": { "val": 430 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc431", "version": 433, "value": { "val": 431 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc432", "version": 434, "value": { "val": 432 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc433", "version": 435, "value": { "val": 433 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc434", "version": 436, "value": { "val": 434 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc435", "version": 437, "value": { "val": 435 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc436", "version": 438, "value": { "val": 436 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc437", "version": 439, "value": { "val": 437 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc438", "version": 440, "value": { "val": 438 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc439", "version": 441, "value": { "val": 439 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc440", "version": 442, "value": { "val": 440 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc441", "version": 443, "value": { "val": 441 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc442", "version": 444, "value": { "val": 442 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc443", "version": 445, "value": { "val": 443 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc444", "version": 446, "value": { "val": 444 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc445", "version": 447, "value": { "val": 445 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc446", "version": 448, "value": { "val": 446 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc447", "version": 449, "value": { "val": 447 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc448", "version": 450, "value": { "val": 448 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc449", "version": 451, "value": { "val": 449 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc450", "version": 452, "value": { "val": 450 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc451", "version": 453, "value": { "val": 451 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc452", "version": 454, "value": { "val": 452 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc453", "version": 455, "value": { "val": 453 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc454", "version": 456, "value": { "val": 454 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc455", "version": 457, "value": { "val": 455 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc456", "version": 458, "value": { "val": 456 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc457", "version": 459, "value": { "val": 457 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc458", "version": 460, "value": { "val": 458 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc459", "version": 461, "value": { "val": 459 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc460", "version": 462, "value": { "val": 460 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc461", "version": 463, "value": { "val": 461 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc462", "version": 464, "value": { "val": 462 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc463", "version": 465, "value": { "val": 463 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc464", "version": 466, "value": { "val": 464 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc465", "version": 467, "value": { "val": 465 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc466", "version": 468, "value": { "val": 466 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc467", "version": 469, "value": { "val": 467 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc468", "version": 470, "value": { "val": 468 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc469", "version": 471, "value": { "val": 469 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc470", "version": 472, "value": { "val": 470 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc471", "version": 473, "value": { "val": 471 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc472", "version": 474, "value": { "val": 472 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc473", "version": 475, "value": { "val": 473 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc474", "version": 476, "value": { "val": 474 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc475", "version": 477, "value": { "val": 475 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc476", "version": 478, "value": { "val": 476 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc477", "version": 479, "value": { "val": 477 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc478", "version": 480, "value": { "val": 478 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc479", "version": 481, "value": { "val": 479 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc480", "version": 482, "value": { "val": 480 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc481", "version": 483, "value": { "val": 481 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc482", "version": 484, "value": { "val": 482 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc483", "version": 485, "value": { "val": 483 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc484", "version": 486, "value": { "val": 484 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc485", "version": 487, "value": { "val": 485 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc486", "version": 488, "value": { "val": 486 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc487", "version": 489, "value": { "val": 487 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc488", "version": 490, "value": { "val": 488 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc489", "version": 491, "value": { "val": 489 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc490", "version": 492, "value": { "val": 490 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc491", "version": 493, "value": { "val": 491 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc492", "version": 494, "value": { "val": 492 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc493", "version": 495, "value": { "val": 493 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc494", "version": 496, "value": { "val": 494 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc495", "version": 497, "value": { "val": 495 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc496", "version": 498, "value": { "val": 496 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc497", "version": 499, "value": { "val": 497 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc498", "version": 500, "value": { "val": 498 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchEntity": { "docs": [ { "key": "collection/doc499", "version": 501, "value": { "val": 499 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "targets": [ 2 ] } }, { "watchCurrent": [ [ 2 ], "current-version-502" ] }, { "watchSnapshot": { "version": 502, "targetIds": [] }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [], "orderBys": [ [ "val", "asc" ] ] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc100", "version": 102, "value": { "val": 100 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc101", "version": 103, "value": { "val": 101 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc102", "version": 104, "value": { "val": 102 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc103", "version": 105, "value": { "val": 103 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc104", "version": 106, "value": { "val": 104 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc105", "version": 107, "value": { "val": 105 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc106", "version": 108, "value": { "val": 106 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc107", "version": 109, "value": { "val": 107 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc108", "version": 110, "value": { "val": 108 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc109", "version": 111, "value": { "val": 109 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc110", "version": 112, "value": { "val": 110 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc111", "version": 113, "value": { "val": 111 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc112", "version": 114, "value": { "val": 112 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc113", "version": 115, "value": { "val": 113 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc114", "version": 116, "value": { "val": 114 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc115", "version": 117, "value": { "val": 115 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc116", "version": 118, "value": { "val": 116 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc117", "version": 119, "value": { "val": 117 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc118", "version": 120, "value": { "val": 118 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc119", "version": 121, "value": { "val": 119 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc120", "version": 122, "value": { "val": 120 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc121", "version": 123, "value": { "val": 121 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc122", "version": 124, "value": { "val": 122 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc123", "version": 125, "value": { "val": 123 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc124", "version": 126, "value": { "val": 124 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc125", "version": 127, "value": { "val": 125 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc126", "version": 128, "value": { "val": 126 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc127", "version": 129, "value": { "val": 127 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc128", "version": 130, "value": { "val": 128 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc129", "version": 131, "value": { "val": 129 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc130", "version": 132, "value": { "val": 130 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc131", "version": 133, "value": { "val": 131 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc132", "version": 134, "value": { "val": 132 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc133", "version": 135, "value": { "val": 133 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc134", "version": 136, "value": { "val": 134 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc135", "version": 137, "value": { "val": 135 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc136", "version": 138, "value": { "val": 136 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc137", "version": 139, "value": { "val": 137 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc138", "version": 140, "value": { "val": 138 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc139", "version": 141, "value": { "val": 139 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc140", "version": 142, "value": { "val": 140 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc141", "version": 143, "value": { "val": 141 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc142", "version": 144, "value": { "val": 142 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc143", "version": 145, "value": { "val": 143 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc144", "version": 146, "value": { "val": 144 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc145", "version": 147, "value": { "val": 145 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc146", "version": 148, "value": { "val": 146 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc147", "version": 149, "value": { "val": 147 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc148", "version": 150, "value": { "val": 148 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc149", "version": 151, "value": { "val": 149 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc150", "version": 152, "value": { "val": 150 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc151", "version": 153, "value": { "val": 151 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc152", "version": 154, "value": { "val": 152 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc153", "version": 155, "value": { "val": 153 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc154", "version": 156, "value": { "val": 154 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc155", "version": 157, "value": { "val": 155 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc156", "version": 158, "value": { "val": 156 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc157", "version": 159, "value": { "val": 157 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc158", "version": 160, "value": { "val": 158 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc159", "version": 161, "value": { "val": 159 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc160", "version": 162, "value": { "val": 160 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc161", "version": 163, "value": { "val": 161 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc162", "version": 164, "value": { "val": 162 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc163", "version": 165, "value": { "val": 163 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc164", "version": 166, "value": { "val": 164 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc165", "version": 167, "value": { "val": 165 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc166", "version": 168, "value": { "val": 166 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc167", "version": 169, "value": { "val": 167 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc168", "version": 170, "value": { "val": 168 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc169", "version": 171, "value": { "val": 169 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc170", "version": 172, "value": { "val": 170 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc171", "version": 173, "value": { "val": 171 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc172", "version": 174, "value": { "val": 172 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc173", "version": 175, "value": { "val": 173 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc174", "version": 176, "value": { "val": 174 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc175", "version": 177, "value": { "val": 175 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc176", "version": 178, "value": { "val": 176 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc177", "version": 179, "value": { "val": 177 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc178", "version": 180, "value": { "val": 178 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc179", "version": 181, "value": { "val": 179 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc180", "version": 182, "value": { "val": 180 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc181", "version": 183, "value": { "val": 181 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc182", "version": 184, "value": { "val": 182 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc183", "version": 185, "value": { "val": 183 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc184", "version": 186, "value": { "val": 184 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc185", "version": 187, "value": { "val": 185 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc186", "version": 188, "value": { "val": 186 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc187", "version": 189, "value": { "val": 187 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc188", "version": 190, "value": { "val": 188 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc189", "version": 191, "value": { "val": 189 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc190", "version": 192, "value": { "val": 190 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc191", "version": 193, "value": { "val": 191 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc192", "version": 194, "value": { "val": 192 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc193", "version": 195, "value": { "val": 193 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc194", "version": 196, "value": { "val": 194 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc195", "version": 197, "value": { "val": 195 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc196", "version": 198, "value": { "val": 196 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc197", "version": 199, "value": { "val": 197 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc198", "version": 200, "value": { "val": 198 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc199", "version": 201, "value": { "val": 199 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc200", "version": 202, "value": { "val": 200 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc201", "version": 203, "value": { "val": 201 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc202", "version": 204, "value": { "val": 202 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc203", "version": 205, "value": { "val": 203 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc204", "version": 206, "value": { "val": 204 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc205", "version": 207, "value": { "val": 205 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc206", "version": 208, "value": { "val": 206 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc207", "version": 209, "value": { "val": 207 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc208", "version": 210, "value": { "val": 208 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc209", "version": 211, "value": { "val": 209 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc210", "version": 212, "value": { "val": 210 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc211", "version": 213, "value": { "val": 211 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc212", "version": 214, "value": { "val": 212 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc213", "version": 215, "value": { "val": 213 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc214", "version": 216, "value": { "val": 214 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc215", "version": 217, "value": { "val": 215 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc216", "version": 218, "value": { "val": 216 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc217", "version": 219, "value": { "val": 217 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc218", "version": 220, "value": { "val": 218 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc219", "version": 221, "value": { "val": 219 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc220", "version": 222, "value": { "val": 220 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc221", "version": 223, "value": { "val": 221 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc222", "version": 224, "value": { "val": 222 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc223", "version": 225, "value": { "val": 223 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc224", "version": 226, "value": { "val": 224 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc225", "version": 227, "value": { "val": 225 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc226", "version": 228, "value": { "val": 226 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc227", "version": 229, "value": { "val": 227 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc228", "version": 230, "value": { "val": 228 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc229", "version": 231, "value": { "val": 229 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc230", "version": 232, "value": { "val": 230 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc231", "version": 233, "value": { "val": 231 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc232", "version": 234, "value": { "val": 232 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc233", "version": 235, "value": { "val": 233 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc234", "version": 236, "value": { "val": 234 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc235", "version": 237, "value": { "val": 235 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc236", "version": 238, "value": { "val": 236 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc237", "version": 239, "value": { "val": 237 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc238", "version": 240, "value": { "val": 238 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc239", "version": 241, "value": { "val": 239 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc240", "version": 242, "value": { "val": 240 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc241", "version": 243, "value": { "val": 241 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc242", "version": 244, "value": { "val": 242 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc243", "version": 245, "value": { "val": 243 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc244", "version": 246, "value": { "val": 244 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc245", "version": 247, "value": { "val": 245 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc246", "version": 248, "value": { "val": 246 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc247", "version": 249, "value": { "val": 247 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc248", "version": 250, "value": { "val": 248 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc249", "version": 251, "value": { "val": 249 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc250", "version": 252, "value": { "val": 250 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc251", "version": 253, "value": { "val": 251 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc252", "version": 254, "value": { "val": 252 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc253", "version": 255, "value": { "val": 253 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc254", "version": 256, "value": { "val": 254 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc255", "version": 257, "value": { "val": 255 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc256", "version": 258, "value": { "val": 256 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc257", "version": 259, "value": { "val": 257 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc258", "version": 260, "value": { "val": 258 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc259", "version": 261, "value": { "val": 259 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc260", "version": 262, "value": { "val": 260 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc261", "version": 263, "value": { "val": 261 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc262", "version": 264, "value": { "val": 262 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc263", "version": 265, "value": { "val": 263 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc264", "version": 266, "value": { "val": 264 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc265", "version": 267, "value": { "val": 265 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc266", "version": 268, "value": { "val": 266 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc267", "version": 269, "value": { "val": 267 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc268", "version": 270, "value": { "val": 268 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc269", "version": 271, "value": { "val": 269 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc270", "version": 272, "value": { "val": 270 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc271", "version": 273, "value": { "val": 271 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc272", "version": 274, "value": { "val": 272 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc273", "version": 275, "value": { "val": 273 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc274", "version": 276, "value": { "val": 274 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc275", "version": 277, "value": { "val": 275 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc276", "version": 278, "value": { "val": 276 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc277", "version": 279, "value": { "val": 277 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc278", "version": 280, "value": { "val": 278 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc279", "version": 281, "value": { "val": 279 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc280", "version": 282, "value": { "val": 280 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc281", "version": 283, "value": { "val": 281 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc282", "version": 284, "value": { "val": 282 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc283", "version": 285, "value": { "val": 283 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc284", "version": 286, "value": { "val": 284 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc285", "version": 287, "value": { "val": 285 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc286", "version": 288, "value": { "val": 286 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc287", "version": 289, "value": { "val": 287 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc288", "version": 290, "value": { "val": 288 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc289", "version": 291, "value": { "val": 289 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc290", "version": 292, "value": { "val": 290 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc291", "version": 293, "value": { "val": 291 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc292", "version": 294, "value": { "val": 292 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc293", "version": 295, "value": { "val": 293 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc294", "version": 296, "value": { "val": 294 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc295", "version": 297, "value": { "val": 295 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc296", "version": 298, "value": { "val": 296 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc297", "version": 299, "value": { "val": 297 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc298", "version": 300, "value": { "val": 298 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc299", "version": 301, "value": { "val": 299 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc300", "version": 302, "value": { "val": 300 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc301", "version": 303, "value": { "val": 301 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc302", "version": 304, "value": { "val": 302 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc303", "version": 305, "value": { "val": 303 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc304", "version": 306, "value": { "val": 304 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc305", "version": 307, "value": { "val": 305 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc306", "version": 308, "value": { "val": 306 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc307", "version": 309, "value": { "val": 307 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc308", "version": 310, "value": { "val": 308 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc309", "version": 311, "value": { "val": 309 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc310", "version": 312, "value": { "val": 310 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc311", "version": 313, "value": { "val": 311 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc312", "version": 314, "value": { "val": 312 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc313", "version": 315, "value": { "val": 313 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc314", "version": 316, "value": { "val": 314 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc315", "version": 317, "value": { "val": 315 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc316", "version": 318, "value": { "val": 316 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc317", "version": 319, "value": { "val": 317 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc318", "version": 320, "value": { "val": 318 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc319", "version": 321, "value": { "val": 319 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc320", "version": 322, "value": { "val": 320 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc321", "version": 323, "value": { "val": 321 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc322", "version": 324, "value": { "val": 322 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc323", "version": 325, "value": { "val": 323 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc324", "version": 326, "value": { "val": 324 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc325", "version": 327, "value": { "val": 325 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc326", "version": 328, "value": { "val": 326 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc327", "version": 329, "value": { "val": 327 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc328", "version": 330, "value": { "val": 328 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc329", "version": 331, "value": { "val": 329 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc330", "version": 332, "value": { "val": 330 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc331", "version": 333, "value": { "val": 331 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc332", "version": 334, "value": { "val": 332 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc333", "version": 335, "value": { "val": 333 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc334", "version": 336, "value": { "val": 334 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc335", "version": 337, "value": { "val": 335 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc336", "version": 338, "value": { "val": 336 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc337", "version": 339, "value": { "val": 337 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc338", "version": 340, "value": { "val": 338 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc339", "version": 341, "value": { "val": 339 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc340", "version": 342, "value": { "val": 340 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc341", "version": 343, "value": { "val": 341 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc342", "version": 344, "value": { "val": 342 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc343", "version": 345, "value": { "val": 343 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc344", "version": 346, "value": { "val": 344 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc345", "version": 347, "value": { "val": 345 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc346", "version": 348, "value": { "val": 346 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc347", "version": 349, "value": { "val": 347 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc348", "version": 350, "value": { "val": 348 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc349", "version": 351, "value": { "val": 349 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc350", "version": 352, "value": { "val": 350 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc351", "version": 353, "value": { "val": 351 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc352", "version": 354, "value": { "val": 352 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc353", "version": 355, "value": { "val": 353 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc354", "version": 356, "value": { "val": 354 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc355", "version": 357, "value": { "val": 355 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc356", "version": 358, "value": { "val": 356 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc357", "version": 359, "value": { "val": 357 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc358", "version": 360, "value": { "val": 358 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc359", "version": 361, "value": { "val": 359 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc360", "version": 362, "value": { "val": 360 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc361", "version": 363, "value": { "val": 361 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc362", "version": 364, "value": { "val": 362 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc363", "version": 365, "value": { "val": 363 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc364", "version": 366, "value": { "val": 364 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc365", "version": 367, "value": { "val": 365 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc366", "version": 368, "value": { "val": 366 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc367", "version": 369, "value": { "val": 367 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc368", "version": 370, "value": { "val": 368 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc369", "version": 371, "value": { "val": 369 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc370", "version": 372, "value": { "val": 370 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc371", "version": 373, "value": { "val": 371 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc372", "version": 374, "value": { "val": 372 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc373", "version": 375, "value": { "val": 373 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc374", "version": 376, "value": { "val": 374 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc375", "version": 377, "value": { "val": 375 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc376", "version": 378, "value": { "val": 376 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc377", "version": 379, "value": { "val": 377 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc378", "version": 380, "value": { "val": 378 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc379", "version": 381, "value": { "val": 379 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc380", "version": 382, "value": { "val": 380 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc381", "version": 383, "value": { "val": 381 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc382", "version": 384, "value": { "val": 382 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc383", "version": 385, "value": { "val": 383 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc384", "version": 386, "value": { "val": 384 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc385", "version": 387, "value": { "val": 385 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc386", "version": 388, "value": { "val": 386 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc387", "version": 389, "value": { "val": 387 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc388", "version": 390, "value": { "val": 388 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc389", "version": 391, "value": { "val": 389 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc390", "version": 392, "value": { "val": 390 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc391", "version": 393, "value": { "val": 391 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc392", "version": 394, "value": { "val": 392 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc393", "version": 395, "value": { "val": 393 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc394", "version": 396, "value": { "val": 394 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc395", "version": 397, "value": { "val": 395 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc396", "version": 398, "value": { "val": 396 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc397", "version": 399, "value": { "val": 397 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc398", "version": 400, "value": { "val": 398 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc399", "version": 401, "value": { "val": 399 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc400", "version": 402, "value": { "val": 400 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc401", "version": 403, "value": { "val": 401 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc402", "version": 404, "value": { "val": 402 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc403", "version": 405, "value": { "val": 403 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc404", "version": 406, "value": { "val": 404 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc405", "version": 407, "value": { "val": 405 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc406", "version": 408, "value": { "val": 406 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc407", "version": 409, "value": { "val": 407 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc408", "version": 410, "value": { "val": 408 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc409", "version": 411, "value": { "val": 409 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc410", "version": 412, "value": { "val": 410 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc411", "version": 413, "value": { "val": 411 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc412", "version": 414, "value": { "val": 412 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc413", "version": 415, "value": { "val": 413 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc414", "version": 416, "value": { "val": 414 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc415", "version": 417, "value": { "val": 415 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc416", "version": 418, "value": { "val": 416 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc417", "version": 419, "value": { "val": 417 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc418", "version": 420, "value": { "val": 418 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc419", "version": 421, "value": { "val": 419 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc420", "version": 422, "value": { "val": 420 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc421", "version": 423, "value": { "val": 421 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc422", "version": 424, "value": { "val": 422 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc423", "version": 425, "value": { "val": 423 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc424", "version": 426, "value": { "val": 424 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc425", "version": 427, "value": { "val": 425 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc426", "version": 428, "value": { "val": 426 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc427", "version": 429, "value": { "val": 427 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc428", "version": 430, "value": { "val": 428 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc429", "version": 431, "value": { "val": 429 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc430", "version": 432, "value": { "val": 430 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc431", "version": 433, "value": { "val": 431 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc432", "version": 434, "value": { "val": 432 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc433", "version": 435, "value": { "val": 433 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc434", "version": 436, "value": { "val": 434 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc435", "version": 437, "value": { "val": 435 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc436", "version": 438, "value": { "val": 436 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc437", "version": 439, "value": { "val": 437 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc438", "version": 440, "value": { "val": 438 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc439", "version": 441, "value": { "val": 439 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc440", "version": 442, "value": { "val": 440 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc441", "version": 443, "value": { "val": 441 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc442", "version": 444, "value": { "val": 442 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc443", "version": 445, "value": { "val": 443 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc444", "version": 446, "value": { "val": 444 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc445", "version": 447, "value": { "val": 445 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc446", "version": 448, "value": { "val": 446 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc447", "version": 449, "value": { "val": 447 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc448", "version": 450, "value": { "val": 448 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc449", "version": 451, "value": { "val": 449 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc450", "version": 452, "value": { "val": 450 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc451", "version": 453, "value": { "val": 451 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc452", "version": 454, "value": { "val": 452 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc453", "version": 455, "value": { "val": 453 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc454", "version": 456, "value": { "val": 454 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc455", "version": 457, "value": { "val": 455 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc456", "version": 458, "value": { "val": 456 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc457", "version": 459, "value": { "val": 457 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc458", "version": 460, "value": { "val": 458 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc459", "version": 461, "value": { "val": 459 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc460", "version": 462, "value": { "val": 460 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc461", "version": 463, "value": { "val": 461 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc462", "version": 464, "value": { "val": 462 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc463", "version": 465, "value": { "val": 463 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc464", "version": 466, "value": { "val": 464 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc465", "version": 467, "value": { "val": 465 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc466", "version": 468, "value": { "val": 466 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc467", "version": 469, "value": { "val": 467 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc468", "version": 470, "value": { "val": 468 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc469", "version": 471, "value": { "val": 469 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc470", "version": 472, "value": { "val": 470 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc471", "version": 473, "value": { "val": 471 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc472", "version": 474, "value": { "val": 472 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc473", "version": 475, "value": { "val": 473 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc474", "version": 476, "value": { "val": 474 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc475", "version": 477, "value": { "val": 475 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc476", "version": 478, "value": { "val": 476 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc477", "version": 479, "value": { "val": 477 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc478", "version": 480, "value": { "val": 478 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc479", "version": 481, "value": { "val": 479 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc480", "version": 482, "value": { "val": 480 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc481", "version": 483, "value": { "val": 481 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc482", "version": 484, "value": { "val": 482 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc483", "version": 485, "value": { "val": 483 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc484", "version": 486, "value": { "val": 484 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc485", "version": 487, "value": { "val": 485 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc486", "version": 488, "value": { "val": 486 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc487", "version": 489, "value": { "val": 487 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc488", "version": 490, "value": { "val": 488 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc489", "version": 491, "value": { "val": 489 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc490", "version": 492, "value": { "val": 490 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc491", "version": 493, "value": { "val": 491 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc492", "version": 494, "value": { "val": 492 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc493", "version": 495, "value": { "val": 493 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc494", "version": 496, "value": { "val": 494 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc495", "version": 497, "value": { "val": 495 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc496", "version": 498, "value": { "val": 496 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc497", "version": 499, "value": { "val": 497 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc498", "version": 500, "value": { "val": 498 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc499", "version": 501, "value": { "val": 499 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": false, "hasPendingWrites": false } ] }, { "userUnlisten": [ 2, { "path": "collection", "filters": [], "orderBys": [ [ "val", "asc" ] ] } ], "expectedState": { "activeTargets": {} } }, { "watchRemove": { "targetIds": [ 2 ] } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "4": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc0", "version": 2, "value": { "val": 0 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc1", "version": 3, "value": { "val": 1 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc2", "version": 4, "value": { "val": 2 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc3", "version": 5, "value": { "val": 3 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc4", "version": 6, "value": { "val": 4 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc5", "version": 7, "value": { "val": 5 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc6", "version": 8, "value": { "val": 6 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc7", "version": 9, "value": { "val": 7 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc8", "version": 10, "value": { "val": 8 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc9", "version": 11, "value": { "val": 9 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 4, { "path": "collection", "filters": [ [ "val", ">=", 0 ], [ "val", "<", 10 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "6": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc10", "version": 12, "value": { "val": 10 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc11", "version": 13, "value": { "val": 11 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc12", "version": 14, "value": { "val": 12 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc13", "version": 15, "value": { "val": 13 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc14", "version": 16, "value": { "val": 14 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc15", "version": 17, "value": { "val": 15 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc16", "version": 18, "value": { "val": 16 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc17", "version": 19, "value": { "val": 17 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc18", "version": 20, "value": { "val": 18 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc19", "version": 21, "value": { "val": 19 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 6, { "path": "collection", "filters": [ [ "val", ">=", 10 ], [ "val", "<", 20 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "8": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc20", "version": 22, "value": { "val": 20 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc21", "version": 23, "value": { "val": 21 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc22", "version": 24, "value": { "val": 22 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc23", "version": 25, "value": { "val": 23 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc24", "version": 26, "value": { "val": 24 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc25", "version": 27, "value": { "val": 25 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc26", "version": 28, "value": { "val": 26 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc27", "version": 29, "value": { "val": 27 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc28", "version": 30, "value": { "val": 28 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc29", "version": 31, "value": { "val": 29 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 8, { "path": "collection", "filters": [ [ "val", ">=", 20 ], [ "val", "<", 30 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "10": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc30", "version": 32, "value": { "val": 30 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc31", "version": 33, "value": { "val": 31 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc32", "version": 34, "value": { "val": 32 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc33", "version": 35, "value": { "val": 33 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc34", "version": 36, "value": { "val": 34 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc35", "version": 37, "value": { "val": 35 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc36", "version": 38, "value": { "val": 36 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc37", "version": 39, "value": { "val": 37 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc38", "version": 40, "value": { "val": 38 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc39", "version": 41, "value": { "val": 39 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 10, { "path": "collection", "filters": [ [ "val", ">=", 30 ], [ "val", "<", 40 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "12": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc40", "version": 42, "value": { "val": 40 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc41", "version": 43, "value": { "val": 41 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc42", "version": 44, "value": { "val": 42 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc43", "version": 45, "value": { "val": 43 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc44", "version": 46, "value": { "val": 44 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc45", "version": 47, "value": { "val": 45 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc46", "version": 48, "value": { "val": 46 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc47", "version": 49, "value": { "val": 47 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc48", "version": 50, "value": { "val": 48 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc49", "version": 51, "value": { "val": 49 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 12, { "path": "collection", "filters": [ [ "val", ">=", 40 ], [ "val", "<", 50 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "14": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc50", "version": 52, "value": { "val": 50 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc51", "version": 53, "value": { "val": 51 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc52", "version": 54, "value": { "val": 52 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc53", "version": 55, "value": { "val": 53 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc54", "version": 56, "value": { "val": 54 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc55", "version": 57, "value": { "val": 55 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc56", "version": 58, "value": { "val": 56 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc57", "version": 59, "value": { "val": 57 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc58", "version": 60, "value": { "val": 58 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc59", "version": 61, "value": { "val": 59 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 14, { "path": "collection", "filters": [ [ "val", ">=", 50 ], [ "val", "<", 60 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "16": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc60", "version": 62, "value": { "val": 60 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc61", "version": 63, "value": { "val": 61 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc62", "version": 64, "value": { "val": 62 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc63", "version": 65, "value": { "val": 63 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc64", "version": 66, "value": { "val": 64 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc65", "version": 67, "value": { "val": 65 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc66", "version": 68, "value": { "val": 66 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc67", "version": 69, "value": { "val": 67 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc68", "version": 70, "value": { "val": 68 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc69", "version": 71, "value": { "val": 69 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 16, { "path": "collection", "filters": [ [ "val", ">=", 60 ], [ "val", "<", 70 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "18": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc70", "version": 72, "value": { "val": 70 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc71", "version": 73, "value": { "val": 71 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc72", "version": 74, "value": { "val": 72 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc73", "version": 75, "value": { "val": 73 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc74", "version": 76, "value": { "val": 74 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc75", "version": 77, "value": { "val": 75 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc76", "version": 78, "value": { "val": 76 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc77", "version": 79, "value": { "val": 77 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc78", "version": 80, "value": { "val": 78 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc79", "version": 81, "value": { "val": 79 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 18, { "path": "collection", "filters": [ [ "val", ">=", 70 ], [ "val", "<", 80 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "20": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc80", "version": 82, "value": { "val": 80 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc81", "version": 83, "value": { "val": 81 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc82", "version": 84, "value": { "val": 82 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc83", "version": 85, "value": { "val": 83 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc84", "version": 86, "value": { "val": 84 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc85", "version": 87, "value": { "val": 85 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc86", "version": 88, "value": { "val": 86 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc87", "version": 89, "value": { "val": 87 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc88", "version": 90, "value": { "val": 88 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc89", "version": 91, "value": { "val": 89 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 20, { "path": "collection", "filters": [ [ "val", ">=", 80 ], [ "val", "<", 90 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } }, { "userListen": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": { "22": { "queries": [ { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "resumeToken": "" } } }, "expectedSnapshotEvents": [ { "query": { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] }, "added": [ { "key": "collection/doc90", "version": 92, "value": { "val": 90 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc91", "version": 93, "value": { "val": 91 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc92", "version": 94, "value": { "val": 92 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc93", "version": 95, "value": { "val": 93 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc94", "version": 96, "value": { "val": 94 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc95", "version": 97, "value": { "val": 95 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc96", "version": 98, "value": { "val": 96 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc97", "version": 99, "value": { "val": 97 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc98", "version": 100, "value": { "val": 98 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } }, { "key": "collection/doc99", "version": 101, "value": { "val": 99 }, "options": { "hasLocalMutations": false, "hasCommittedMutations": false } } ], "errorCode": 0, "fromCache": true, "hasPendingWrites": false } ] }, { "userUnlisten": [ 22, { "path": "collection", "filters": [ [ "val", ">=", 90 ], [ "val", "<", 100 ] ], "orderBys": [] } ], "expectedState": { "activeTargets": {} } } ] } }