Limit maria-recover.test to debug builds and non-ps-protocol for now. Reason is that non-debug Maria outputs
less corruption warnings (to be discussed), and mysqltest eats warnings when in ps-protocol (to be discussed). This is temporary until a better fix is decided. mysql-test/t/maria-recover.test: limit test to debug builds and non-ps-protocol for now
This commit is contained in:
parent
f829f23ee5
commit
280c989c4e
@ -1,6 +1,8 @@
|
||||
# Test of the --maria-recover option.
|
||||
|
||||
--source include/have_maria.inc
|
||||
--source include/have_debug.inc # will be removed
|
||||
|
||||
|
||||
select @@global.maria_recover;
|
||||
set global maria_recover=off;
|
||||
@ -46,7 +48,9 @@ perl;
|
||||
close FILE;
|
||||
EOF
|
||||
|
||||
disable_ps_protocol;
|
||||
select * from t_corrupted2; # should show corruption and repair messages
|
||||
enable_ps_protocol;
|
||||
select * from t_corrupted2; # should show just rows
|
||||
|
||||
drop database mysqltest;
|
||||
|
Loading…
x
Reference in New Issue
Block a user