From f33afd10dd2986e8f8ee8a6c882b05ea741f211a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 10 Jul 2020 08:38:22 +0200 Subject: [PATCH] Fix intermittent IT hangs Integration tests may hang due to pax-exam/surefire interaction. Switch to TCP communication channel to fix these. Change-Id: Ic4713ff63b073fdf03b8ee072d5a4ccaa20bf48e Signed-off-by: Robert Varga --- opendaylight/md-sal/mdsal-it-parent/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 26c9948f1c..7e929baaef 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -111,7 +111,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html maven-surefire-plugin + + 3.0.0-M5 + + ${settings.localRepository} -- 2.36.6