Skip to content
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

fix(*): drop luasocket in cli #11177

Merged
merged 1 commit into from
Aug 11, 2023
Merged

fix(*): drop luasocket in cli #11177

merged 1 commit into from
Aug 11, 2023

Conversation

catbro666
Copy link
Contributor

@catbro666 catbro666 commented Jul 5, 2023

This is the follow-up PR of #11127

Changing the socket type from luasocket to openresty cosocket causes some test fail weirdly. After investigating, it's mainly because the cosocket support yield and setkeepalive. See the comments in tests.

https://konghq.atlassian.net/browse/FTI-4937

bin/busted Show resolved Hide resolved
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch 4 times, most recently from 81a305f to 86c374c Compare July 25, 2023 07:36
@windmgc windmgc removed this from the 3.4.0 milestone Jul 26, 2023
This is the follow-up PR of #11127

Changing the socket type from luasocket to openresty cosocket causes some test fail weirdly. After investigating, it's mainly because the cosocket support yield and setkeepalive. See the comments in tests.

https://konghq.atlassian.net/browse/FTI-4937
@kikito
Copy link
Member

kikito commented Aug 8, 2023

@fffonion please give this one another pass

@fffonion fffonion merged commit 530e4a7 into master Aug 11, 2023
@fffonion fffonion deleted the drop-luasocket-in-cli branch August 11, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants