"Fossies" - the Fresh Open Source Software Archive

Member "groovy-4.0.12/subprojects/stress/README.adoc" (31 Jan 1980, 1538 Bytes) of package /linux/misc/apache-groovy-src-4.0.12.zip:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming AsciiDoc format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the last Fossies "Diffs" side-by-side code changes report for "README.adoc": 4.0.6_vs_4.0.7.

Tests in this subproject are used for stress testing. These types of tests will normally involve calls to System.gc(), spinning up many threads, and may attempt to create OutOfMemory errors.

These tests can be long-running and may be prone to failure on different platforms, so in order to run these tests you must enable them as follows:

./gradlew -PstressTests :stress:test

You can run a single test with the following command:

./gradlew -PstressTests :stress:test --tests org.codehaus.groovy.util.SomeTest

Or run all tests under in a given package and subpackages:

./gradlew -PstressTests :stress:test --tests org.codehaus.*