OpenMRS Core Master

Build: #1058 failed Changes by Wyclif Luyima

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Test results

  • 3,148 tests in total
  • 6 tests failed
  • 6 failures are new
  • 32 tests were quarantined / skipped
  • 12 minutes taken in total.
New test failures 6
Status Test View job Duration
Collapse Failed UserServiceTest changeHashedPassword_shouldChangeTheHashedPasswordForTheGivenUser History
Build and Test < 1 sec
org.openmrs.api.InvalidCharactersPasswordException: error.password.requireMixedCase
	at org.openmrs.util.OpenmrsUtil.validatePassword(OpenmrsUtil.java:2216)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:741)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
(25 more lines...)
Collapse Failed UserServiceTest changePassword_shouldMatchOnCorrectlyHashedSha1StoredPassword History
Build and Test < 1 sec
org.openmrs.api.ShortPasswordException: error.password.length
	at org.openmrs.util.OpenmrsUtil.validatePassword(OpenmrsUtil.java:2205)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:741)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
(25 more lines...)
Collapse Failed UserServiceTest changePassword_shouldMatchOnIncorrectlyHashedSha1StoredPassword History
Build and Test < 1 sec
org.openmrs.api.ShortPasswordException: error.password.length
	at org.openmrs.util.OpenmrsUtil.validatePassword(OpenmrsUtil.java:2205)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:741)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
(25 more lines...)
Collapse Failed UserServiceTest changePassword_shouldMatchOnSha512HashedPassword History
Build and Test < 1 sec
org.openmrs.api.ShortPasswordException: error.password.length
	at org.openmrs.util.OpenmrsUtil.validatePassword(OpenmrsUtil.java:2205)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:741)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
(25 more lines...)
Collapse Failed UserServiceTest changePassword_shouldBeAbleToUpdatePasswordMultipleTimes History
Build and Test < 1 sec
org.openmrs.api.ShortPasswordException: error.password.length
	at org.openmrs.util.OpenmrsUtil.validatePassword(OpenmrsUtil.java:2205)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:741)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
(25 more lines...)
Collapse Failed UserServiceTest changePassword_shouldChangePasswordForTheGivenUserAndPassword History
Build and Test < 1 sec
org.openmrs.api.InvalidCharactersPasswordException: error.password.requireMixedCase
	at org.openmrs.util.OpenmrsUtil.validatePassword(OpenmrsUtil.java:2216)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:741)
	at org.openmrs.api.impl.UserServiceImpl.changePassword(UserServiceImpl.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
(25 more lines...)
Skipped tests 32
Status Test Failing since View job
Skipped OpenmrsProfileExcludeFilterTest shouldBeIgnoredIfModuleDoesNotMatch History
Build and Test
Skipped OpenmrsProfileExcludeFilterTest shouldBeIgnoredIfOpenmrsVersionDoesNotMatch History
Build and Test
Skipped AdministrationServiceTest setImplementationId_shouldCreateImplementationIdInDatabase History
Build and Test
Skipped AdministrationServiceTest getPresentationLocales_shouldReturnAtLeastOneLocaleIfNoLocalesDefinedInDatabaseYet History
Build and Test
Skipped AdministrationServiceTest setImplementationId_shouldSetUuidOnImplementationIdGlobalProperty History
Build and Test
Skipped AdministrationServiceTest setImplementationId_shouldOverwriteImplementationIdInDatabaseIfExists History
Build and Test
Skipped ConceptServiceTest saveConcept_shouldNotSetAuditInfoIfTheConceptIsNotEdited History
Build and Test
Skipped EncounterServiceTest getEncounters_shouldGetAllTheUniqueEncountersThatMatchTheSpecifiedParameterValues History
Build and Test
Skipped EncounterServiceTest saveEncounter_shouldVoidAndCreateNewObsWhenSavingEncounter History
Build and Test
Skipped EncounterServiceTest getEncounters_shouldNotReturnVoidedEncountersIfIncludeVoidedIsSetToTrue History
Build and Test
Skipped NoteServiceTest org.openmrs.api.NoteServiceTest History
Build and Test
Skipped OpenmrsServiceTest shouldCheckThatAMethodIsNotRolledBackInCaseOfAnErrorInAnotherInvokedInsideIt History
Build and Test
Skipped PatientServiceTest checkPatientIdentifiers_shouldThrowErrorWhenPatientHasIdenticalIdentifiers History
Build and Test
Skipped PatientServiceTest voidPatient_shouldReturnNullWhenPatientIsNull History
Build and Test
Skipped ProviderServiceTest getCountOfProviders_shouldIncludeRetiredProvidersIfIncludeRetiredIsSetToTrue History
Build and Test
Skipped ProviderServiceTest getCountOfProviders_shouldExcludeRetiredProviders History
Build and Test
Skipped UserServiceTest changeQuestionAnswer_shouldChangeTheSecretQuestionAndAnswerForGivenUser History
Build and Test
Skipped ConceptDAOTest getConcepts_shouldReturnCorrectResultsForConceptWithNamesThatContainsWordsWithMoreWeight History
Build and Test
Skipped ConceptDAOTest getConcepts_shouldReturnCorrectResultsIfAConceptNameContainsSameWordMoreThanOnce History
Build and Test
Skipped SerializedObjectDAOTest org.openmrs.api.db.SerializedObjectDAOTest History
Build and Test
Skipped ArdenServiceTest compileFile_shouldGetAndParseMlms History
Build and Test
Skipped HL7ServiceTest processHL7InQueue_shouldParseOruR01MessageUsingOverriddenParserProvidedByAModule History
Build and Test
Skipped HL7ServiceTest processHL7Message_shouldParseMessageTypeSuppliedByModule History
Build and Test
Skipped ModuleActivatorTest org.openmrs.module.ModuleActivatorTest History
Build and Test
Skipped ModuleUtilIT getURL_shouldReturnAnUpdateRdfPageForModuleUrls History
Integration Test
Skipped ModuleUtilIT getURL_shouldReturnAnUpdateRdfPageForOldHttpsModuleUrls History
Integration Test
Skipped ModuleUtilIT getURL_shouldReturnAnUpdateRdfPageForOldHttpsDevUrls History
Integration Test
Skipped SchedulerServiceTest org.openmrs.scheduler.SchedulerServiceTest History
Build and Test
Skipped ConceptReferenceTermValidatorTest validate_shouldFailIfTheNameIsAWhiteSpaceCharacter History
Build and Test
Skipped ConceptReferenceTermValidatorTest validate_shouldFailIfTheNameIsNull History
Build and Test
Skipped ConceptReferenceTermValidatorTest validate_shouldFailIfTheNameIsAnEmptyString History
Build and Test
Skipped VisitValidatorTest validate_shouldFailIfAnAttributeIsBad History
Build and Test