mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
e2e: test empty key for get command
This commit is contained in:
parent
3ec627d1a8
commit
002090daec
@ -75,6 +75,8 @@ func getTest(cx ctlCtx) {
|
||||
wkv []kv
|
||||
}{
|
||||
{[]string{"key1"}, []kv{{"key1", "val1"}}},
|
||||
{[]string{"", "--prefix"}, kvs},
|
||||
{[]string{"", "--from-key"}, kvs},
|
||||
{[]string{"key", "--prefix"}, kvs},
|
||||
{[]string{"key", "--prefix", "--limit=2"}, kvs[:2]},
|
||||
{[]string{"key", "--prefix", "--order=ASCEND", "--sort-by=MODIFY"}, kvs},
|
||||
|
Loading…
x
Reference in New Issue
Block a user