-
Sub-task
-
Resolution: Unresolved
-
P4
-
8, 11, 15, 16
sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java has ' * @ignore
* After run the test manually, at the end of the debug output,
* if "MainThread, called close()" found, the test passed. Otherwise,
* if "Keep-Alive-Timer: called close()", the test failed.'
canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.
assuming this test can't be rewritten to be fully automated and reliable, the more appropriate solution would be to use '/manual' jtreg option, which will exclude tests from automated runs, yet will still be possible for "manual" execution by direct jtreg invocation.
* After run the test manually, at the end of the debug output,
* if "MainThread, called close()" found, the test passed. Otherwise,
* if "Keep-Alive-Timer: called close()", the test failed.'
canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.
assuming this test can't be rewritten to be fully automated and reliable, the more appropriate solution would be to use '/manual' jtreg option, which will exclude tests from automated runs, yet will still be possible for "manual" execution by direct jtreg invocation.
- links to
-
Review(master) openjdk/jdk/23469