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

Return socket correctly in socket_reuse_port #22017

Merged
merged 3 commits into from
May 22, 2017
Merged

Conversation

amitmurthy
Copy link
Contributor

Should fix buildbot failure #21818 (comment)

A bit of a mystery as to how Linux CI passed correctly.....

@amitmurthy
Copy link
Contributor Author

I think the problem is #20362 . Appears that failures from tests run under process 1, i.e., distributed and compile do not result in CI failure.

@amitmurthy
Copy link
Contributor Author

I am going to be merging this soon. Linux CI passes cleanly though it appears that the Linux version used for CI does not support SO_REUSEPORT. The CI logs print an informational string "INFO: SO_REUSEPORT is unsupported, skipping reuseport tests." if this is the case. Linux kernel 3.9 and later support SO_REUSEPORT

@amitmurthy amitmurthy merged commit d3bc329 into master May 22, 2017
@amitmurthy amitmurthy deleted the amitmurthy-patch-1 branch May 22, 2017 15:48
ararslan pushed a commit that referenced this pull request Sep 11, 2017
* Return socket correctly in socket_reuse_port
* Run reuseport tests only if SO_REUSEPORT is supported.
* Test fix - test for successful addition of workers in distributed test

Ref #22017
(cherry picked from commit d3bc329)
ararslan pushed a commit that referenced this pull request Sep 13, 2017
* Return socket correctly in socket_reuse_port
* Run reuseport tests only if SO_REUSEPORT is supported.
* Test fix - test for successful addition of workers in distributed test

(cherry picked from commit d3bc329)
vtjnash pushed a commit that referenced this pull request Sep 14, 2017
* Return socket correctly in socket_reuse_port
* Run reuseport tests only if SO_REUSEPORT is supported.
* Test fix - test for successful addition of workers in distributed test

(cherry picked from commit d3bc329)
ararslan pushed a commit that referenced this pull request Sep 15, 2017
* Return socket correctly in socket_reuse_port
* Run reuseport tests only if SO_REUSEPORT is supported.
* Test fix - test for successful addition of workers in distributed test

(cherry picked from commit d3bc329)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants