[NEUTRON-201] Sporadic NeutronE2ETest failures Created: 10/Oct/18 Updated: 10/Oct/18 |
|
| Status: | Open |
| Project: | neutron |
| Component/s: | northbound-api |
| Affects Version/s: | Neon |
| Fix Version/s: | Neon |
| Type: | Bug | Priority: | Medium |
| Reporter: | Michael Vorburger | Assignee: | Josh Hershberg |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The NeutronE2ETest sporadically fails on builds; I suspect a timing issue. NB: This is the standalone test, NOT the ITNeutronE2E IT. This was seen in java.lang.AssertionError: L2 Gateway Delete Failed expected:<204> but was:<404> 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.opendaylight.neutron.e2etest.HttpUtils.test_delete(HttpUtils.java:123) at org.opendaylight.neutron.e2etest.HttpUtils.test_delete(HttpUtils.java:130) at org.opendaylight.neutron.e2etest.NeutronL2GatewayTests.l2gateway_delete_test(NeutronL2GatewayTests.java:62) at org.opendaylight.neutron.e2etest.NeutronL2GatewayTests.runTests(NeutronL2GatewayTests.java:78) at org.opendaylight.neutron.e2etest.NeutronAllTests.testNeutron(NeutronAllTests.java:39) at org.opendaylight.neutron.e2etest.NeutronE2ETest.test(NeutronE2ETest.java:38) and https://jenkins.opendaylight.org/releng/job/autorelease-release-neon/64/ master autorelease build failed here https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-neon/64/console.log.gz with: java.lang.AssertionError: Bug 3812 Network Post Failed expected:<201> but was:<409> 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.opendaylight.neutron.e2etest.HttpUtils.test_create(HttpUtils.java:80) at org.opendaylight.neutron.e2etest.HttpUtils.test_create(HttpUtils.java:73) at org.opendaylight.neutron.e2etest.NeutronBug3812Tests.check_bug3812(NeutronBug3812Tests.java:25) at org.opendaylight.neutron.e2etest.NeutronBug3812Tests.runTests(NeutronBug3812Tests.java:102) at org.opendaylight.neutron.e2etest.NeutronAllTests.testNeutron(NeutronAllTests.java:50) at org.opendaylight.neutron.e2etest.NeutronE2ETest.test(NeutronE2ETest.java:37) |