初版
This commit is contained in:
17
build/lib/mysql/mysql-test/include/check-testcase.test
Normal file
17
build/lib/mysql/mysql-test/include/check-testcase.test
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#
|
||||
# This test is executed twice for each test case if mysql-test-run is passed
|
||||
# the flag --check-testcase. Before every testcase it is run with mysqltest
|
||||
# in record mode and will thus produce an output file that can be compared
|
||||
# to output from after the tescase.
|
||||
# In that way its possible to check that a testcase does not have
|
||||
# any unwanted side affects.
|
||||
#
|
||||
--disable_query_log
|
||||
--replace_column 5 # 6 # 7 # 8 # 9 # 10 # 22 # 23 # 24 # 25 # 26 #
|
||||
query_vertical
|
||||
SHOW SLAVE STATUS;
|
||||
|
||||
call mtr.check_testcase();
|
||||
--enable_query_log
|
||||
|
||||
Reference in New Issue
Block a user