Uploaded image for project: 'neutron'
  1. neutron
  2. NEUTRON-201

Sporadic NeutronE2ETest failures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Neon
    • Neon
    • northbound-api
    • None

      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 NEUTRON-197 during Neon-MRI:

      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)
      

            jhershbe Josh Hershberg
            vorburger Michael Vorburger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: