monkeyDluffy6017 commented on code in PR #10887:
URL: https://github.com/apache/apisix/pull/10887#discussion_r1498835070


##########
t/cli/test_main.sh:
##########
@@ -152,7 +152,7 @@ if [ $count_http_specific_ip -ne 2 ]; then
     exit 1
 fi
 
-count_http_specific_ip_and_enable_http2=`grep -c "listen 127.0.0..:908. 
default_server http2" conf/nginx.conf || true`
+count_http_specific_ip_and_enable_http2=`grep -c "http2 on" conf/nginx.conf || 
true`
 if [ $count_http_specific_ip_and_enable_http2 -ne 1 ]; then

Review Comment:
   Does this need to be split to 2 test cases? one for count_http_specific_ip 
and one for enable_http2



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to