rocksdb.allow_to_start_after_corruption 'write_committed' w4 [ fail ] timeout after 900 seconds
|
Test ended at 2019-09-03 20:33:16
|
|
Test case timeout after 900 seconds
|
|
== /dev/shm/var/4/log/allow_to_start_after_corruption.log ==
|
1 1
|
set session debug_dbug= "+d,rocksdb_return_status_corrupted";
|
select * from t1 where pk=1;
|
ERROR HY000: Lost connection to MySQL server during query
|
FOUND 1 /data corruption detected/ in allow_to_start_after_corruption_debug.err
|
#
|
# The same for scan queries
|
#
|
select * from t1;
|
pk col1
|
1 1
|
2 2
|
3 3
|
set session debug_dbug= "+d,rocksdb_return_status_corrupted";
|
select * from t1;
|
ERROR HY000: Lost connection to MySQL server during query
|
FOUND 1 /data corruption detected/ in allow_to_start_after_corruption_debug.err
|
#
|
# Test restart failure. The server is shutdown at this point.
|