[PBM-1234, PBM-1236] Unable to delete incremental backups #570
Annotations
10 errors and 2 warnings
test_azurite.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_azurite.py#L93
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fda064d3c10>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:01:40Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fda064d3c10>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_sharded.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_sharded.py#L96
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fda064d3c10>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:17:54Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fda064d3c10>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_azurite.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_azurite.py#L93
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f6e54c1f410>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:02:33Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f6e54c1f410>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_sharded.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_sharded.py#L96
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f6e54c1f410>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:18:58Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f6e54c1f410>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_azurite.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_azurite.py#L93
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fca41035a50>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:02:09Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fca41035a50>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_sharded.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_sharded.py#L96
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fca41035a50>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:18:58Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fca41035a50>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_PBM-1090.test_logical:
psmdb-testing/pbm-functional/pytest/test_PBM-1090.py#L89
Failed: Timeout >300.0s
|
test_PBM-773.test_logical:
psmdb-testing/pbm-functional/pytest/test_PBM-773.py#L46
failed on setup with "pymongo.errors.OperationFailure: Unable to create collection test.test on rs1 :: caused by :: Cannot create collection test.test because we already have an identically named collection with UUID 80886372-e595-4c9e-9ef6-6b3906c5f848, which differs from the donor's UUID 29e34da4-2d32-4cac-b171-7e82f036dcbb. Manually drop the collection on this shard if it contains data from a previous incarnation of test.test, full error: {'ok': 0.0, 'errmsg': "Unable to create collection test.test on rs1 :: caused by :: Cannot create collection test.test because we already have an identically named collection with UUID 80886372-e595-4c9e-9ef6-6b3906c5f848, which differs from the donor's UUID 29e34da4-2d32-4cac-b171-7e82f036dcbb. Manually drop the collection on this shard if it contains data from a previous incarnation of test.test", 'code': 207, 'codeName': 'InvalidUUID', '$clusterTime': {'clusterTime': Timestamp(1707166705, 15), 'signature': {'hash': b'0\x94,\\ GOXj"\xa6Q\xb4\xf6\xc6k\x9fS\x14O', 'keyId': 7332225033651093527}}, 'operationTime': Timestamp(1707166705, 11)}"
|
test_azurite.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_azurite.py#L93
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fef8a05bb50>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:05:02Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fef8a05bb50>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
test_sharded.test_logical_pitr:
psmdb-testing/pbm-functional/pytest/test_sharded.py#L96
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fef8a05bb50>, exit_status=1, command=b'pbm delete-backup -y 2024-02-05T21:21:58Z', _stdout=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7fef8a05bb50>, exit_status=1, command=b'pbm ...out=b'', _stderr=b'Error: backup cannot be deleted: cannot delete the last PITR base snapshot while PITR is enabled\n').rc
|
Trivy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Trivy
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|