OpenMRS Open Web Apps Module CI Plan

Build: #30 failed Changes by Rafal Korytkowski

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
41 seconds
Labels
None
Revisions
Git
cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759 cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759
Release scripts
cb25741d3d6fa89e79187ec68f849228fcafce94 cb25741d3d6fa89e79187ec68f849228fcafce94
Total tests
17
Fixed in
#31 (Changes by Rafal Korytkowski)

Tests

Responsible

Code commits

Git
Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759 cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759 OWA-20 Changing to use apache commons-compress which is claimed to be more reliable than java.util.zip

Tests

New test failures 6
Status Test View job Duration
Collapse Failed DefaultAppManagerTest shouldDeployToDeployedNameDirectory History
Build and test Module < 1 sec
java.io.FileNotFoundException: owa/uicommons-customized (Is a directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
	at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161)
	at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116)
	at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldDeployToDeployedNameDirectory(DefaultAppManagerTest.java:86)
(37 more lines...)
Collapse Failed DefaultAppManagerTest shouldOverwriteAppWithSameDeployedName History
Build and test Module < 1 sec
java.io.FileNotFoundException: owa/uicommons-customized (Is a directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
	at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161)
	at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116)
	at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldOverwriteAppWithSameDeployedName(DefaultAppManagerTest.java:103)
(37 more lines...)
Collapse Failed DefaultAppManagerTest shouldNotifyListenerWhenInstallingApp History
Build and test Module < 1 sec
java.io.FileNotFoundException: owa/designer (Is a directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
	at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161)
	at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116)
	at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldNotifyListenerWhenInstallingApp(DefaultAppManagerTest.java:60)
(37 more lines...)
Collapse Failed DefaultAppManagerTest shouldNotifyListenerWhenDeletingApp History
Build and test Module < 1 sec
java.io.FileNotFoundException: owa/designer (Is a directory)
	at java.io.FileOutputStream.open0(Native Method)
	at java.io.FileOutputStream.open(FileOutputStream.java:270)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
	at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161)
	at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116)
	at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldNotifyListenerWhenDeletingApp(DefaultAppManagerTest.java:68)
(37 more lines...)
Collapse Failed AddAppControllerTest testUploadofZipFilewithProperManifest History
Build and test Module < 1 sec
java.lang.AssertionError: expected:<owa.app_installed> but was:<null>
	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:144)
	at org.openmrs.module.owa.web.controller.AddAppControllerTest.testUploadofZipFilewithProperManifest(AddAppControllerTest.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(35 more lines...)
Collapse Failed OwaRestControllerTest upload_caseProperZipFile History
Build and test Module < 1 sec
java.lang.AssertionError: expected:<owa.app_installed> but was:<null>
	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:144)
	at org.openmrs.module.owa.web.controller.OwaRestControllerTest.upload_caseProperZipFile(OwaRestControllerTest.java:116)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
(35 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOWA-20Could not obtain issue details from Jira