File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
test/tests/zookeeper-basics Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ Architectures: amd64
6
6
GitCommit: 1ed5af662e6749021687fbf2a9b445b1adf2fb46
7
7
Directory: 3.4.14
8
8
9
- Tags: 3.5.7, 3.5, latest
9
+ Tags: 3.5.7, 3.5
10
10
Architectures: amd64
11
11
GitCommit: 6b7a8a55d9760f9737b03366e1b3b7edbe0bd895
12
12
Directory: 3.5.7
13
+
14
+ Tags: 3.6.0, 3.6, latest
15
+ Architectures: amd64
16
+ GitCommit: d6723e420744757ac94b71e429c83bf174e1713e
17
+ Directory: 3.6.0
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ zkCli() {
23
23
24
24
. " $dir /../../retry.sh" --tries " $ZOOKEEPER_TEST_TRIES " --sleep " $ZOOKEEPER_TEST_SLEEP " zkCli ls /
25
25
26
- # List Zokeeper root
27
- [ " $( zkCli ls / | tail -n1 ) " = ' [zookeeper] ' ]
26
+ # List and check Zookeeper root
27
+ zkCli ls / | tac | tac | grep -q ' ^\ [zookeeper\]$ '
You can’t perform that action at this time.
0 commit comments