OpenMRS Open Web Apps Module CI Plan

Build: #30 failed

Job: Build and test Module failed

Stages & jobs

  1. Test module

  2. Release

    Requires a user to start manually

Job result summary

Completed
Duration
37 seconds
Revision
cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759 cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759
Total tests
17
Fixed in
#31 (Code changes detected)

Tests

  • 17 tests in total
  • 6 tests failed
  • 6 failures are new
  • 17 seconds taken in total.
New test failures 6
Status Test Duration
Collapse Failed DefaultAppManagerTest shouldDeployToDeployedNameDirectory History
< 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 shouldNotifyListenerWhenDeletingApp History
< 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 DefaultAppManagerTest shouldNotifyListenerWhenInstallingApp History
< 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 shouldOverwriteAppWithSameDeployedName History
< 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 AddAppControllerTest testUploadofZipFilewithProperManifest History
< 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
< 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...)