File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments