1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/test
Jonathan Brassow 1d06868240 TEST: Unaccounted possible output causing failure
lvchange-raid.sh checks to ensure that the 'p'artial flag takes
precedence over the 'w'ritemostly flag by disabling and reenabling
a device in the array.  Most of the time this works fine, but
sometimes the kernel can notice the device failure before it is
reenabled.  In that case, the attr flag will not return to 'w', but
to 'r'efresh.  This is because 'r'efresh also takes precedence over
the 'w'ritemostly flag.  So, we also do a quick check for 'r' and
not just 'w'.
2013-09-12 13:23:53 -05:00
..
api TEST: Be explicit about which mirror segment type to use. 2013-08-07 15:48:31 -05:00
lib tests: extend harness with output of /var/log/messages 2013-09-12 13:30:12 +02:00
shell TEST: Unaccounted possible output causing failure 2013-09-12 13:23:53 -05:00
unit makefiles: cleanup update 2013-06-04 15:57:18 +02:00
.gitignore gitignore: Remove redundant test dir entry 2012-06-08 23:34:15 +01:00
Makefile.in test: Add a new "check_full" target, which also tests with real /dev. 2013-08-28 14:53:23 +02:00