Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Bugzilla Migration
-
None
-
Operating System: All
Platform: All
-
6264
Description
The build is unstable with test failure in BGPCEP. Could the BGPCEP team please provide a fix or remove the test if appropriate.
java.lang.AssertionError: expected:<11> but was:<9>
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.junit.Assert.assertEquals(Assert.java:542)
at org.opendaylight.protocol.pcep.pcc.mock.PCCMockCommon.checkResyncSession(PCCMockCommon.java:166)
at org.opendaylight.protocol.pcep.pcc.mock.PCCSyncAvoidanceProcedureTest.testSessionAvoidanceDesynchronizedEstablishment(PCCSyncAvoidanceProcedureTest.java:37)