Skip to content

Commit a1bfd31

Browse files
committed
improve TestRestoreMapping, fix #1302
Signed-off-by: Slach <bloodjazman@gmail.com>
1 parent d1491ff commit a1bfd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3573,7 +3573,7 @@ func TestRestoreMapping(t *testing.T) {
35733573
// https://github.com/Altinity/clickhouse-backup/issues/1302
35743574
log.Debug().Msg("Corner case 5: Full qualified table mapping with --schema restore")
35753575
testBackupName6 := "test_fq_table_mapping"
3576-
databaseList6 := []string{"db-5", "src-db", "dst-db"}
3576+
databaseList6 := []string{"db-5", "source_db", "target_db"}
35773577
fullCleanup(t, r, env, []string{testBackupName6}, []string{"local"}, databaseList6, false, false, false, "config-database-mapping.yml")
35783578

35793579
env.queryWithNoError(r, "CREATE DATABASE IF NOT EXISTS `source_db`")

0 commit comments

Comments
 (0)