Right now when looking for tests with "bug" in their name i find
./tests/t/update_is_truncate_on_temp_bug_lp387627.test ./tests/t/parser_bug21114_innodb.test ./tests/t/bug_lp611379.test ./tests/t/mysql_bug2397.test ./tests/t/bug588408.test so there are tests with just a bug number in their name (so that one can only guess by the number of digits whether it is a launchpad or bugs.mysql.com bug), some using "lp" or "mysql_bug" as prefix, some only mentioning the bug number while others also include a short synopsis in the test file name ... Personally i like the "$synopsis_bug_(lp|mysql)####.test" naming approach as seen in "update_is_truncate_on_temp_bug_lp387627.test" best (even though it leads to rather long names) so i'm going to name the few tests i'm working on right now in a similar way ... _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

