We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
etcdctl defrag
1 parent 4c27d6f commit 5bbe494Copy full SHA for 5bbe494
test/e2e/etcdctl_test.go
@@ -32,7 +32,7 @@ func TestEtcdctlCommands(t *testing.T) {
32
{"etcdctl alarm list", false, "", ""},
33
{"etcdctl check perf", true, "OpenShift disabled command", ""},
34
{"etcdctl compaction 0", false, "", "Error: etcdserver: mvcc: required revision has been compacted"},
35
- {"etcdctl defrag", false, "", ""},
+ {"env ETCDCTL_ENDPOINTS=https://localhost:2379 etcdctl defrag", false, "", ""},
36
{"etcdctl elect myelection", false, "", "no proposal argument but -l not set"},
37
// endpoint
38
{"etcdctl endpoint hashkv", false, "", ""},
0 commit comments