From 6c196778fbd68f7929e396d4df1dc585f973449d Mon Sep 17 00:00:00 2001 From: rcernich Date: Wed, 6 Jun 2018 11:18:12 -0600 Subject: [PATCH] CLOUD-2261 more tweaks to pass unit tests Signed-off-by: rcernich --- tests/features/datagrid/datagrid_split.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/features/datagrid/datagrid_split.feature b/tests/features/datagrid/datagrid_split.feature index 6148b55c..ea2c1b5c 100644 --- a/tests/features/datagrid/datagrid_split.feature +++ b/tests/features/datagrid/datagrid_split.feature @@ -4,7 +4,7 @@ Feature: Openshift DataGrid SPLIT tests Scenario: Ensure split doesn't happen with regular configuration When container is ready Then container log should match regex .*Data Grid.*started.* - And available container log should not contain Attempting to obtain lock for directory: + And available container log should contain jboss.server.data.dir = /opt/datagrid/standalone/data @jboss-datagrid-6 @jboss-datagrid-7 Scenario: Ensure split happens with SPLIT_DATA @@ -12,7 +12,7 @@ Feature: Openshift DataGrid SPLIT tests | variable | value | | SPLIT_DATA | TRUE | Then container log should match regex .*Data Grid.*started.* - And available container log should contain Attempting to obtain lock for directory: + And available container log should contain jboss.server.data.dir = /opt/datagrid/standalone/partitioned_data/ @jboss-datagrid-7 Scenario: Ensure split happens with DATAGRID_SPLIT @@ -20,4 +20,4 @@ Feature: Openshift DataGrid SPLIT tests | variable | value | | DATAGRID_SPLIT | TRUE | Then container log should match regex .*Data Grid.*started.* - And available container log should contain Attempting to obtain lock for directory: + And available container log should contain jboss.server.data.dir = /opt/datagrid/standalone/partitioned_data/