JDK-8268555 : Update HttpClient tests that use ITestContext to jtreg 6+1
Type:Bug
Component:core-libs
Sub-Component:java.net
Affected Version:17
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2021-06-10
Updated:2025-01-29
Resolved:2021-06-11
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Throwing an exception in @BeforeMethod now causes all annotated methods to be skipped, not just @Test methods. Tests should be adapted to throw SkipException in @Test methods instead.
Comments
Fix request [11u]
I downport this for parity with 11.0.13-oracle.
No risk, only a test change.
Test passes. Nightly tests pass.