Skip to content

Commit

Permalink
add integration_test.go command related to #821
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Mar 6, 2024
1 parent 12c2f13 commit 1369de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ func TestTablePatterns(t *testing.T) {
fullCleanup(t, r, ch, []string{testBackupName}, []string{"remote", "local"}, databaseList, false, false, "config-s3.yml")
generateTestData(t, r, ch, "S3", defaultTestData)
if createPattern {
// --env for check corner cases https://github.com/Altinity/clickhouse-backup/issues/821
r.NoError(dockerExec("clickhouse-backup", "clickhouse-backup", "-c", "/etc/clickhouse-backup/config-s3.yml", "create_remote", "--env", "S3_STORAGE_CLASS=STANDARD_IA", "--tables", " "+dbNameOrdinaryTest+".*", testBackupName))
} else {
r.NoError(dockerExec("clickhouse-backup", "clickhouse-backup", "-c", "/etc/clickhouse-backup/config-s3.yml", "create_remote", testBackupName))
Expand Down

0 comments on commit 1369de0

Please sign in to comment.