[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5182: Update travis scripts and readme links for kafka plugins

2020-03-25 Thread GitBox
Jackie-Jiang commented on a change in pull request #5182: Update travis scripts 
and readme links for kafka plugins
URL: https://github.com/apache/incubator-pinot/pull/5182#discussion_r398111239
 
 

 ##
 File path: .travis_quickstart.sh
 ##
 @@ -50,9 +50,9 @@ bin/quick-start-streaming.sh &
 PID=$!
 sleep 60
 COUNT_STAR_RES_1=`curl -X POST --header 'Accept: application/json'  -d 
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}' 
http://localhost:8000/query/sql | jq '.resultTable.rows[0][0]'`
-sleep 15
+sleep 30
 COUNT_STAR_RES_2=`curl -X POST --header 'Accept: application/json'  -d 
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}' 
http://localhost:8000/query/sql | jq '.resultTable.rows[0][0]'`
-sleep 15
+sleep 30
 COUNT_STAR_RES_3=`curl -X POST --header 'Accept: application/json'  -d 
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}' 
http://localhost:8000/query/sql | jq '.resultTable.rows[0][0]'`
 if [ "${COUNT_STAR_RES_3}" -le "${COUNT_STAR_RES_2}" ] || [ 
"${COUNT_STAR_RES_2}" -le "${COUNT_STAR_RES_1}" ]; then
   echo 'Streaming Quickstart: Not getting incremental counts for 3 consecutive 
count star queries with 15 seconds interval.'
 
 Review comment:
   Update this line to 30 seconds


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org



[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #5182: Update travis scripts and readme links for kafka plugins

2020-03-25 Thread GitBox
Jackie-Jiang commented on a change in pull request #5182: Update travis scripts 
and readme links for kafka plugins
URL: https://github.com/apache/incubator-pinot/pull/5182#discussion_r398111299
 
 

 ##
 File path: .travis_quickstart.sh
 ##
 @@ -95,9 +95,9 @@ sleep 30
 PID=$!
 sleep 60
 COUNT_STAR_RES_1=`curl -X POST --header 'Accept: application/json'  -d 
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}' 
http://localhost:8000/query/sql | jq '.resultTable.rows[0][0]'`
-sleep 15
+sleep 30
 COUNT_STAR_RES_2=`curl -X POST --header 'Accept: application/json'  -d 
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}' 
http://localhost:8000/query/sql | jq '.resultTable.rows[0][0]'`
-sleep 15
+sleep 30
 COUNT_STAR_RES_3=`curl -X POST --header 'Accept: application/json'  -d 
'{"sql":"select count(*) from meetupRsvp limit 1","trace":false}' 
http://localhost:8000/query/sql | jq '.resultTable.rows[0][0]'`
 if [ "${COUNT_STAR_RES_3}" -le "${COUNT_STAR_RES_2}" ] || [ 
"${COUNT_STAR_RES_2}" -le "${COUNT_STAR_RES_1}" ]; then
   echo 'Streaming Quickstart: Not getting incremental counts for 3 consecutive 
count star queries with 15 seconds interval.'
 
 Review comment:
   Same here


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org