Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 2e627ea

Browse files
committed
backup operator: adjust unit test to new file naming convention.
1 parent cac5744 commit 2e627ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/e2eslow/backup_restore_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestBackupAndRestore(t *testing.T) {
5252

5353
// Create cluster with TLS
5454
f := framework.Global
55-
suffix := fmt.Sprintf("%d", rand.Uint64())
55+
suffix := fmt.Sprintf("%019d", rand.Uint64())
5656
clusterName := "test-etcd-backup-restore-" + suffix
5757
memberPeerTLSSecret := "etcd-peer-tls-" + suffix
5858
memberClientTLSSecret := "etcd-server-tls-" + suffix

0 commit comments

Comments
 (0)