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.
1 parent 0b98230 commit 5571e07Copy full SHA for 5571e07
compose/nosqlbench-entrypoint.sh
@@ -7,7 +7,7 @@ echo "deb https://downloads.datastax.com/deb stable main" | tee -a /etc/apt/sour
7
curl -sL https://downloads.datastax.com/deb/doc/apt_key.gpg | apt-key add -
8
pip install cqlsh
9
10
-function test_conn {
+test_conn() {
11
nc -z -v $1 9042;
12
while [ $? -ne 0 ];
13
do echo "CQL port not ready on $1";
0 commit comments