Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. [ERROR] Failures:
  2. [ERROR] AuthorizationAdviceTest.before_shouldNotifyListenersAboutCheckedPrivileges:69 listener1
  3. Expected: iterable with items ["Manage Concepts", "Get Observations", "Get Concept Attribute Types"] in any order
  4. but: not matched: "Get Global Properties"
  5. [ERROR] UserServiceTest.createUser_shouldNotAllowAssigningSuperUserRoleIfCurrentUserDoesNotHaveAssignSystemDeveloperPrivileges:356
  6. Expected: is "You must have the role {0} in order to assign it."
  7. but: was "'bwolfe' failed to validate with reason: Privileges required: Get Global Properties"
  8. [ERROR] UserServiceTest.createUser_shouldNotAllowCreatingUserWithPrivilegeCurrentUserDoesNotHave:286
  9. Expected: is "You must have privilege {0} in order to assign it."
  10. but: was "'bwolfe' failed to validate with reason: Privileges required: Get Global Properties"
  11. [ERROR] UserServiceTest.createUser_shouldNotAllowCreatingUserWithPrivilegesCurrentUserDoesNotHave:320
  12. Expected: is "You must have the following privileges in order to assign them: Another Privilege, Custom Privilege"
  13. but: was "'bwolfe' failed to validate with reason: Privileges required: Get Global Properties"
  14. [ERROR] ContextDAOTest.authenticate_shouldPassRegressionTestFor1580:312 Unexpected exception type thrown, expected: <org.openmrs.api.context.ContextAuthenticationException> but was: <org.openmrs.api.APIAuthenticationException>
  15. [ERROR] Errors:
  16. [ERROR] OpenmrsProfileExcludeFilterWithModulesJUnit4Test.match_shouldNotIncludeBeanIfModuleIsStarted » Runtime Database out of sync with code: Anonymous role does not exist
  17. [ERROR] OpenmrsProfileExcludeFilterWithModulesTest.match_shouldNotIncludeBeanIfModuleIsStarted » APIAuthentication Privileges required: Get Global Properties
  18. [ERROR] StartModuleAnnotationJUnit4Test.shouldStartModules » Runtime Database out of sync with code: Anonymous role does not exist
  19. [ERROR] StartModuleAnnotationReuseJUnit4Test.shouldPass » Runtime Database out of sync with code: Anonymous role does not exist
  20. [ERROR] StartModuleAnnotationReuseTest.shouldPass » Runtime Database out of sync with code: Anonymous role does not exist
  21. [ERROR] StartModuleAnnotationTest.shouldStartModules » Runtime Database out of sync with code: Anonymous role does not exist
  22. [ERROR] UserServiceTest.changePasswordUsingActivationKey_shouldUpdatePasswordIfActivationKeyIsCorrect:1588 » APIAuthentication Privileges required: Get Global Properties
  23. [ERROR] UserServiceTest.changePasswordUsingSecretAnswer_shouldUpdatePasswordIfSecretIsCorrect:1495 » APIAuthentication Privileges required: Get Global Properties
  24. [ERROR] UserServiceTest.changePassword_shouldMatchOnCorrectlyHashedSha1StoredPassword:519 » APIAuthentication Privileges required: Get Global Properties
  25. [ERROR] UserServiceTest.changePassword_shouldMatchOnIncorrectlyHashedSha1StoredPassword:477 » APIAuthentication Privileges required: Get Global Properties
  26. [ERROR] UserServiceTest.changePassword_shouldMatchOnSha512HashedPassword:547 » APIAuthentication Privileges required: Get Global Properties
  27. [ERROR] ModuleInteroperabilityTest.shouldAllowModuleAToLoadModuleBIfARequiresB » Runtime Database out of sync with code: Anonymous role does not exist
  28. [INFO]
  29. [ERROR] Tests run: 4577, Failures: 5, Errors: 12, Skipped: 55
  30. [INFO]
  31. [INFO] ------------------------------------------------------------------------
  32. [INFO] Reactor Summary for OpenMRS 2.7.0-SNAPSHOT:
  33. [INFO]
  34. [INFO] OpenMRS ............................................ SUCCESS [ 59.269 s]
  35. [INFO] openmrs-tools ...................................... SUCCESS [ 1.983 s]
  36. [INFO] openmrs-test ....................................... SUCCESS [ 0.372 s]
  37. [INFO] openmrs-api ........................................ FAILURE [20:42 min]
  38. [INFO] openmrs-web ........................................ SKIPPED
  39. [INFO] openmrs-webapp ..................................... SKIPPED
  40. [INFO] openmrs-liquibase .................................. SKIPPED
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO] BUILD FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement