Skip to content

Commit

Permalink
[HTTPCORE-747]: add information about the minimum requirement for sta…
Browse files Browse the repository at this point in the history
…ble test execution (#410)
  • Loading branch information
Agorguy committed Jun 21, 2023
1 parent 17f12f5 commit 2251763
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ http://maven.apache.org/run-maven/index.html

(2) Executing test cases

Execute the following command in order to compile and test the components
Execute the following command in order to compile and test the components:

mvn test

To avoid intermittent test failures, it is recommended to have a machine or virtual machine with the following specifications:

Minimum of 2 CPUs.
Minimum of 2GB of RAM.

These are the minimal requirements for stable test execution. In more resource constrained environments some tests may fail intermittently.


(3) Building packages

Execute the following command in order to build the JAR packages and install
Expand Down

0 comments on commit 2251763

Please sign in to comment.