-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
7u95, 8u72
Testsuite name: JDF javaws
Test name(s):
JarUpdateTest::testLazyAlwaysUpdate
JarUpdateTest::testJnlpAlwaysAlways
Product(s) tested: 8u72 b06
OS/architecture:
Windows x86_32
Error log file (if present): http://aurora.ru.oracle.com/functional/faces/ChessBoard.xhtml?reportName=J2SETestHistory¶meters=%5BtestNameFilterRegExp%5DJarUpdateTest%3A%3AtestJnlpAlwaysAlways%5Brelease%5D1.8.0_72
Reproducible: Always
Reproducible on machine: spb23058.ru.oracle.com
Is it a Regression: Yes (Introduced in 8u72 b01) Tests worked fine with 8u66 b17
Test result on the last GAed release for this train: Pass
Is it a platform specific issue: No
Exception/Error from Log:
Test run log location:
Steps to reproduce:
- start tomcat from the archive http://stt-13.ru.oracle.com/newroot/testsuites/180_user_ws/vivek/jarUpdate/tomcat.zip
- Add http://127.0.0.1:8080 to ESL
- open java webstart app:
$ javaws http://127.0.0.1:8080/jarUpdate/jnlp/testJnlpAlwaysAlways.jnlp
- window with title 'First Version' should show
- close window
- go to tomcat/webapps/jarUpdate/jnlp/
- cp testJnlpAlwaysAlways_2.jnlp testJnlpAlwaysAlways.jnlp
- run same app again
$ javaws http://127.0.0.1:8080/jarUpdate/jnlp/testJnlpAlwaysAlways.jnlp
- window with title 'Second Version' should show
actual:
'First version' is still shown
RULE "JarUpdateTest::testJnlpAlwaysAlways" Exception junit.framework.ComparisonFailure: expected:<TEST [PASS]ED> but was:<TEST [FAIL]ED>
at JarUpdateTest.testJnlpAlwaysAlways(Unknown Source)
RULE "JarUpdateTest::testLazyAlwaysUpdate" Exception junit.framework.AssertionFailedError: TEST FAILED
at JarUpdateTest.testLazyAlwaysUpdate(Unknown Source)
Test name(s):
JarUpdateTest::testLazyAlwaysUpdate
JarUpdateTest::testJnlpAlwaysAlways
Product(s) tested: 8u72 b06
OS/architecture:
Windows x86_32
Error log file (if present): http://aurora.ru.oracle.com/functional/faces/ChessBoard.xhtml?reportName=J2SETestHistory¶meters=%5BtestNameFilterRegExp%5DJarUpdateTest%3A%3AtestJnlpAlwaysAlways%5Brelease%5D1.8.0_72
Reproducible: Always
Reproducible on machine: spb23058.ru.oracle.com
Is it a Regression: Yes (Introduced in 8u72 b01) Tests worked fine with 8u66 b17
Test result on the last GAed release for this train: Pass
Is it a platform specific issue: No
Exception/Error from Log:
Test run log location:
Steps to reproduce:
- start tomcat from the archive http://stt-13.ru.oracle.com/newroot/testsuites/180_user_ws/vivek/jarUpdate/tomcat.zip
- Add http://127.0.0.1:8080 to ESL
- open java webstart app:
$ javaws http://127.0.0.1:8080/jarUpdate/jnlp/testJnlpAlwaysAlways.jnlp
- window with title 'First Version' should show
- close window
- go to tomcat/webapps/jarUpdate/jnlp/
- cp testJnlpAlwaysAlways_2.jnlp testJnlpAlwaysAlways.jnlp
- run same app again
$ javaws http://127.0.0.1:8080/jarUpdate/jnlp/testJnlpAlwaysAlways.jnlp
- window with title 'Second Version' should show
actual:
'First version' is still shown
RULE "JarUpdateTest::testJnlpAlwaysAlways" Exception junit.framework.ComparisonFailure: expected:<TEST [PASS]ED> but was:<TEST [FAIL]ED>
at JarUpdateTest.testJnlpAlwaysAlways(Unknown Source)
RULE "JarUpdateTest::testLazyAlwaysUpdate" Exception junit.framework.AssertionFailedError: TEST FAILED
at JarUpdateTest.testLazyAlwaysUpdate(Unknown Source)
- duplicates
-
JDK-8141527 AddRemoveTest tests fail as second request to jnlp not getting to server, but resource requests going through fine
- Closed