Deploys Reference Application SNAPSHOT to maven

Build: #3629 failed Changes by 3 people

Stages & jobs

  1. Create Reference Application packages

  2. Deploy to Automated Functional Test Server

  3. Run UI Tests

  4. Deploy to Manual Test Server

  5. Release

    Requires a user to start manually
  6. Create Standalone

Build result summary

Details

Completed
Queue duration
1 second
Duration
19 minutes
Labels
None
Revisions
Distribution
73c9535683598fc404ed9d6cb454163649060bf1 73c9535683598fc404ed9d6cb454163649060bf1
Standalone RA
2cc1eedc8952f87a71cc34e7c976f30d82d62c32 2cc1eedc8952f87a71cc34e7c976f30d82d62c32
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
49
Failing since
#3620 (Changes by Tomasz Mueller <tmueller@soldevelo.com>)
Fixed in
#3656 (Changes by Tomasz Mueller <tmueller@soldevelo.com>)

Responsible

This build has been failing since #3620
No one has taken responsibility

Code commits

Distribution
Author Commit Message Commit date
Tomasz Mueller <tmueller@soldevelo.com> Tomasz Mueller <tmueller@soldevelo.com> 73c9535683598fc404ed9d6cb454163649060bf1 73c9535683598fc404ed9d6cb454163649060bf1 RA-815 added run-all-tests profile
Tomasz Mueller <tmueller@soldevelo.com> Tomasz Mueller <tmueller@soldevelo.com> 63237a85121e16acd0fc7c5891e4b3ca2af7ca84 63237a85121e16acd0fc7c5891e4b3ca2af7ca84 RA-815 changed run-build-tests profile to be active by default
tomaszmueller <tmueller@soldevelo.com> tomaszmueller <tmueller@soldevelo.com> cf367c1ab88d80223209baef39f4723c1b5eea3f cf367c1ab88d80223209baef39f4723c1b5eea3f Merge pull request #77 from nataliaplonka/RA-855
RA-855 Automating: RA-702 Merged patient record finding by both names Test
tomaszmueller <tmueller@soldevelo.com> tomaszmueller <tmueller@soldevelo.com> 88fae12ae96314dfbb4a98dbd664e8d9a9e6b471 88fae12ae96314dfbb4a98dbd664e8d9a9e6b471 Merge pull request #83 from nataliaplonka/RA-781
RA-863 Automating RA-781 Password Cannot Match Username Test
Natalia Plonka <nplonka@soldevelo.com> Natalia Plonka <nplonka@soldevelo.com> 0366aeba1d7335802fa5479395a4cd4fabfd3f5f 0366aeba1d7335802fa5479395a4cd4fabfd3f5f RA-855 shorter test

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 2
Status Test View job Duration
Collapse Failed AddPatientAppointmentTest addPatientAppointmentTest History
Run UI tests on Travis 47 secs
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for presence of element located by: By.xpath: //table[@id='appointmentTable']/div[2]/div/div/div/div[2]/div[2]/div
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw108', ip: '149.165.228.106', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-49-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:193)
(15 more lines...)
Collapse Failed MergePatientByNameTest mergePatientByNameTest History
Run UI tests on Travis 11 secs
java.lang.NullPointerException: null
	at org.openqa.selenium.support.ui.Select.escapeQuotes(Select.java:291)
	at org.openqa.selenium.support.ui.Select.selectByVisibleText(Select.java:111)
	at org.openmrs.uitestframework.page.AbstractBasePage.selectFrom(AbstractBasePage.java:103)
	at org.openmrs.reference.page.RegistrationPage.selectPatientGender(RegistrationPage.java:120)
	at org.openmrs.reference.page.RegistrationPage.enterMegrePatient(RegistrationPage.java:283)
	at org.openmrs.reference.MergePatientByNameTest.mergePatientByNameTest(MergePatientByNameTest.java:65)
Existing test failures 4
Status Test Failing since View job Duration
java.lang.AssertionError: 
Expected: is <1>
     but: was <5>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.reference.AddRolesToUserTest.addRolesToUserTest(AddRolesToUserTest.java:68)
java.lang.AssertionError: null
	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.reference.FindPatientByFamilyNameTest.testRecentlyPatientTest(FindPatientByFamilyNameTest.java:38)
java.lang.AssertionError: null
	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.reference.RelationTypeTest.addEditRetireDeleteRelationTypeTest(RelationTypeTest.java:51)
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for presence of element located by: By.name: addName
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw108', ip: '149.165.228.106', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-49-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:193)
(15 more lines...)

Jira issues

IssueDescriptionStatus
5 more issues…
Unknown Issue TypeRA-675Could not obtain issue details from Jira
Unknown Issue TypeRA-702Could not obtain issue details from Jira
Unknown Issue TypeRA-775Could not obtain issue details from Jira
Unknown Issue TypeRA-781Could not obtain issue details from Jira
Unknown Issue TypeRA-815Could not obtain issue details from Jira