PBM fix for the tests with external backup #169
Triggered via pull request
September 18, 2024 08:16
Status
Failure
Total duration
1h 33m 30s
Artifacts
–
Annotations
11 errors
|
test (6.0, external)
Process completed with exit code 1.
|
test_PBM-1297.test_logical_pitr_PBM_T253:
pbm-functional/pytest/test_PBM-1297.py#L86
AssertionError: Starting restore 2024-09-18T08:46:36.896473457Z to point-in-time 2024-09-18T08:45:01 from '2024-09-18T08:43:38Z'...Started logical restore.
Waiting to finish...Error: operation failed with: reply oplog: replay chunk 1726649022.1726649100: apply oplog for chunk: applying a transaction entry: apply txn: {
"Timestamp": {
"T": 1726649070,
"I": 17
},
"Term": 1,
"Hash": null,
"Version": 2,
"Operation": "c",
"Namespace": "admin.$cmd",
"Object": [
{
"Key": "applyOps",
"Value": [
[
{
"Key": "op",
"Value": "c"
},
{
"Key": "ns",
"Value": "config.$cmd"
},
{
"Key": "ui",
"Value": {
"Subtype": 4,
"Data": "N7GDc/KIQISjbBE8Q1CJBw=="
}
},
{
"Key": "o",
"Value": [
{
"Key": "create",
"Value": "databases"
},
{
"Key": "idIndex",
"Value": [
{
"Key": "v",
"Value": 2
},
{
"Key": "key",
"Value": [
{
"Key": "_id",
"Value": 1
}
]
},
{
"Key": "name",
"Value": "_id_"
}
]
}
]
}
],
[
{
"Key": "op",
"Value": "i"
},
{
"Key": "ns",
"Value": "config.databases"
},
{
"Key": "ui",
"Value": {
"Subtype": 4,
"Data": "N7GDc/KIQISjbBE8Q1CJBw=="
}
},
{
"Key": "o",
"Value": [
{
"Key": "_id",
"Value": "test"
},
{
"Key": "primary",
"Value": "rs1"
},
{
"Key": "partitioned",
"Value": false
},
{
"Key": "version",
"Value": [
{
"Key": "uuid",
"Value": {
"Subtype": 4,
"Data": "BEPcxUUtR7O6HFM1U6/GpA=="
}
},
{
"Key": "timestamp",
"Value": {
"T": 1726649070,
"I": 15
}
},
{
"Key": "lastMod",
"Value": 1
}
]
}
]
},
{
"Key": "o2",
"Value": [
{
"Key": "_id",
"Value": "test"
}
]
}
],
[
{
"Key": "op",
"Value": "i"
},
{
"Key": "ns",
"Value": "config.placementHistory"
},
{
"Key": "ui",
"Value": {
"Subtype": 4,
"Data": "2NI40zRCT7a4NDS9E/IfEQ=="
}
},
{
"Key": "o",
"Value": [
{
"Key": "_id",
"Value": "66ea92eec79fd7809e95662f"
},
{
"Key": "nss",
"Value": "test"
},
{
"Key": "timestamp",
"Value": {
"T": 1726649070,
"I": 15
}
},
{
"Key": "shards",
"Value": [
"rs1"
]
}
]
},
{
"Key": "o2",
"Value": [
{
"Key": "_id",
"Value": "66ea92eec79fd7809e95662f"
}
]
}
]
]
}
],
"Query": null,
"UI": null,
"LSID": "ZgAAAAVpZAAQAAAABPDK6NKC+kkirn44i87XWO8FdWlkACAAAAAAY5mrDaxi8gv8RmdTsQ+1j7fmkr7JUsabhNmXAheU0fgFdHhuVVVJRAAQAAAABCtaeCb+Tkd2iTpSwpLP+SkA",
"TxnNumber": 0,
"PrevOpTime": "HAAAABF0cwAAAAAAAAAAABJ0AP//////////AA==",
"MultiOpType": null
}: applying transaction op: op: {"Timestamp":{"T":1726649070,"I":17},"Term":1,"Hash":null,"Version":0,"Operation":"i","Namespace":"config.databases","Object":[{"Key":"_id","Value":"test"},{"Key":"primary","Value":"rs1"},{"Key":"partitioned","Value":false},{"Key":"version","Value":[{"Key":"uuid","Value":{"Subtype":4,"Data":"BEPcxUUtR7O6HFM1U6/GpA=="}},{"Key":"timestamp","Value":{"T":1726649070,"I":15}},{"Key":"lastMod","Value":1}]}],"Query":[{"Key":"_id","Value":"test"}],"UI":{"Subtype":4,"Data":"N7GDc/KIQISjbBE8Q1CJBw=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null,"MultiOpType":null} | merr <nil>: applyOps: (UnknownError) applyOps had one or more errors applying ops
|
test_replicaset.test_logical_timeseries_PBM_T224:
pbm-functional/pytest/test_replicaset.py#L110
AssertionError: Starting restore 2024-09-18T09:15:05.128136343Z to point-in-time 2024-09-18T09:14:34 from '2024-09-18T09:13:23Z'...Started logical restore.
Waiting to finish....Error: operation failed with: reply oplog: replay chunk 1726650867.1726650897: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1726650868,"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":"srwFx9/DQvygMZJM94/piQ=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null,"MultiOpType":null} | merr <nil>: applyOps: (UnknownError) applyOps had one or more errors applying ops
|
test (7.0, logical)
Process completed with exit code 1.
|
test_PBM-1297.test_logical_pitr_PBM_T253:
pbm-functional/pytest/test_PBM-1297.py#L86
AssertionError: Starting restore 2024-09-18T08:46:46.038919217Z to point-in-time 2024-09-18T08:45:15 from '2024-09-18T08:43:51Z'...Started logical restore.
Waiting to finish....Error: operation failed with: reply oplog: replay chunk 1726649035.1726649113: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1726649083,"I":17},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"config.databases","Object":[{"Key":"_id","Value":"test"},{"Key":"primary","Value":"rs2"},{"Key":"partitioned","Value":true},{"Key":"version","Value":[{"Key":"uuid","Value":{"Subtype":4,"Data":"Kd8WfikuTjSVhcS52P8gyQ=="}},{"Key":"timestamp","Value":{"T":1726649083,"I":15}},{"Key":"lastMod","Value":1}]}],"Query":null,"UI":{"Subtype":4,"Data":"SxXndCdYSamts7KOh35zqg=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null,"MultiOpType":null} | merr <nil>: applyOps: (NamespaceNotFound) cannot apply insert or update operation on a non-existent namespace config.databases: { ts: Timestamp(1726649083, 17), t: 1, v: 2, op: "i", ns: "config.databases", o: { _id: "test", primary: "rs2", partitioned: true, version: { uuid: UUID("29df167e-292e-4e34-9585-c4b9d8ff20c9"), timestamp: Timestamp(1726649083, 15), lastMod: 1 } }, ui: UUID("4b15e774-2758-49a9-adb3-b28e877e73aa") }
|
test_replicaset.test_logical_timeseries_PBM_T224:
pbm-functional/pytest/test_replicaset.py#L110
AssertionError: Starting restore 2024-09-18T09:15:25.397658399Z to point-in-time 2024-09-18T09:14:55 from '2024-09-18T09:13:42Z'...Started logical restore.
Waiting to finish....Error: operation failed with: reply oplog: replay chunk 1726650887.1726650917: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1726650888,"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":"i0SBuWMSTxWyny0wc6UKrQ=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null,"MultiOpType":null} | merr <nil>: applyOps: (NamespaceNotFound) Failed to apply operation due to missing collection (8b4481b9-6312-4f15-b29f-2d3073a50aad): { ts: Timestamp(1726650888, 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("8b4481b9-6312-4f15-b29f-2d3073a50aad"), h: 0, wall: new Date(0) }
|
test (5.0, logical)
Process completed with exit code 1.
|
test_PBM-1297.test_logical_pitr_PBM_T253:
pbm-functional/pytest/test_PBM-1297.py#L86
AssertionError: Starting restore 2024-09-18T08:47:18.550531584Z to point-in-time 2024-09-18T08:45:40 from '2024-09-18T08:44:18Z'...Started logical restore.
Waiting to finish....Error: operation failed with: reply oplog: replay chunk 1726649062.1726649138: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1726649108,"I":17},"Term":1,"Hash":null,"Version":2,"Operation":"i","Namespace":"config.databases","Object":[{"Key":"_id","Value":"test"},{"Key":"primary","Value":"rs2"},{"Key":"partitioned","Value":false},{"Key":"version","Value":[{"Key":"uuid","Value":{"Subtype":4,"Data":"UvW43z2lTUWQqAh+U0NWlw=="}},{"Key":"timestamp","Value":{"T":1726649108,"I":15}},{"Key":"lastMod","Value":1}]}],"Query":[{"Key":"_id","Value":"test"}],"UI":{"Subtype":4,"Data":"bo3Rqr7XSA+FIUHD0Pl2pQ=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null,"MultiOpType":null} | merr <nil>: applyOps: (NamespaceNotFound) cannot apply insert or update operation on a non-existent namespace config.databases: { ts: Timestamp(1726649108, 17), t: 1, v: 2, op: "i", ns: "config.databases", o: { _id: "test", primary: "rs2", partitioned: false, version: { uuid: UUID("52f5b8df-3da5-4d45-90a8-087e53435697"), timestamp: Timestamp(1726649108, 15), lastMod: 1 } }, o2: { _id: "test" }, ui: UUID("6e8dd1aa-bed7-480f-8521-41c3d0f976a5") }
|
test_replicaset.test_logical_timeseries_PBM_T224:
pbm-functional/pytest/test_replicaset.py#L110
AssertionError: Starting restore 2024-09-18T09:16:37.816962877Z to point-in-time 2024-09-18T09:16:07 from '2024-09-18T09:14:55Z'...Started logical restore.
Waiting to finish...Error: operation failed with: reply oplog: replay chunk 1726650960.1726650990: apply oplog for chunk: applying an entry: op: {"Timestamp":{"T":1726650961,"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":"/M31aUadQEyvQhlns3ygaA=="},"LSID":null,"TxnNumber":null,"PrevOpTime":null,"MultiOpType":null} | merr <nil>: applyOps: (NamespaceNotFound) Failed to apply operation due to missing collection (fccdf569-469d-404c-af42-1967b37ca068): { ts: Timestamp(1726650961, 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("fccdf569-469d-404c-af42-1967b37ca068"), h: 0, wall: new Date(0) }
|
test (6.0, logical)
Process completed with exit code 1.
|