pingcap / mysql-tester

A Golang implementation of MySQL Test Framework
Apache License 2.0
61 stars 62 forks source link

Hope to print the tested case name when starting a case #125

Closed xzhangxian1008 closed 4 months ago

xzhangxian1008 commented 4 months ago

Now we only print the info after a test case is finish, such as ./t/index_merge_intersection_trs.test: ok! 4356 test cases passed, take time 12.45473737 s. However, some tests may hang and we can not print the messages as the test could not end forever. It will make the programmer hard to know which case is hung.