summaryrefslogtreecommitdiffstats
path: root/tests/10ddf-fail-readd-readonly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: increase sleeps from 1s to 2sMateusz Kusiak2024-12-131-2/+2
| | | | | | | | | | | The issue here is that some of the tests sporadically fail due to things being still processed. Default 1s delays proven not to be sufficient for newly created CI, as tests tend to ocassionally fail. This patch increases default 1s sleep to 2s, to hopefully get rid of sporadical fails. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
* tests: never fail if --wait fails.NeilBrown2015-05-071-1/+1
| | | | | | | | | "--wait" will return non-zero status if it didn't need to wait. This is no a reason to fail a test. So ignore the return status from those commands. Signed-off-by: NeilBrown <neilb@suse.de>
* tests/10ddf-fail-readd-readonly: new unit test.mwilck@arcor.de2013-10-161-0/+71
A test for my recent patch "Monitor: write meta data in readonly state, sometimes". Test that a faulty disk is recorded in the meta data. Signed-off-by: Martin Wilck <mwilck@arcor.de> Signed-off-by: NeilBrown <neilb@suse.de>