Skip to content

Commit c505a36

Browse files
committed
CLOUD-2261 more tweaks to pass unit tests
Signed-off-by: rcernich <[email protected]>
1 parent fca2b70 commit c505a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/features/datagrid/datagrid_split.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ Feature: Openshift DataGrid SPLIT tests
44
Scenario: Ensure split doesn't happen with regular configuration
55
When container is ready
66
Then container log should match regex .*Data Grid.*started.*
7-
And available container log should not contain Attempting to obtain lock for directory:
7+
And available container log should contain jboss.server.data.dir = /opt/datagrid/standalone/data
88

99
@jboss-datagrid-6 @jboss-datagrid-7
1010
Scenario: Ensure split happens with SPLIT_DATA
1111
When container is started with env
1212
| variable | value |
1313
| SPLIT_DATA | TRUE |
1414
Then container log should match regex .*Data Grid.*started.*
15-
And available container log should contain Attempting to obtain lock for directory:
15+
And available container log should contain jboss.server.data.dir = /opt/datagrid/standalone/partitioned_data/
1616

1717
@jboss-datagrid-7
1818
Scenario: Ensure split happens with DATAGRID_SPLIT
1919
When container is started with env
2020
| variable | value |
2121
| DATAGRID_SPLIT | TRUE |
2222
Then container log should match regex .*Data Grid.*started.*
23-
And available container log should contain Attempting to obtain lock for directory:
23+
And available container log should contain jboss.server.data.dir = /opt/datagrid/standalone/partitioned_data/

0 commit comments

Comments
 (0)