JDK-4951717 : test/java/util/Date/DateGregorianCalendarTest.java hangs
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-11-10
  • Updated: 2003-11-18
  • Resolved: 2003-11-18
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.

To download the current JDK release, click here.
Other
5.0 b29Fixed
Related Reports
Relates :  
Relates :  
Description
The above-named tests usually hangs on our linux-i586 autobuild machine,
causing our nightly builds to fail.  If nothing else, the ridiculously large
timeout value (630000 seconds = 175 hours!) in this test should be changed to a
more sensible value, preferably no more than a couple of minutes.

-- ###@###.### 2003/11/10

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b29 tiger-beta
14-06-2004

EVALUATION Confused with milliseconds. The value should have been 630. This test case runs in three minutes with the server VM on Ultra60 (450MHz). (The client VM takes about 7 minutes.) However, it (use of -server) causes VM crash on Linux and Windows. I filed bugs for the crashes (4951933 and 4951940). ###@###.### 2003-11-11 jtreg doesn't seem to handle time out if the other vm is gone. I will remove -server also. ###@###.### 2003-11-11
11-11-2003