coder2z commented on PR #12261: URL: https://github.com/apache/apisix/pull/12261#issuecomment-3396474706
I looked at the differences between the two test cases: ``` export TEST_EVENTS_MODULE=lua-resty-events export TEST_EVENTS_MODULE=lua-resty-worker-events ``` However, both of these worked fine in my local tests, and the unit tests all passed, I carefully examined the failed cases and suspect it might be due to concurrent execution of unit tests, which led to incomplete cleanup of etcd data causing data conflicts. I’m not sure if my understanding is correct? Please help me check the reason. -- 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]
