https://issues.apache.org/bugzilla/show_bug.cgi?id=54669

            Bug ID: 54669
           Summary: Add flag forcing non-GUI JVM to exit after test
           Product: JMeter
           Version: 2.9
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

>From JMeter dev mailing list:
http://mail-archives.apache.org/mod_mbox/jmeter-dev/201303.mbox/%3C20130311173319.5C162C129%40tyr.zones.apache.org%3E

GitHub user scotte opened a pull request:

    https://github.com/apache/jmeter/pull/3

    Add flag forcing non-GUI JVM to exit after test

    This is useful for cases when JMeter is run by an automated system
    (such as CI builds) and tests start threads that prevent the JVM
    from cleanly shutting down. The existing property to do a full JVM
    shutdown (jmeterengine.stopfail.system.exit) only executes when the
    test is explicitly asked to stop. We needed to unconditionally insure
    the JVM is terminated when the test was finished, even if the tests
    themselves did things which left the JVM in a state where JMeter could
    not cleanly exit in non-GUI mode.

    The new flag is "jmeterengine.force.system.exit" and defaults to
    "false".

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/scotte/jmeter trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/3.patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to