On Wed, Mar 25, 2015 at 02:27:35PM +0100, Jan Ťulák wrote: > Tests can use any name now, not 3 digits only. > (e.g. a test can be named "tests/generic/some-name") Good idea. > The only limitation on a test name is no whitespace and no dot. IMHO we don't need to be too creative, the limitations make sense. I have a proposal for slight modification to the naming scheme: NNN-free-text where NNN is a unique number among all tests in the same directory. Why? Convenience, a shortcut for the long test descriptions. We usually say that test 123 fails and some other does not, I personally find it very handy and would like to keep that. I've enforced this naming scheme for btrfs-progs userspace tests: https://github.com/kdave/btrfs-progs/tree/master/tests/fsck-tests The preference might be different for others though, but we can still try to follow the scheme inside the tests/btrfs/ directory. Otherwise the patch looks ok to me. -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html