mariadb/mysql-test/suite/binlog_encryption
Sujatha 7df07c7666 MDEV-20953: binlog_encryption.rpl_corruption failed in buildbot due to wrong error code
Problem:
========
CURRENT_TEST: binlog_encryption.rpl_corruption

mysqltest: In included file "./include/wait_for_slave_io_error.inc":
...
At line 72: Slave stopped with wrong error code
**** Slave stopped with wrong error code: 1743 (expected 1595,1913) ****

Analysis:
========
The test emulates the corruption at the various stages of replication for
example in binlog file, in network and in relay log etc. It verifies that all
corruption cases are handled through appropriate error messages.

The test cases which emulate network failure expect following errors.
--ER_SLAVE_RELAY_LOG_WRITE_FAILURE (1595)
--ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE (1743)

Ideally test should expect error codes as 1595 and 1743.
But the test actually waits on incorrect error code 1595,1913

Fix:
===
Added appropriate error code for 'ER_NETWORK_READ_EVENT_CHECKSUM_FAILURE'.
Replaced 1913 with 1743.
2019-11-12 16:31:08 +05:30
..
binlog_incident.combinations MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_incident.result fix binlog_encryption.binlog_incident test 2016-12-06 09:45:51 +01:00
binlog_incident.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_index.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
binlog_index.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_ioerr.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_ioerr.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_mysqlbinlog-cp932-master.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_mysqlbinlog-cp932.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_mysqlbinlog-cp932.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_row_annotate-master.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_row_annotate.result fix binlog_encryption.binlog_incident test 2016-12-06 09:45:51 +01:00
binlog_row_annotate.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_write_error.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_write_error.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_xa_recover-master.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_xa_recover.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
binlog_xa_recover.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
disabled.def fix binlog_encryption.binlog_incident test 2016-12-06 09:45:51 +01:00
encrypted_master.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_master.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_master_lost_key.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_master_lost_key.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_master_switch_to_unencrypted.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_master_switch_to_unencrypted.result MDEV-11504 binlog_encryption.encrypted_master_switch_to_unencrypted fails sporadically in buildbot 2016-12-08 17:05:01 +02:00
encrypted_master_switch_to_unencrypted.test MDEV-11504 binlog_encryption.encrypted_master_switch_to_unencrypted fails sporadically in buildbot 2016-12-08 17:05:01 +02:00
encrypted_slave.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_slave.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encrypted_slave.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encryption_algorithms.combinations MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encryption_algorithms.inc MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encryption_combo.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encryption_combo.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
encryption_combo.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
multisource.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
multisource.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
multisource.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
my.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
mysqlbinlog.result MDEV-11319 mysqlbinlog crashes or fails with out of memory while reading some encrypted binlogs 2016-12-06 09:45:50 +01:00
mysqlbinlog.test MDEV-11319 mysqlbinlog crashes or fails with out of memory while reading some encrypted binlogs 2016-12-06 09:45:50 +01:00
restart_server.inc MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_binlog_errors.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_binlog_errors.result Merge branch '10.0' into 10.1 2016-12-11 09:53:42 +01:00
rpl_binlog_errors.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_cant_read_event_incident.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_cant_read_event_incident.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_checksum.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_checksum.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_checksum.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_checksum_cache.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_checksum_cache.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_corruption.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_corruption.result MDEV-20953: binlog_encryption.rpl_corruption failed in buildbot due to wrong error code 2019-11-12 16:31:08 +05:30
rpl_corruption.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_gtid_basic.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_gtid_basic.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_gtid_basic.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_incident.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_incident.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_incident.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_init_slave_errors.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_init_slave_errors.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_loaddata_local.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_loaddata_local.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_loadfile.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_loadfile.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_mixed_binlog_max_cache_size.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_mixed_binlog_max_cache_size.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_packet.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_packet.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_packet.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel_ignored_errors.result MDEV-20645: Replication consistency is broken as workers miss the error notification from an earlier failed group. 2019-09-30 13:22:37 +05:30
rpl_parallel_ignored_errors.test MDEV-20645: Replication consistency is broken as workers miss the error notification from an earlier failed group. 2019-09-30 13:22:37 +05:30
rpl_parallel_show_binlog_events_purge_logs.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel_show_binlog_events_purge_logs.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_parallel_show_binlog_events_purge_logs.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_relayrotate-slave.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_relayrotate.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_relayrotate.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_semi_sync.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_semi_sync.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_skip_replication.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_skip_replication.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_skip_replication.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_special_charset.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_special_charset.result Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
rpl_special_charset.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sporadic_master-master.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sporadic_master.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sporadic_master.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_ssl.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_ssl.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_stm_relay_ign_space-slave.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_stm_relay_ign_space.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_stm_relay_ign_space.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_switch_stm_row_mixed.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_switch_stm_row_mixed.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sync-master.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sync-slave.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sync.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_sync.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_default_to_default.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_default_to_default.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_default_to_default.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mariadb53_to_mysql56.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mariadb53_to_mysql56.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mariadb53_to_mysql56.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mysql56_to_mariadb53.cnf MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mysql56_to_mariadb53.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_temporal_format_mysql56_to_mariadb53.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_typeconv.result MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
rpl_typeconv.test MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
suite.pm MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
testdata.inc MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00
testdata.opt MDEV-9038 Binlog encryption tests 2016-12-05 20:19:01 +02:00