-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Current Behavior
The PR workflow will perform both general and HTTP/3-specific (at least seemingly) tests, which leads to longer wait times and more potential errors.
Expected Behavior
The HTTP/3 module http_v3_module has started to be listed as a pre-build in OpenResty 1.27.1.1, so I guess it's already considered production-ready, which means that we no longer need to differentiate between HTTP/3 turned on and turned off, and they should be merged together into one set of tests.
ref: https://openresty.org/en/ann-1027001001.html
The apisix-runtime with the special patch that APISIX relies on has of course been updated to 1.27.1.1, so this should not be a problem.
Error Logs
No response
Steps to Reproduce
No needs
Environment
- APISIX version (run
apisix version): dev - Operating system (run
uname -a): Not releated - OpenResty / Nginx version (run
openresty -Vornginx -V): Not releated - etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info): Not releated - APISIX Dashboard version, if relevant: Not releated
- Plugin runner version, for issues related to plugin runners: Not releated
- LuaRocks version, for installation issues (run
luarocks --version): Not releated
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done