From 1a0dbeb592cae5367b0c56ef1e38dd91e01f0790 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Sat, 30 May 2015 01:54:44 -0400 Subject: [PATCH 1/1] Fix intermittent ToasterTest failures The ToasterTest has been intermittently failing on jenkins for a while. I repro'ed it locally after 5 tries. An error occurs indicating it can't find the pingpong-databroker namespace. Not sure why this occurs intermittently. The test doesn't need/use the pingpong databroker so I commented it out in the controller.xml. After this change the test ran successfully 80 times. Change-Id: Id0cfdd2464218173e91392ac9bb66e60a8f51595 Signed-off-by: Tom Pantelis (cherry picked from commit 817fba4cbd618da7f587b3a5c33ac1dd2450e983) --- .../samples/toaster-it/src/test/resources/controller.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/opendaylight/md-sal/samples/toaster-it/src/test/resources/controller.xml b/opendaylight/md-sal/samples/toaster-it/src/test/resources/controller.xml index bdbdb7bc40..c1f2ff2490 100644 --- a/opendaylight/md-sal/samples/toaster-it/src/test/resources/controller.xml +++ b/opendaylight/md-sal/samples/toaster-it/src/test/resources/controller.xml @@ -105,6 +105,7 @@ + @@ -337,10 +340,12 @@ inmemory-data-broker /modules/module[type='dom-inmemory-data-broker'][name='inmemory-data-broker'] + -- 2.36.6