From 44c43022590cccb867e5c4ff86bcef621899996d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 22 Aug 2019 22:09:28 +0000 Subject: Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'master' to 9b893196ff991931d31c412d822e5c24c643098d - Merge "CCSDK-1637: Fix DGWorkflowExecutionServiceTest fail if run 1st" - CCSDK-1637: Fix DGWorkflowExecutionServiceTest fail if run 1st The failure depends on the ordering of the test classes, which in turn depends on the file system ordering (Surefire plugin's default. See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#runOrder) This class is sharing the same SB context configuration of the BlueprintServiceLogicTest, but the later manually changes the global BluePrintDependencyService. It was fixed by repeating the same change on the DGWorkflowExecutionServiceTest. Change-Id: I6f76948a766f8d56446a987cb61a781dc0d3f501 Issue-ID: CCSDK-1637 Signed-off-by: ebo --- docs/submodules/ccsdk/cds.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index 219d032f0..9b893196f 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit 219d032f0ae6a734d79cba5dba381123f7ef33c4 +Subproject commit 9b893196ff991931d31c412d822e5c24c643098d -- cgit 1.2.3-korg