From 2ffacc61861e7e6a7de081b8e0e514cb152f6f47 Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Tue, 1 May 2018 07:05:23 -0400 Subject: [PATCH] Add exceptions to whitelist for NEUTRON-157 These jobs hit NEUTRON-157 and a new exception is coming out from an mdsal change in the api. The job below has an example. https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/290/odl_1/odl1_karaf.log.gz https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-gate-stateful-fluorine/281/odl_1/odl1_karaf.log.gz JIRA: NETVIRT-1090 JIRA: NEUTRON-157 Change-Id: I3d2cb216e896bfd168e85cfe073f019b3aed713a Signed-off-by: Sam Hague --- csit/variables/netvirt/Exceptions_Whitelist.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/csit/variables/netvirt/Exceptions_Whitelist.py b/csit/variables/netvirt/Exceptions_Whitelist.py index 623cd4ccee..a6ae387db7 100644 --- a/csit/variables/netvirt/Exceptions_Whitelist.py +++ b/csit/variables/netvirt/Exceptions_Whitelist.py @@ -2,6 +2,10 @@ NETVIRT_EXCEPTIONS_WHITELIST = [ 'OptimisticLockFailedException', 'ConflictingModificationAppliedException: Node was created by other transaction', 'ConflictingModificationAppliedException: Node was deleted by other transaction', + 'org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException', + 'org.opendaylight.controller.md.sal.dom.broker.impl.TransactionCommitFailedExceptionMapper', + 'org.opendaylight.yangtools.util.concurrent.ExceptionMapper.apply', + 'org.opendaylight.mdsal.common.api.MappingCheckedFuture.mapException', 'org.opendaylight.mdsal.common.api.MappingCheckedFuture.wrapInExecutionException', 'org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.match.entries.grouping.MatchEntry msgType: 1 oxm_field: 33 experimenterID: null was not found - please verify that all needed deserializers ale loaded correctly', # noqa 'InterruptedByTimeoutException: null' -- 2.36.6