Build: #432 failed

Job: Unit and Component Tests failed

Stages & jobs

  1. Build and Tests

Job result summary

Completed
Duration
13 minutes
Revision
07f963e7bf3aaafb9e59dabc712e8637e1c707a6
Total tests
2594
Failing since
#431 (Changes by Rafal Korytkowski)
Fixed in
#434 (Manual run by Rafal Korytkowski)

Tests

  • 2,594 tests in total
  • 1 test failed
  • 991 tests were fixed
  • 26 tests were quarantined / skipped
  • 11 minutes taken in total.
Existing test failures 1
Status Test Failing since Duration
java.lang.NullPointerException
	at org.openmrs.api.handler.OpenmrsObjectSaveHandler.handle(OpenmrsObjectSaveHandler.java:78)
	at org.openmrs.aop.RequiredDataAdvice.recursivelyHandle(RequiredDataAdvice.java:266)
	at org.openmrs.aop.RequiredDataAdvice.recursivelyHandle(RequiredDataAdvice.java:230)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:135)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:49)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
(39 more lines...)
Fixed tests 991
Status Test Failing since Duration
Successful ConceptWordTest makeConceptWords_shouldNotIncludeVoidedNames
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful ConceptWordTest makeConceptWords_shouldReturnSeparateConceptWordObjectsForTheSameWordInDifferentConceptNames
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddDaysWhenUnitIsDays
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddHoursWhenUnitIsHours
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddMinutesWhenUnitIsMinutes
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddMonthsWhenUnitIsMonths
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddSecondsWhenUnitIsSeconds
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddTimeBasedOnFrequencyWhenUnitIsRecurringInterval
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldAddYearsWhenUnitIsYears
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldFailWhenUnitIsRecurringAndFrequencyIsUnknown
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest addToDate_shouldFailWhenUnitIsUnknown
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest getCode_shouldReturnNullIfTheConceptHasNoMappingToTheSNOMEDCTSource
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful DurationTest getCode_shouldReturnTheCodeForTheTermOfTheMappingToTheSNOMEDCTSource
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful OpenmrsProfileExcludeFilterTest match_shouldIncludeBeanForOpenmrs1_10AndLater
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful OpenmrsProfileExcludeFilterTest match_shouldNotIncludeBeanForOpenmrs1_10AndLaterIfModuleMissing
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful OpenmrsProfileExcludeFilterTest match_shouldNotIncludeBeanForOpenmrsFrom1_6To1_8
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful OpenmrsProfileIncludeFilterTest match_shouldCreateBeanForOpenmrs1_8AndLater
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful OpenmrsProfileIncludeFilterTest match_shouldNotCreateBeanForOpenmrs1_6To1_7
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest executeSQL_shouldExecuteSqlContainingGroupBy
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getAllGlobalProperties_shouldReturnAllGlobalPropertiesInTheDatabase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getAllowedLocales_shouldNotFailIfNotGlobalPropertyForLocalesAllowedDefinedYet
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getAllowedLocales_shouldNotReturnDuplicatesEvenIfTheGlobalPropertyHasThem
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getAllowedLocales_shouldReturnAtLeastOneLocaleIfNoLocalesDefinedInDatabaseYet
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertiesByPrefix_shouldReturnAllRelevantGlobalPropertiesInTheDatabase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertyByUuid_shouldFindObjectGivenValidUuid
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertyByUuid_shouldReturnNullIfNoObjectFoundWithGivenUuid
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertyObject_shouldReturnNullWhenNoGlobalPropertyMatchGivenPropertyName
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertyValue_shouldReturnDefaultValueForMissingProperty
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertyValue_shouldReturnValueInTheSpecifiedDoubleType
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalPropertyValue_shouldReturnValueInTheSpecifiedIntegerType
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalProperty_shouldGetPropertyInCaseInsensitiveWay
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalProperty_shouldGetPropertyValueGivenValidPropertyName
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalProperty_shouldNotFailWithNullDefaultValue
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalProperty_shouldNotFailWithNullPropertyName
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getGlobalProperty_shouldReturnDefaultValueIfPropertyNameDoesNotExist
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getImplementationId_shouldReturnNullIfNoImplementationIdIsDefinedYet
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getPresentationLocales_shouldNotReturnMoreLocalesThanMessageSourceServiceLocales
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getSearchLocales_shouldExcludeNotAllowedLocales
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getSearchLocales_shouldIncludeCurrentlySelectedFullLocaleAndLangugage
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getSearchLocales_shouldIncludeUsersProficientLocales
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest getSystemVariables_shouldReturnAllRegisteredSystemVariables
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest purgeGlobalProperties_shouldDeleteGlobalPropertiesFromDatabase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest purgeGlobalProperty_shouldDeleteGlobalPropertyFromDatabase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperties_shouldAssignUuidToAllNewProperties
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperties_shouldNotFailWithEmptyList
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperties_shouldSaveAllGlobalPropertiesToTheDatabase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperties_shouldSavePropertiesWithCaseDifferenceOnly
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperty_shouldCreateGlobalPropertyInDatabase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperty_shouldNotAllowDifferentPropertiesToHaveTheSameStringWithDifferentCase
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec
Successful AdministrationServiceTest saveGlobalProperty_shouldOverwriteGlobalPropertyIfExists
Failing since build #431 (Changes by Rafal Korytkowski) < 1 sec