Skip to content

Commit

Permalink
CLOUD-2261 more tweaks to pass unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: rcernich <rcernich@redhat.com>
  • Loading branch information
rcernich committed Jun 8, 2018
1 parent fca2b70 commit c505a36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/features/datagrid/datagrid_split.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ 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
When container is started with env
| 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
When container is started with env
| 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/

0 comments on commit c505a36

Please sign in to comment.