Sn0rt commented on code in PR #10550:
URL: https://github.com/apache/apisix/pull/10550#discussion_r1420052799
##########
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:
I don’t quite understand this part. I see that the code already uses
lua-resty-event as the default event library. Why do I need to specify this
variable?
##########
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:
I don’t quite understand this part. I see that the code already uses
lua-resty-event as the default event library. Why do I need to specify this
variable?
--
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]