Advertisement
Guest User

Untitled

a guest
Jan 21st, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. org.openelisglobal.address.OrganizationAddressServiceTest.createOrganizationAdress_shouldCreateOrganisationAdress(OrganizationAddressServiceTest.java:63)
  2.  
  3. Running org.openelisglobal.address.PersonAdressServiceTest
  4. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in org.openelisglobal.address.PersonAdressServiceTest
  5. Running org.openelisglobal.search.SearchResultsServiceTest
  6. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec - in org.openelisglobal.search.SearchResultsServiceTest
  7.  
  8. Results :
  9.  
  10. Tests in error:
  11. OrganizationAddressServiceTest.createOrganizationAdress_shouldCreateOrganisationAdress:63 ยป Persistence
  12. OrganizationAddressServiceTest.getAddressPartsByOrganizationId_shouldReturnAddressPartsByOrganizationId:89 ยป Persistence
  13.  
  14. Tests run: 160, Failures: 0, Errors: 2, Skipped: 0
  15.  
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] BUILD FAILURE
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Total time: 01:08 min
  20. [INFO] Finished at: 2025-01-21T21:31:42Z
  21. [INFO] ------------------------------------------------------------------------
  22. Error: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project openelisglobal: There are test failures.
  23. Error:
  24. Error: Please refer to /home/runner/work/OpenELIS-Global-2/OpenELIS-Global-2/target/surefire-reports for the individual test results.
  25. Error: -> [Help 1]
  26. Error:
  27. Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
  28. Error: Re-run Maven using the -X switch to enable full debug logging.
  29. Error:
  30. Error: For more information about the errors and possible solutions, please read the following articles:
  31. Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  32. Error: Process completed with exit code 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement