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

Commit

Permalink
backup operator: adjust unit test to new file naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouille committed May 16, 2019
1 parent 10d2dd8 commit b1bbc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2eslow/backup_restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func TestBackupAndRestore(t *testing.T) {

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

0 comments on commit b1bbc88

Please sign in to comment.