JDK-6542634 : TEST BUG: MISC_REGRESSION tests need to have minimum timeouts examined
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-04-04
  • Updated: 2015-06-04
  • Resolved: 2014-11-19
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.
JDK 9
9 b42Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The tests in the MISC_REGRESSION suite need to have their minimum
timeout values examined and potentially adjusted. I recommend a
minimum of a 120 second timeout.

Here are my analysis report entries for several of the recently
failing tests:

MISC_REGRESSION
    com/sun/tools/attach/BasicTests.sh
        2007.03.30 Solaris SPARC Server VM (machine kiang)
        2007.03.13 Solaris SPARC Server VM (machine vm-b1600s-6)
        2007.02.28 Win32 Server VM (machine colfax005)
        2007.01.23 Solaris SPARC-64 Server VM (machine alpheridies)
        2006.12.05 Solaris SPARC Server VM (machine taloraan)
        2006.12.05 Solaris SPARC-64 Server VM (machine taloraan)
        2006.12.02 Solaris SPARC-64 Server VM (machine taloraan)

    com/sun/tools/attach/PermissionTests.sh
        2007.03.13 Solaris SPARC Server VM (machine vm-b1600s-6)
        2007.02.28 Win32 Server VM (machine colfax005)

    sun/tools/jinfo/Basic.sh
        2007.03.30 Solaris SPARC Server VM (machine kiang)

    sun/tools/jmap/Basic.sh
        2007.03.30 Solaris SPARC Server VM (machine kiang)
        2007.03.19 Solaris SPARC Client VM (machine vm-b1600s-4)
        2007.03.19 Solaris SPARC Server VM (machine vm-b1600s-5)
        2007.03.13 Solaris SPARC Server VM (machine vm-b1600s-6)
        2007.02.28 Win32 Server VM (machine colfax005)
        2007.01.23 Solaris SPARC-64 Server VM (machine alpheridies)
        2006.12.05 Solaris SPARC Server VM (machine taloraan)
        2006.12.05 Solaris SPARC-64 Server VM (machine taloraan)
        2006.12.02 Solaris SPARC-64 Server VM (machine taloraan)

    sun/tools/jstack/Basic.sh
        2007.03.13 Solaris SPARC Server VM (machine vm-b1600s-6)

    sun/tools/jstatd/jstatdDefaults.sh
        2007.03.31 Solaris SPARC Client VM (machine vm-v100-01)

*   sun/tools/jstatd/jstatdPort.sh
        2007.04.03 Solaris SPARC Client VM (machine vm-b1600s-2)
        2007.04.02 Solaris SPARC Server VM (machine aditi)
        2007.03.30 Solaris SPARC Client VM (machine vm-b1600s-5)

        Update: Sundar believes the timeout for this test is too low.

*   sun/tools/jstatd/jstatdServerName.sh
        2007.04.03 Solaris SPARC Client VM (machine vm-b1600s-2)
        2007.04.02 Solaris SPARC Server VM (machine aditi)
        2007.03.31 Solaris SPARC Client VM (machine vm-v100-01)
        2007.03.30 Solaris SPARC Client VM (machine vm-b1600s-5)
        2007.03.30 Solaris SPARC Server VM (machine kiang)

For some of the above tests, a timeout is only one of the observed
failure modes, but there isn't a way to associate a type of failure
with a known bugs list entry so this will have to do (for now).

Comments
The change set above fixes sun/tools/jinfo/Basic.sh issue. Other tests have been fixed while working with bugs listed in "relates to".
19-11-2014