Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.366 sec
Results :
Failed tests:
Expected exception: javax.persistence.PersistenceException
Tests in error:
PushApplicationDaoTest.updatePushApplication:125 » Persistence org.hibernate.e...
PushApplicationDaoTest.pushApplicationIDUnmodifiedAfterUpdate:159 » Persistence
PushApplicationDaoTest.deletePushApplicationIncludingVariantAndInstallations:194 » Persistence
PushApplicationDaoTest.findByPushApplicationID:116 » Persistence org.hibernate...
PushApplicationDaoTest.findAllForDeveloper:72 » Persistence org.hibernate.exce...
PushApplicationDaoTest.primaryKeyUnmodifiedAfterUpdate:174 » Persistence org.h...
PushApplicationDaoTest.findAllIDsForDeveloper:96 » Persistence org.hibernate.e...
PushApplicationDaoTest.findByPushApplicationIDForDeveloper:103 » Persistence o...
PushApplicationDaoTest.updateAndDeletePushApplication:140 » Persistence org.hi...
Tests run: 75, Failures: 1, Errors: 9, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] AeroGear UnifiedPush Server ....................... SUCCESS [ 2.833 s]
[INFO] UnifiedPush Model Layer ........................... SUCCESS [ 0.058 s]
[INFO] UnifiedPush Server Model API ...................... SUCCESS [ 2.886 s]
[INFO] UnifiedPush Server Model JPA implementation ....... FAILURE [ 32.992 s]
[INFO] UnifiedPush Service Layer ......................... SKIPPED
[INFO] UnifiedPush Sender Module ......................... SKIPPED
[INFO] UnifiedPush Push Message Model .................... SKIPPED
[INFO] UnifiedPush Push Notification Networks ............ SKIPPED
[INFO] UnifiedPush RESTful Endpoint ...................... SKIPPED
[INFO] UnifiedPush Server (Admin UI) ..................... SKIPPED
[INFO] UnifiedPush Dependencies Parent ................... SKIPPED
[INFO] UnifiedPush Server Dependencies Server ............ SKIPPED
[INFO] UnifiedPush Auth Server ........................... SKIPPED
[INFO] UnifiedPush Server for JBossAS (WAR) .............. SKIPPED
[INFO] UnifiedPush Server for Wildfly (WAR) .............. SKIPPED
[INFO] UnifiedPush Servers Parent ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.717 s
[INFO] Finished at: 2015-04-23T14:35:45+01:00
[INFO] Final Memory: 21M/420M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project unifiedpush-model-jpa: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Users\Ivan\Documents\aerogear-unifiedpush-server\model\jpa\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :unifiedpush-model-jpa
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Do you have any idea where is the problem and how to solve it?
Thanks