Advertisement
Guest User

Untitled

a guest
Oct 12th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. [INFO] Running org.openmrs.maven.plugins.SetupIntegrationTest
  2. [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 284.459 s <<< FAILURE! - in org.openmrs.maven.plugins.SetupIntegrationTest
  3. [ERROR] setup_shouldInstallServerFromDistroPropertiesDir(org.openmrs.maven.plugins.SetupIntegrationTest) Time elapsed: 114.455 s <<< FAILURE!
  4. java.lang.AssertionError:
  5. Expected /Projects/openmrs/sdk/integration-tests/target/test-classes/integration-test/4de43995-4a28-4952-9a9b-ca8cd95de949/frontend/openmrs-esm-login-app-3.1.0 to be an existing file or directory
  6. Expected: an existing file or directory
  7. but: does not exist
  8. at org.openmrs.maven.plugins.SetupIntegrationTest.setup_shouldInstallServerFromDistroPropertiesDir(SetupIntegrationTest.java:167)
  9.  
  10. [INFO] Running org.openmrs.maven.plugins.DeployIntegrationTest
  11. [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 201.616 s <<< FAILURE! - in org.openmrs.maven.plugins.DeployIntegrationTest
  12. [ERROR] deploy_shouldUpgradeDistroFromDistroProperties(org.openmrs.maven.plugins.DeployIntegrationTest) Time elapsed: 109.778 s <<< FAILURE!
  13. java.lang.AssertionError:
  14. Expected /Projects/openmrs/sdk/integration-tests/target/test-classes/integration-test/c49e77fe-20ff-421f-abee-80f6644b35f3/frontend/openmrs-esm-login-app-3.1.0 to be an existing file or directory
  15. Expected: an existing file or directory
  16. but: does not exist
  17. at org.openmrs.maven.plugins.DeployIntegrationTest.deploy_shouldUpgradeDistroFromDistroProperties(DeployIntegrationTest.java:128)
  18.  
  19. [INFO] Running org.openmrs.maven.plugins.CreateProjectIntegrationTest
  20. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.772 s - in org.openmrs.maven.plugins.CreateProjectIntegrationTest
  21. [INFO]
  22. [INFO] Results:
  23. [INFO]
  24. [ERROR] Failures:
  25. [ERROR] DeployIntegrationTest.deploy_shouldUpgradeDistroFromDistroProperties:128->AbstractSdkIntegrationTest.assertFilePresent:229->AbstractSdkIntegrationTest.assertPathPresent:233 Expected /Projects/openmrs/sdk/integration-tests/target/test-classes/integration-test/c49e77fe-20ff-421f-abee-80f6644b35f3/frontend/openmrs-esm-login-app-3.1.0 to be an existing file or directory
  26. Expected: an existing file or directory
  27. but: does not exist
  28. [ERROR] SetupIntegrationTest.setup_shouldInstallServerFromDistroPropertiesDir:167->AbstractSdkIntegrationTest.assertFilePresent:229->AbstractSdkIntegrationTest.assertPathPresent:233 Expected /Projects/openmrs/sdk/integration-tests/target/test-classes/integration-test/4de43995-4a28-4952-9a9b-ca8cd95de949/frontend/openmrs-esm-login-app-3.1.0 to be an existing file or directory
  29. Expected: an existing file or directory
  30. but: does not exist
  31. [INFO]
  32. [ERROR] Tests run: 38, Failures: 2, Errors: 0, Skipped: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement