-
Notifications
You must be signed in to change notification settings - Fork 2.8k
change: remove lua-resty-worker-events #12930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
change: remove lua-resty-worker-events #12930
Conversation
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
| "http_failures": 1 | ||
| } | ||
| local core = require("apisix.core") | ||
| local route_config = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| BEGIN { | ||
| if ($ENV{TEST_EVENTS_MODULE} ne "lua-resty-worker-events") { | ||
| $SkipReason = "Only for lua-resty-worker-events events module"; | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why can this test case only run using lua-resty-worker-events?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the deleted test cases have their counterparts that can run under lua-resty-events.
|
Should we discuss this change on the mailing list? It appears to be a breaking change. |

Description
#10550 implemented support for
lua-resty-events, it's been long since; so we can remove the old events module lua-resty-worker-events.Checklist