From e8e477ab80c6762fb05aebfe9becc630d2d51e39 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 14 Sep 2020 09:42:02 -0400 Subject: Release locks between junit tests Tdjam junits were randomly failing. Traced it down to the fact that the locks were being released asynchronously and thus were not always released when the next test cases requested them. Also simplified logging for tdjam junit tests. Fixed the property file so it isn't overwritten by the junit tests. Changes per review comments: - changed "Pattern" to "pattern" in logback xml Issue-ID: POLICY-2789 Change-Id: I325ec69cf7affa531d3c575e3a34bc0b0e1edac7 Signed-off-by: Jim Hahn --- controlloop/common/rules-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/rules-test/pom.xml') diff --git a/controlloop/common/rules-test/pom.xml b/controlloop/common/rules-test/pom.xml index c36eebb21..64f823ed5 100644 --- a/controlloop/common/rules-test/pom.xml +++ b/controlloop/common/rules-test/pom.xml @@ -110,7 +110,7 @@ org.powermock powermock-api-mockito2 - test + provided org.onap.policy.common -- cgit 1.2.3-korg