Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8168483

Remove jtreg timeout handler timeout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b146

      When we run jtreg in the hotspot, jdk and nashorn folders we run it with the timeout handler found under test/failure_handler. This handler is sometimes very slow (since it creates core files of hung processes). The handler is also very good at handling its own timeouts.

      The default implementation in jtreg tries to interrupt() a timeout handler after 300 seconds. This is not enough time for test/failure_handler. Rather than increasing the timeout, we should disable it when running with test/failure_handler and let it handle any timeouts itself.

            sla Staffan Larsen (Inactive)
            sla Staffan Larsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: