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

Disable ipv6 test for #6624 #6625

Merged
merged 1 commit into from Aug 17, 2021
Merged

Conversation

gregw
Copy link
Contributor

@gregw gregw commented Aug 16, 2021

Temp disable of ipv6 test for #6624, that is breaking the build.

Temp disable of test that is breaking the build.
@gregw gregw requested review from sbordet, joakime, lachlan-roberts and olamy and removed request for joakime and sbordet August 16, 2021 23:59
@gregw
Copy link
Contributor Author

gregw commented Aug 17, 2021

CI failure is unrelated flakey test. See #6626

@@ -1014,6 +1013,7 @@ public void testForcedNonDomainSNI() throws Exception
.send();
assertEquals(HttpStatus.OK_200, response2.getStatus());

/* TODO Fix. See #6624
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about marking the test method with @DisabledOnJre({JRE.JAVA_17})
easier to search for common annotation @Disabled*

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the test is parameterized and tests other stuff. So the test is not disabled, just the IPv6 part of it is.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is its hard to keep track of TODOs because we have so many of them in the code. So it might just get lost and never be fixed, maybe if you at least commented in the issue as a reminder so it is not forgotten.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do. This PR does not close the issue, so the issue will remain open.

Copy link
Member

@olamy olamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer usage of the annotation @Disabled

@gregw gregw requested a review from olamy August 17, 2021 02:13
@gregw gregw merged commit ac73b3a into jetty-9.4.x Aug 17, 2021
@gregw gregw deleted the jetty-9.4.x-6624-disable-ipv6-test branch August 17, 2021 04:07
gregw added a commit that referenced this pull request Aug 17, 2021
Temp disable of test that is breaking the build.
gregw added a commit that referenced this pull request Aug 17, 2021
Temp disable of test that is breaking the build.
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