Build: #116 failed Changes by Rafal Korytkowski

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
1 minute
Labels
None
Revision
5676142aa321cb9f5b4ab8f12c6f94c562700e5f 5676142aa321cb9f5b4ab8f12c6f94c562700e5f
Total tests
38
Failing since
#115 (Changes by Daniel Kayiwa)
Fixed in
#119 (Changes by Rafal Korytkowski)

Tests

Responsible

Code commits

Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski 5676142aa321cb9f5b4ab8f12c6f94c562700e5f 5676142aa321cb9f5b4ab8f12c6f94c562700e5f Merge pull request #5 from suniala/MAP-3
MAP-3
Mikko Suniala <mikko.suniala@iki.fi> Mikko Suniala <mikko.suniala@iki.fi> 708c4deceef9eb8378701b83a59e52c4e4f6b769 m 708c4deceef9eb8378701b83a59e52c4e4f6b769 MAP-3: Refactor MetadataMappingDAO into an interface and implementation
Mikko Suniala <mikko.suniala@iki.fi> Mikko Suniala <mikko.suniala@iki.fi> c27b2c45b6da2759424da0a05e2da93947053d2c m c27b2c45b6da2759424da0a05e2da93947053d2c MAP-3: Add MetadataSource and MetadataTermMapping with service api
This includes the model classes and all planned service api methods for
said model classes. Also:

 * liquibase database updates

 * Hibernate xml mappings

 * rename test configuration file cps-test-config.properties

 * integration test cases for service

Tests

Existing test failures 5
Status Test Failing since View job Duration
java.lang.NullPointerException
	at org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.addLocalMappingToConcept(MetadataMappingServiceImpl.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(58 more lines...)
java.lang.NullPointerException
	at org.openmrs.module.metadatamapping.api.MetadataMappingServiceTest.getConcept_shouldReturnRetiredIfNoOtherFoundByMapping(MetadataMappingServiceTest.java:220)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
(31 more lines...)
java.lang.NullPointerException
	at org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.addLocalMappingToConcept(MetadataMappingServiceImpl.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(58 more lines...)
java.lang.NullPointerException
	at org.openmrs.module.metadatamapping.api.MetadataMappingServiceTest.getConcept_shouldReturnNonRetiredIfRetiredAlsoFoundByMapping(MetadataMappingServiceTest.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
(31 more lines...)
java.lang.NullPointerException
	at org.openmrs.module.metadatamapping.api.MetadataMappingServiceTest.isLocalConcept_shouldReturnFalseIfNotLocal(MetadataMappingServiceTest.java:371)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
(31 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeMAP-3Could not obtain issue details from Jira