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 bin-kong-to-lua-script branch from 5effcad to 5ed1a50 Compare July 12, 2023 03:14
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from 3dde2a4 to e91848a Compare July 12, 2023 03:15
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from e91848a to e12c616 Compare July 13, 2023 07:48
@catbro666 catbro666 force-pushed the bin-kong-to-lua-script branch from a54bd05 to 716612b Compare July 18, 2023 03:31
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from e12c616 to 8a47bd2 Compare July 18, 2023 06:43
@catbro666 catbro666 force-pushed the bin-kong-to-lua-script branch from f0e3a81 to 69079ad Compare July 21, 2023 06:56
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from 1ea32d1 to 16d4603 Compare July 24, 2023 06:10
Base automatically changed from bin-kong-to-lua-script to master July 24, 2023 09:51
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from 16d4603 to 0be7ce4 Compare July 25, 2023 03:10
@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
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from 86c374c to a0c77ac Compare August 4, 2023 06:56
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
@catbro666 catbro666 force-pushed the drop-luasocket-in-cli branch from a0c77ac to e9a7309 Compare August 8, 2023 07:27
@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