PBM base tests with sharded timeseries #115
Triggered via pull request
April 17, 2024 07:26
Status
Failure
Total duration
1h 16m 27s
Artifacts
–
Annotations
10 errors
test_replicaset.test_logical_timeseries_PBM_T224:
pbm-functional/pytest/test_replicaset.py#L109
AssertionError: Starting restore 2024-04-17T07:54:10.236602485Z to point-in-time 2024-04-17T07:53:40 from '2024-04-17T07:52:50Z'...Started logical restore.
Waiting to finish...Error: operation failed with: reply oplog: replay chunk 1713340417.1713340447: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1713340418,"I":2},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"test.system.views","Object":[{"Key":"_id","Value":"test.test2"},{"Key":"viewOn","Value":"system.buckets.test2"},{"Key":"pipeline","Value":[[{"Key":"$_internalUnpackBucket","Value":[{"Key":"timeField","Value":"timestamp"},{"Key":"metaField","Value":"data"},{"Key":"bucketMaxSpanSeconds","Value":3600},{"Key":"exclude","Value":[]}]}]]}],"Query":null,"UI":{"Subtype":4,"Data":"vK3HiynIQTeywp1jROcD9A=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null} | merr <nil>: applyOps: (NamespaceNotFound) Failed to apply operation due to missing collection (bcadc78b-29c8-4137-b2c2-9d6344e703f4): { ts: Timestamp(1713340418, 2), t: 1, v: 2, op: "i", ns: "test.system.views", o: { _id: "test.test2", viewOn: "system.buckets.test2", pipeline: [ { $_internalUnpackBucket: { timeField: "timestamp", metaField: "data", bucketMaxSpanSeconds: 3600, exclude: [] } } ] }, ui: UUID("bcadc78b-29c8-4137-b2c2-9d6344e703f4"), h: 0, wall: new Date(0) }
|
test (5.0, logical)
Process completed with exit code 1.
|
test_replicaset.test_logical_timeseries_PBM_T224:
pbm-functional/pytest/test_replicaset.py#L109
AssertionError: Starting restore 2024-04-17T07:54:32.697781991Z to point-in-time 2024-04-17T07:54:02 from '2024-04-17T07:53:12Z'...Started logical restore.
Waiting to finish...Error: operation failed with: reply oplog: replay chunk 1713340440.1713340470: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1713340441,"I":3},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"test.system.views","Object":[{"Key":"_id","Value":"test.test2"},{"Key":"viewOn","Value":"system.buckets.test2"},{"Key":"pipeline","Value":[[{"Key":"$_internalUnpackBucket","Value":[{"Key":"timeField","Value":"timestamp"},{"Key":"metaField","Value":"data"},{"Key":"bucketMaxSpanSeconds","Value":3600}]}]]}],"Query":[{"Key":"_id","Value":"test.test2"}],"UI":{"Subtype":4,"Data":"Prn5m/RuTuaoByJis94zow=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null} | merr <nil>: applyOps: (UnknownError) applyOps had one or more errors applying ops
|
test_timeseries.test_logical_PBM_T252:
pbm-functional/pytest/test_timeseries.py#L64
AssertionError: Starting restore 2024-04-17T08:04:01.754778636Z from '2024-04-17T08:03:32Z'...Started logical restore.
Waiting to finish....Error: operation failed with: waiting for dumpDone: cluster failed: waiting for dumpDone: cluster failed: reply oplog: replay chunk 1713341012.1713341022: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1713341012,"I":8},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"test.system.buckets.test2","Object":[{"Key":"_id","Value":"661f82341313fbf254e1a10f"},{"Key":"control","Value":[{"Key":"version","Value":1},{"Key":"min","Value":[{"Key":"_id","Value":"661f82546c59b7cdff80acb0"},{"Key":"timestamp","Value":"2024-04-17T08:03:00Z"}]},{"Key":"max","Value":[{"Key":"_id","Value":"661f82546c59b7cdff80acb0"},{"Key":"timestamp","Value":"2024-04-17T08:03:32.393Z"}]}]},{"Key":"meta","Value":9},{"Key":"data","Value":[{"Key":"timestamp","Value":[{"Key":"0","Value":"2024-04-17T08:03:32.393Z"}]},{"Key":"_id","Value":[{"Key":"0","Value":"661f82546c59b7cdff80acb0"}]}]}],"Query":[{"Key":"meta","Value":9},{"Key":"_id","Value":"661f82341313fbf254e1a10f"}],"UI":null,"LSID":"SAAAAAVpZAAQAAAABDBBzjEOm0gkuDnwuh6lmjcFdWlkACAAAAAAY5mrDaxi8gv8RmdTsQ+1j7fmkr7JUsabhNmXAheU0fgA","TxnNumber":1,"PrevOpTime":"HAAAABF0cwAAAAAAAAAAABJ0AP//////////AA=="} | merr <nil>: applyOps: (NamespaceNotFound) cannot apply insert or update operation on a non-existent namespace test.system.buckets.test2: { ts: Timestamp(1713341012, 8), t: 1, v: 2, op: "i", ns: "test.system.buckets.test2", o: { _id: ObjectId('661f82341313fbf254e1a10f'), control: { version: 1, min: { _id: ObjectId('661f82546c59b7cdff80acb0'), timestamp: new Date(1713340980000) }, max: { _id: ObjectId('661f82546c59b7cdff80acb0'), timestamp: new Date(1713341012393) } }, meta: 9, data: { timestamp: { 0: new Date(1713341012393) }, _id: { 0: ObjectId('661f82546c59b7cdff80acb0') } } }, o2: { meta: 9, _id: ObjectId('661f82341313fbf254e1a10f') }, lsid: { id: UUID("3041ce31-0e9b-4824-b839-f0ba1ea59a37"), uid: BinData(0, 6399AB0DAC62F20BFC466753B10FB58FB7E692BEC952C69B84D997021794D1F8) }, txnNumber: 1, prevOpTime: { ts: Timestamp(0, 0), t: -1 } }
|
test_timeseries.test_logical_without_data:
pbm-functional/pytest/test_timeseries.py#L78
pymongo.errors.OperationFailure: got stale shardVersion response from shard rs2 at host rs201:27017 :: caused by :: timestamp mismatch detected for test.test2, full error: {'ok': 0.0, 'errmsg': 'got stale shardVersion response from shard rs2 at host rs201:27017 :: caused by :: timestamp mismatch detected for test.test2', 'code': 13388, 'codeName': 'StaleConfig', 'ns': 'test.test2', 'vReceived': {'e': ObjectId('661f8297edfdab78794029d7'), 't': Timestamp(1713341079, 50), 'v': Timestamp(1, 1)}, 'vWanted': {'e': ObjectId('000000000000000000000000'), 't': Timestamp(0, 0), 'v': Timestamp(0, 0)}, 'shardId': 'rs2', '$clusterTime': {'clusterTime': Timestamp(1713341131, 18), 'signature': {'hash': b'Q\xb7B\x13\x93\xa0Z\x98^\xb7\x1d1\xd9\n\xfc\xdd5\xa1\x16\x8d', 'keyId': 7358743806709071895}}, 'operationTime': Timestamp(1713341131, 18)}
|
test (7.0, logical)
Process completed with exit code 1.
|
test_replicaset.test_logical_timeseries_PBM_T224:
pbm-functional/pytest/test_replicaset.py#L109
AssertionError: Starting restore 2024-04-17T07:54:59.286843437Z to point-in-time 2024-04-17T07:54:29 from '2024-04-17T07:53:39Z'...Started logical restore.
Waiting to finish....Error: operation failed with: reply oplog: replay chunk 1713340466.1713340496: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1713340467,"I":2},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"test.system.views","Object":[{"Key":"_id","Value":"test.test2"},{"Key":"viewOn","Value":"system.buckets.test2"},{"Key":"pipeline","Value":[[{"Key":"$_internalUnpackBucket","Value":[{"Key":"timeField","Value":"timestamp"},{"Key":"metaField","Value":"data"},{"Key":"bucketMaxSpanSeconds","Value":3600}]}]]}],"Query":[{"Key":"_id","Value":"test.test2"}],"UI":{"Subtype":4,"Data":"Dy1vl6PRRIeX7MYKRa3grw=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null} | merr <nil>: applyOps: (NamespaceNotFound) Failed to apply operation due to missing collection (0f2d6f97-a3d1-4487-97ec-c60a45ade0af): { ts: Timestamp(1713340467, 2), t: 1, v: 2, op: "i", ns: "test.system.views", o: { _id: "test.test2", viewOn: "system.buckets.test2", pipeline: [ { $_internalUnpackBucket: { timeField: "timestamp", metaField: "data", bucketMaxSpanSeconds: 3600 } } ] }, o2: { _id: "test.test2" }, ui: UUID("0f2d6f97-a3d1-4487-97ec-c60a45ade0af"), h: 0, wall: new Date(0) }
|
test_timeseries.test_logical_PBM_T252:
pbm-functional/pytest/test_timeseries.py#L64
AssertionError: Starting restore 2024-04-17T08:05:10.491536219Z from '2024-04-17T08:04:44Z'...Started logical restore.
Waiting to finish...Error: operation failed with: waiting for dumpDone: cluster failed: waiting for dumpDone: cluster failed: reply oplog: replay chunk 1713341084.1713341094: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1713341084,"I":8},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"test.system.buckets.test2","Object":[{"Key":"_id","Value":"661f8270b9a3e83ffe51a79a"},{"Key":"control","Value":[{"Key":"version","Value":1},{"Key":"min","Value":[{"Key":"_id","Value":"661f829ce42c4fd3ce1a861d"},{"Key":"timestamp","Value":"2024-04-17T08:04:00Z"}]},{"Key":"max","Value":[{"Key":"_id","Value":"661f829ce42c4fd3ce1a861d"},{"Key":"timestamp","Value":"2024-04-17T08:04:44.452Z"}]}]},{"Key":"meta","Value":9},{"Key":"data","Value":[{"Key":"_id","Value":[{"Key":"0","Value":"661f829ce42c4fd3ce1a861d"}]},{"Key":"timestamp","Value":[{"Key":"0","Value":"2024-04-17T08:04:44.452Z"}]}]}],"Query":[{"Key":"meta","Value":9},{"Key":"_id","Value":"661f8270b9a3e83ffe51a79a"}],"UI":null,"LSID":"SAAAAAVpZAAQAAAABGcRHOjFM0w1q6moJCH9cO8FdWlkACAAAAAAY5mrDaxi8gv8RmdTsQ+1j7fmkr7JUsabhNmXAheU0fgA","TxnNumber":1,"PrevOpTime":"HAAAABF0cwAAAAAAAAAAABJ0AP//////////AA=="} | merr <nil>: applyOps: (NamespaceNotFound) cannot apply insert or update operation on a non-existent namespace test.system.buckets.test2: { ts: Timestamp(1713341084, 8), t: 1, v: 2, op: "i", ns: "test.system.buckets.test2", o: { _id: ObjectId('661f8270b9a3e83ffe51a79a'), control: { version: 1, min: { _id: ObjectId('661f829ce42c4fd3ce1a861d'), timestamp: new Date(1713341040000) }, max: { _id: ObjectId('661f829ce42c4fd3ce1a861d'), timestamp: new Date(1713341084452) } }, meta: 9, data: { _id: { 0: ObjectId('661f829ce42c4fd3ce1a861d') }, timestamp: { 0: new Date(1713341084452) } } }, o2: { meta: 9, _id: ObjectId('661f8270b9a3e83ffe51a79a') }, lsid: { id: UUID("67111ce8-c533-4c35-aba9-a82421fd70ef"), uid: BinData(0, 6399AB0DAC62F20BFC466753B10FB58FB7E692BEC952C69B84D997021794D1F8) }, txnNumber: 1, prevOpTime: { ts: Timestamp(0, 0), t: -1 } }
|
test_timeseries.test_logical_without_data:
pbm-functional/pytest/test_timeseries.py#L78
pymongo.errors.OperationFailure: got stale shardVersion response from shard rs2 at host rs201:27017 :: caused by :: timestamp mismatch detected for test.test2, full error: {'ok': 0.0, 'errmsg': 'got stale shardVersion response from shard rs2 at host rs201:27017 :: caused by :: timestamp mismatch detected for test.test2', 'code': 13388, 'codeName': 'StaleConfig', 'ns': 'test.test2', 'vReceived': {'t': Timestamp(1713341150, 51), 'e': ObjectId('661f82ded8d45d2b2f8a8806'), 'v': Timestamp(1, 3)}, 'vWanted': {'t': Timestamp(0, 0), 'e': ObjectId('000000000000000000000000'), 'v': Timestamp(0, 0)}, 'shardId': 'rs2', '$clusterTime': {'clusterTime': Timestamp(1713341202, 13), 'signature': {'hash': b'Z \x0e5-\x86mr1R\xe9Foz\xcdo\xd6\n\x04x', 'keyId': 7358744098766848027}}, 'operationTime': Timestamp(1713341202, 13)}
|
test (6.0, logical)
Process completed with exit code 1.
|