OpenMRS Core Master

Build: #1559 failed

Job: Build and Test failed

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Test results

  • 3,452 tests in total
  • 3 tests failed
  • 3 failures are new
  • 37 tests were quarantined / skipped
  • 68 minutes taken in total.

Build 1,559 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed ReflectTest getAllFields_shouldReturnAllFieldsIncludePrivateAndSuperClasses History
< 1 sec
java.lang.IllegalArgumentException: Field not found!
	at org.openmrs.util.ReflectTest.findFieldByName(ReflectTest.java:62)
	at org.openmrs.util.ReflectTest.getAllFields_shouldReturnAllFieldsIncludePrivateAndSuperClasses(ReflectTest.java:74)
Collapse Failed ReflectTest getInheritedFields_shouldReturnOnlyTheSubClassFieldsOfGivenParameterizedClass History
< 1 sec
java.lang.IllegalArgumentException: Field not found!
	at org.openmrs.util.ReflectTest.findFieldByName(ReflectTest.java:62)
	at org.openmrs.util.ReflectTest.getInheritedFields_shouldReturnOnlyTheSubClassFieldsOfGivenParameterizedClass(ReflectTest.java:133)
Collapse Failed ReflectTest isCollection_shouldReturnFalseIfGivenFieldClassIsNotACollectionClass History
< 1 sec
java.lang.IllegalArgumentException: Field not found!
	at org.openmrs.util.ReflectTest.findFieldByName(ReflectTest.java:62)
	at org.openmrs.util.ReflectTest.isCollection_shouldReturnFalseIfGivenFieldClassIsNotACollectionClass(ReflectTest.java:86)