Plan for the LegacyUI module

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
11 minutes
Duration
2 minutes
Labels
None
Revisions
Git
05cc37c0ceb15666163fa34319f3604f12bec4c6 05cc37c0ceb15666163fa34319f3604f12bec4c6
Release scripts
a9c6b4741f415820e397e9b150cf80baca7f9368 a9c6b4741f415820e397e9b150cf80baca7f9368
Total tests
306
Fixed in
#132 (Manual run by Wyclif Luyima)

Tests

Responsible

Code commits

Git
Author Commit Message Commit date
Wyclif Luyima Wyclif Luyima 05cc37c0ceb15666163fa34319f3604f12bec4c6 05cc37c0ceb15666163fa34319f3604f12bec4c6 Fixed failing tests as result of - TRUNK-2809
Wyclif Luyima Wyclif Luyima c6fc9f4f274350d2a4ff4bc5ff91ae3ee53599ee c6fc9f4f274350d2a4ff4bc5ff91ae3ee53599ee Follow up to translate error messages - LUI-41
Rasanjana Perera <krasanjana93@gmail.com> Rasanjana Perera <krasanjana93@gmail.com> 966fd9cd68177664f3535525bfbac3af4606edfa 966fd9cd68177664f3535525bfbac3af4606edfa Adding fixes to https://issues.openmrs.org/browse/LUI-41

Tests

New test failures 8
Status Test View job Duration
Collapse Failed ConceptFormControllerTest shouldAddConceptWithAllNamingSpecified History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.junit.Assert.assertNotNull(Assert.java:631)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldAddConceptWithAllNamingSpecified(ConceptFormControllerTest.java:356)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(36 more lines...)
Collapse Failed ConceptFormControllerTest shouldUpdateConceptWithShortNameAlreadyInSynonymList History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.junit.Assert.assertNotNull(Assert.java:631)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldUpdateConceptWithShortNameAlreadyInSynonymList(ConceptFormControllerTest.java:457)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(36 more lines...)
Collapse Failed ConceptFormControllerTest shouldRemoveConceptAnswer History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldRemoveConceptAnswer(ConceptFormControllerTest.java:718)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
(35 more lines...)
Collapse Failed ConceptFormControllerTest shouldAddConceptWithNameAndShortNameSpecified History
Default Job < 1 sec
java.lang.AssertionError: expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldAddConceptWithNameAndShortNameSpecified(ConceptFormControllerTest.java:217)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(37 more lines...)
Collapse Failed ConceptFormControllerTest shouldUpdateConceptWithNameAlreadyInSynonymList History
Default Job < 1 sec
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertNotNull(Assert.java:621)
	at org.junit.Assert.assertNotNull(Assert.java:631)
	at org.openmrs.web.controller.ConceptFormControllerTest.shouldUpdateConceptWithNameAlreadyInSynonymList(ConceptFormControllerTest.java:408)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(36 more lines...)
Collapse Failed ConceptProposalFormControllerTest onSubmit_shouldCreateASingleUniqueSynonymAndObsForAllSimilarProposals History
Default Job < 1 sec
org.openmrs.api.ValidationException: '5' failed to validate with reason: descriptions: Concept.description.atLeastOneRequired
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:78)
	at org.openmrs.api.impl.ConceptServiceImpl.mapConceptProposalToConcept(ConceptServiceImpl.java:733)
	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:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
(67 more lines...)
Collapse Failed DWRConceptServiceTest findConceptAnswers_shouldSearchForConceptAnswersInAllSearchLocales History
Default Job < 1 sec
org.openmrs.api.ValidationException: '22' failed to validate with reason: descriptions: Concept.description.atLeastOneRequired
	at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:78)
	at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:124)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:51)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
(40 more lines...)
Collapse Failed DownloadDictionaryServletTest shouldPrintHeaderAndFormattedConceptLines History
Default Job < 1 sec
org.junit.ComparisonFailure: expected:<...r User" 5,"SINGLE","[Some description","SINGLE","","","Misc","N/A","","Super User" 6,"MARRIED","Some description]","MARRIED","","","M...> but was:<...r User" 5,"SINGLE","[","SINGLE","","","Misc","N/A","","Super User" 6,"MARRIED","]","MARRIED","","","M...>
org.junit.ComparisonFailure: expected:<...r User"
5,"SINGLE","[Some description","SINGLE","","","Misc","N/A","","Super User"
6,"MARRIED","Some description]","MARRIED","","","M...> but was:<...r User"
5,"SINGLE","[","SINGLE","","","Misc","N/A","","Super User"
6,"MARRIED","]","MARRIED","","","M...>
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
(39 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeLUI-41Could not obtain issue details from Jira
Unknown Issue TypeTRUNK-2809Could not obtain issue details from Jira