This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 4aef4c4 Extend the quick-start test setup time from 30 seconds to 1
minute (#6746)
4aef4c4 is described below
commit 4aef4c48f5f459aefe32732db17598ef490e2dde
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Tue Apr 6 10:00:50 2021 -0700
Extend the quick-start test setup time from 30 seconds to 1 minute (#6746)
---
.github/workflows/scripts/.pinot_quickstart.sh | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/scripts/.pinot_quickstart.sh
b/.github/workflows/scripts/.pinot_quickstart.sh
index d876508..3f84594 100755
--- a/.github/workflows/scripts/.pinot_quickstart.sh
+++ b/.github/workflows/scripts/.pinot_quickstart.sh
@@ -48,8 +48,8 @@ PID=$!
PASS=0
-# Wait for 30 seconds for table to be set up, then at most 5 minutes to reach
the desired state
-sleep 30
+# Wait for 1 minute for table to be set up, then at most 5 minutes to reach
the desired state
+sleep 60
for i in $(seq 1 150)
do
QUERY_RES=`curl -X POST --header 'Accept: application/json' -d
'{"sql":"select count(*) from baseballStats limit 1","trace":false}'
http://localhost:8000/query/sql`
@@ -87,8 +87,8 @@ PID=$!
PASS=0
-# Wait for 30 seconds for table to be set up, then at most 5 minutes to reach
the desired state
-sleep 30
+# Wait for 1 minute for table to be set up, then at most 5 minutes to reach
the desired state
+sleep 60
for i in $(seq 1 150)
do
QUERY_RES=`curl -X POST --header 'Accept: application/json' -d
'{"sql":"select count(*) from baseballStats limit 1","trace":false}'
http://localhost:8000/query/sql`
@@ -115,8 +115,8 @@ PID=$!
PASS=0
RES_1=0
-# Wait for 30 seconds for table to be set up, then at most 5 minutes to reach
the desired state
-sleep 30
+# Wait for 1 minute for table to be set up, then at most 5 minutes to reach
the desired state
+sleep 60
for i in $(seq 1 150)
do
QUERY_RES=`curl -X POST --header 'Accept: application/json' -d
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}'
http://localhost:8000/query/sql`
@@ -153,8 +153,8 @@ PID=$!
PASS=0
RES_1=0
-# Wait for 30 seconds for table to be set up, then at most 5 minutes to reach
the desired state
-sleep 30
+# Wait for 1 minute for table to be set up, then at most 5 minutes to reach
the desired state
+sleep 60
for i in $(seq 1 150)
do
QUERY_RES=`curl -X POST --header 'Accept: application/json' -d
'{"sql":"select count(*) from airlineStats limit 1","trace":false}'
http://localhost:8000/query/sql`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]