VMware Cloud Community
saroura
Contributor
Contributor

issue with mvn test

hi when i run mvn package and mvn compile i had build succesful

but whe

Results :

Tests in error:

  initializationError(org.hyperic.hq.application.SchedulerTest): org/hyperic/util/SpinBarrierCondition

Tests run: 194, Failures: 0, Errors: 1, Skipped: 4

[INFO] ------------------------------------------------------------------------

[ERROR] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] There are test failures.

Please refer to /home/stage/workspace/hq-5.0.0-HA/hq-server/target/surefire-reports for the individual test results.

n i run mvn test i have this error

can somebody here help me please

Reply
0 Kudos
2 Replies
saroura
Contributor
Contributor

i had this error when i run mvn test

Reply
0 Kudos
admin
Immortal
Immortal

Hi,

You should run:

mvn clean install -T 1.5C -DCI-build -Dall-installers -DskipTests

Reply
0 Kudos