]
Martin Simka updated WFCORE-1722:
---------------------------------
Summary: Tests for ignore-unused-configuration in conjunction with --backup (was:
Tests for ignore-unused-configuration in conjuction with --backup)
Tests for ignore-unused-configuration in conjunction with --backup
------------------------------------------------------------------
Key: WFCORE-1722
URL:
https://issues.jboss.org/browse/WFCORE-1722
Project: WildFly Core
Issue Type: Enhancement
Components: Test Suite
Reporter: Martin Simka
Assignee: Martin Simka
Add new tests that check that ignore-unused-resources works as expected in combination
with --backup:
* check that if ignore-unused-resources is undefined and --backup not set, then the
behavior is as if the attribute had a value of 'true'
* check that if ignore-unused-resources is undefined and --backup is set, then the
behavior is as if the attribute had a value of 'false'
* no need to check that if ignore-unused-resources is true and --backup not set, this is
already covered by other tests
* check that if ignore-unused-resources is true and --backup is set, slave does not have
full domain config
* check that if ignore-unused-resources is false and --backup not set, then the slave has
full domain config
* check that if ignore-unused-resources is false and --backup is set, then the slave has
full domain config