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

Job result summary

Completed
Duration
73 minutes
Revision
45d9d3374bbbb66fdf84ad5498a2e0566cc6f4c9 45d9d3374bbbb66fdf84ad5498a2e0566cc6f4c9
Total tests
3452
Fixed in
#1560 (Code changes detected)

Configuration changes

Job Build and Test with key TRUNK-MASTER-JOB1 no longer exists.

Tests

  • 3,452 tests in total
  • 3 tests failed
  • 3 failures are new
  • 37 tests were quarantined / skipped
  • 68 minutes taken in total.
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)