mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd-runner: fix typo in round prefix
This commit is contained in:
parent
d7bc15300b
commit
12488d4a70
@ -236,7 +236,7 @@ func performWatchOnPrefixes(ctx context.Context, eps []string, round int) {
|
||||
prefixes := generateUniqueKeys(5, noOfPrefixes)
|
||||
keys := generateRandomKeys(10, keyPrePrefix)
|
||||
|
||||
roundPrefix := fmt.Sprint("%16x", round)
|
||||
roundPrefix := fmt.Sprintf("%16x", round)
|
||||
|
||||
var (
|
||||
revision int64
|
||||
|
Loading…
x
Reference in New Issue
Block a user