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

Testsuite throws "leader premature close" #8571

Closed
cooooderr opened this issue Nov 18, 2018 · 3 comments
Closed

Testsuite throws "leader premature close" #8571

cooooderr opened this issue Nov 18, 2018 · 3 comments
Milestone

Comments

@cooooderr
Copy link

When trying to build netty 4.1.32.Final-SNAPSHOT on windows 10, testsuite fails because something throws an exception with message "leader premature close".

@normanmaurer
Copy link
Member

@cooooderr actually I think the test only works on Linux / BSD. Is this the only one that fails ?

@cooooderr
Copy link
Author

Yes

@normanmaurer
Copy link
Member

Got it ... this makes sense. Let me add some code to skip this test on windows

normanmaurer added a commit that referenced this issue Dec 6, 2018
…x / Unix / BSD / MacOS

Motivation:

In the test we assume some semantics on how RST is done that are not true for Windows so we should skip it.

Modifications:

Skip test when on windows.

Result:

Be able to run testsuite on windows. Fixes #8571.
normanmaurer added a commit that referenced this issue Dec 6, 2018
…x / Unix / BSD / MacOS (#8629)

Motivation:

In the test we assume some semantics on how RST is done that are not true for Windows so we should skip it.

Modifications:

Skip test when on windows.

Result:

Be able to run testsuite on windows. Fixes #8571.
normanmaurer added a commit that referenced this issue Dec 6, 2018
…x / Unix / BSD / MacOS (#8629)

Motivation:

In the test we assume some semantics on how RST is done that are not true for Windows so we should skip it.

Modifications:

Skip test when on windows.

Result:

Be able to run testsuite on windows. Fixes #8571.
@normanmaurer normanmaurer added this to the 4.1.33.Final milestone Dec 6, 2018
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

No branches or pull requests

2 participants