-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b78
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135843 | emb-9 | Amy Lu | P4 | Resolved | Fixed | team |
tools/pack200/PackTestZip64.java
To prepare for the real test, this test needs to create a large test file. The file size is around 7.6M
This prepare step may timeout when test running on a heavy load machine, especially when tests running in concurrency.
Observed this issue when run whole tier2 tests in concurrency with -conc:10. Test even timeout when using -timeoutFactor:8 (doubled the default timeoutFactor in jdk/test/MakeFile which is -timeoutFactor:4)
To prepare for the real test, this test needs to create a large test file. The file size is around 7.6M
This prepare step may timeout when test running on a heavy load machine, especially when tests running in concurrency.
Observed this issue when run whole tier2 tests in concurrency with -conc:10. Test even timeout when using -timeoutFactor:8 (doubled the default timeoutFactor in jdk/test/MakeFile which is -timeoutFactor:4)
- backported by
-
JDK-8135843 tools/pack200/PackTestZip64.java may timeout at preparing the large test file
-
- Resolved
-
- relates to
-
JDK-8130402 Mark intermittently failing test: tools/pack200/PackTestZip64.java
-
- Closed
-