-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Flaky test_backup_restore_new #44901
Copy link
Copy link
Closed
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
test_backup_restore_new/test.py::test_async_backups_to_same_destination[http]
# The first backup should succeed.
> assert instance.query(
f"SELECT status, error FROM system.backups WHERE id='{id1}'"
) == TSV([["BACKUP_CREATED", ""]])
E assert "BACKUP_FAILED\tCode: 598. DB::Exception: A concurrent backup writing to the same destination Disk(\\'backups\\', \\'2/\\') detected. (BACKUP_ALREADY_EXISTS) (version 22.13.1.1161)\n" == BACKUP_CREATED
E + where "BACKUP_FAILED\tCode: 598. DB::Exception: A concurrent backup writing to the same destination Disk(\\'backups\\', \\'2/\\') detected. (BACKUP_ALREADY_EXISTS) (version 22.13.1.1161)\n" = <bound method ClickHouseInstance.query of <helpers.cluster.ClickHouseInstance object at 0x7f45db0d5af0>>("SELECT status, error FROM system.backups WHERE id='a0f45d0a-bf93-4e5b-bb95-9e03f8b51f76'")
E + where <bound method ClickHouseInstance.query of <helpers.cluster.ClickHouseInstance object at 0x7f45db0d5af0>> = <helpers.cluster.ClickHouseInstance object at 0x7f45db0d5af0>.query
E + and BACKUP_CREATED = TSV([['BACKUP_CREATED', '']])
test_backup_restore_new/test.py:505: AssertionError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI