bzp2010 commented on code in PR #10550:
URL: https://github.com/apache/apisix/pull/10550#discussion_r1420200685
##########
ci/redhat-ci.sh:
##########
@@ -94,7 +100,7 @@ run_case() {
make init
set_coredns
# run test cases
- FLUSH_ETCD=1 prove --timer -Itest-nginx/lib -I./ -r ${TEST_FILE_SUB_DIR} |
tee /tmp/test.result
+ FLUSH_ETCD=1 TEST_EVENTS_MODULE=lua-resty-worker-events prove --timer
-Itest-nginx/lib -I./ -r ${TEST_FILE_SUB_DIR} | tee /tmp/test.result
Review Comment:
Moved t o lua-resty-events as the default test events module
##########
ci/redhat-ci.sh:
##########
@@ -94,7 +100,7 @@ run_case() {
make init
set_coredns
# run test cases
- FLUSH_ETCD=1 prove --timer -Itest-nginx/lib -I./ -r ${TEST_FILE_SUB_DIR} |
tee /tmp/test.result
+ FLUSH_ETCD=1 TEST_EVENTS_MODULE=lua-resty-worker-events prove --timer
-Itest-nginx/lib -I./ -r ${TEST_FILE_SUB_DIR} | tee /tmp/test.result
Review Comment:
Moved to lua-resty-events as the default test events module
--
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]