mariadb/mysql-test/include
Sachin Setiya 76f7aac8e0 MDEV-13065 rpl.rpl_mdev-11092 fails sporadically in buildbot
Problem
rpl.rpl_mdev-11092 fails in buildbot because after starting slave in
wait_for_slave_sql_error_and_skip.inc slave is started but there may be
chances that we have not skipped the last error and Last_SQL_Errno is
still not zero untill the end of rpl_end.inc , which will compare
Last_SQL_Errno to 0. So in this this case rpl_mdev-11092 fails.

Solution
After starting slave in wait_for_slave_sql_error_and_skip.inc we will wait for
Last_SQL_Errno to become 0.
2017-07-19 16:42:01 +05:30
..
add_anonymous_users.inc
analyze-sync_with_master.test
analyze-timeout.test
assert.inc
begin_include_file.inc BUG#11745230: 12133: MASTER.INDEX FILE KEEPS MYSQLD FROM STARTING IF 2011-11-24 17:15:58 +00:00
big_test.inc
binlog_inject_error.inc rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
binlog_start_pos.inc
bug38347.inc
check-testcase.test
check-warnings.test rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
check_concurrent_insert.inc
check_events_off.inc
check_ftwrl_compatible.inc
check_ftwrl_incompatible.inc
check_ipv6.inc overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
check_key_reads.inc
check_key_req.inc
check_no_concurrent_insert.inc
check_no_row_lock.inc
check_shared_row_lock.inc
check_slave_is_running.inc
check_slave_no_error.inc
check_slave_param.inc
check_var_limit.inc
cleanup_fake_relay_log.inc
commit.inc
common-tests.inc Made the optimizer switch flags 'outer_join_with_cache', 'semijoin_with_cache' 2011-12-15 00:21:15 -08:00
concurrent.inc
connect2.inc
count_sessions.inc
ctype_8bit.inc
ctype_common.inc MDEV-6134 SUBSTRING_INDEX returns wrong result for 8bit character sets when delimiter is not found 2014-04-21 10:13:38 +04:00
ctype_czech.inc
ctype_datetime.inc
ctype_filesort.inc MDEV-5453 Assertion `src' fails in my_strnxfrm_unicode on GROUP BY MID(..) WITH ROLLUP 2013-12-17 15:19:26 +04:00
ctype_filesort2.inc Bug#16691598 - ORDER BY LOWER(COLUMN) PRODUCES OUT-OF-ORDER RESULTS 2013-11-07 16:46:24 +05:30
ctype_german.inc
ctype_innodb_like.inc
ctype_like.inc
ctype_like_escape.inc
ctype_like_ignorable.inc
ctype_like_range_f1f2.inc
ctype_numconv.inc MDEV-10524 Assertion `arg1_int >= 0' failed in Item_func_additive_op::result_precision() 2016-12-19 14:28:08 +04:00
ctype_regex.inc pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ctype_str_to_date.inc MDEV-4842 STR_TO_DATE does not work with UCS2/UTF16/UTF32 2013-11-08 14:18:16 +04:00
ctype_utf8_ilseq.inc MDEV-7649 wrong result when comparing utf8 column with an invalid literal 2015-04-24 11:00:34 +04:00
ctype_utf8_table.inc
ctype_utf8mb4.inc
daemon_example_bad_format.ini
daemon_example_bad_soname.ini
dbt3_s001.inc Implementation of the MWL#247: Make the optimizer use extended keys. 2011-12-31 02:25:57 -08:00
ddl_i18n.check_events.inc
ddl_i18n.check_sp.inc
ddl_i18n.check_triggers.inc pbxt suite is now a main-pbxt overlay 2012-02-29 21:55:04 +01:00
ddl_i18n.check_views.inc
deadlock.inc
default_client.cnf overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
default_my.cnf mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
default_mysqld.cnf feedback plugin debug 2015-11-18 11:23:15 +01:00
default_ndbd.cnf
delete_anonymous_users.inc
diff_tables.inc
end_include_file.inc
endspace.inc
file_does_not_exist.inc
get_relay_log_pos.inc BUG#12359942- REPLICATION TEST FROM ENGINE SUITE RPL_ROW_UNTIL TIMES OUT 2013-02-15 00:40:32 +05:30
gis_generic.inc
gis_keys.inc Fixed compiler warnings and other bugs found by buildbot. 2011-11-30 18:44:51 +02:00
grant_cache.inc
have_archive.inc
have_archive.opt
have_big5.inc
have_binlog_checksum_off.inc
have_binlog_format_mixed.inc
have_binlog_format_mixed.opt
have_binlog_format_mixed_or_row.inc
have_binlog_format_mixed_or_statement.inc
have_binlog_format_row.inc
have_binlog_format_row.opt
have_binlog_format_row_or_statement.inc
have_binlog_format_statement.inc
have_binlog_format_statement.opt
have_blackhole.inc
have_blackhole.opt
have_case_insensitive_file_system.inc
have_case_insensitive_fs.inc
have_case_sensitive_file_system.inc
have_collation.inc
have_compress.inc
have_cp866.inc
have_cp932.inc
have_cp1250_ch.inc
have_cp1251.inc
have_crypt.inc
have_csv.inc
have_dbi_dbd-mysql.inc Backport from 10.0-base fix for tests failing when vardir has no execute permissions. 2013-08-20 10:42:38 +02:00
have_debug.inc remove few .require files and one duplicate have_*inc file. 2012-02-23 07:52:27 +01:00
have_debug_sync.inc fix have_debug_sync.inc to be more robust 2013-04-04 11:37:13 +02:00
have_eucjpms.inc
have_euckr.inc
have_example_plugin.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_gb2312.inc
have_gbk.inc
have_geometry.inc
have_innodb.combinations XtraDB from Percona-Server-5.5.28-rel29.1 2012-11-22 11:43:55 +01:00
have_innodb.inc overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
have_ipv4_mapped.inc
have_koi8r.inc
have_latin2_ch.inc
have_local_infile.inc
have_log_bin-master.opt
have_log_bin-slave.opt
have_log_bin.inc
have_lowercase0.inc
have_lowercase1.inc
have_lowercase2.inc
have_maria.inc
have_multi_ndb.inc
have_mutex_deadlock_detector.inc
have_mysql_upgrade.inc
have_ndb.inc
have_ndb_extra.inc
have_ndbapi_examples.inc
have_not_innodb_plugin.inc
have_outfile.inc
have_partition.inc
have_partition.opt overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
have_perfschema.inc Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
have_plugin_auth.inc 5.3 merge 2012-01-13 15:50:02 +01:00
have_plugin_auth.opt remove duplicate .opt with AUTH_PLUGIN_SO 2012-01-13 15:52:19 +01:00
have_plugin_interface.inc
have_plugin_server.inc
have_pool_of_threads.inc
have_profiling.inc
have_query_cache.inc
have_semisync_plugin.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_simple_parser.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_sjis.inc
have_ssl.inc
have_ssl_communication.inc
have_ssl_crypto_functs.inc
have_symlink.inc
have_tis620.inc
have_ucs2.inc
have_udf.inc Addendum to the fix for bug #11754014 2012-01-20 13:35:48 +02:00
have_ujis.inc
have_unix_socket.inc don't run unix_socket tests when $USER is already present in mysql.user 2014-03-13 20:12:50 +01:00
have_utf8.inc
have_utf8mb4.inc
have_utf16.inc
have_utf32.inc
have_working_dns.inc
have_xtradb.combinations misc test/result fixes 2012-03-01 17:04:57 +01:00
have_xtradb.inc don't even try to run xtradb-only tests with innodb, use have_xtradb.combinations. 2012-02-23 09:18:48 +01:00
icp_tests.inc MDEV-4778: Incorrect results from Aria/MyISAM SELECT using index with prefix length on TEXT column 2013-07-16 10:56:42 +04:00
implicit_commit_helper.inc
index_merge1.inc 5.3 merge 2012-01-13 15:50:02 +01:00
index_merge2.inc Fixed random test failure 2012-09-10 17:26:54 +03:00
index_merge_2sweeps.inc
index_merge_ror.inc
index_merge_ror_cpk.inc
innodb-index.inc
innodb_rollback_on_timeout.inc allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_trx_weight.inc
install_semisync.inc mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
io_thd_fault_injection.inc rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
ipv6.inc
ipv6_clients.inc
is_embedded.inc
kill_query.inc
kill_query_and_diff_master_slave.inc
libdaemon_example.ini BUG#12969301 : mysql_plugin: enable is ignored if plugin exists 2012-01-24 11:08:57 -05:00
linux_sys_vars.inc
load_sysvars.inc
loaddata_autocom.inc
long_test.inc
maria_empty_logs.inc
maria_make_snapshot.inc
maria_make_snapshot_for_comparison.inc
maria_make_snapshot_for_feeding_recovery.inc
maria_verify_recovery.inc rename debug variable to debug_dbug, to make test pass in release builds 2011-12-15 22:07:58 +01:00
master-slave.inc
min_null_cond.inc
mix1.inc 5.3 merge 2012-01-13 15:50:02 +01:00
mix2.inc
mix2_ucs2.inc
mrr_tests.inc
mtr_check.sql MySQL-5.5.36 merge 2014-02-17 11:00:51 +01:00
mtr_warnings.sql Fix too agressive long semaphore wait output and add guard against introducing 2014-07-24 14:35:09 +03:00
mysql_upgrade_preparation.inc
mysqladmin_shutdown.inc
mysqlbinlog_have_debug.inc BUG#11762667:MYSQLBINLOG IGNORES ERRORS WHILE WRITING OUTPUT 2012-07-03 18:00:21 +05:30
mysqldump.inc
mysqlhotcopy.inc for mysql-test: fix mysqlhotcopy script to return a predictable exit code 2014-09-16 13:35:28 +02:00
mysqltest-x.inc
ndb_backup.inc
ndb_backup_print.inc
ndb_default_cluster.inc
ndb_master-slave.inc
ndb_master-slave_2ch.inc
ndb_not_readonly.inc
ndb_restore_master.inc
ndb_restore_slave_eoption.inc
ndb_setup_slave.inc
ndb_wait_connected.inc
no_running_event_scheduler.inc
no_running_events.inc
no_valgrind_without_big.inc
not_as_root.inc
not_binlog_format_row.inc
not_blackhole.inc
not_crashrep.inc mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
not_debug.inc remove few .require files and one duplicate have_*inc file. 2012-02-23 07:52:27 +01:00
not_embedded.inc overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
not_ndb.inc
not_ndb_default.inc
not_openssl.inc
not_parallel.inc
not_staging.inc
not_threadpool.inc
not_valgrind.inc
not_var_link.inc
not_windows.inc
not_windows_embedded.inc
one_thread_per_connection.inc
parser_bug21114.inc
partition_date_range.inc
platform.combinations instead of having win/notwin tests that only differ in results, 2012-02-23 09:24:11 +01:00
platform.inc instead of having win/notwin tests that only differ in results, 2012-02-23 09:24:11 +01:00
plugin.defs BUG#14485479: INSTALL AUDIT PLUGIN HANGS IF WE TRY TO 2012-10-31 12:40:48 +05:30
ps_conv.inc
ps_create.inc
ps_ddl_1.inc
ps_modify.inc
ps_modify1.inc
ps_query.inc
ps_renew.inc
query_cache.inc merge from mysql-5.1 2012-02-29 21:18:50 +01:00
query_cache_partitions.inc fixed MySQL bug#53775: 2012-07-13 22:17:32 +03:00
query_cache_sql_prepare.inc
read_many_rows.inc
relocate_binlogs.inc BUG#11745230 2011-12-01 00:54:54 +00:00
restart_mysqld.inc MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbot 2015-09-27 18:01:47 +03:00
restart_slave_sql.inc
rowid_order.inc
rpl_change_topology.inc
rpl_connect.inc
rpl_connection.inc
rpl_connection_master.inc
rpl_connection_slave.inc
rpl_connection_slave1.inc
rpl_diff.inc
rpl_end.inc
rpl_events.inc
rpl_for_each_slave.inc
rpl_generate_sync_chain.inc
rpl_init.combinations per-file combinations 2012-02-06 21:36:56 +01:00
rpl_init.inc mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
rpl_ip_mix.inc
rpl_ip_mix2.inc
rpl_ipv6.inc
rpl_loaddata_charset.inc
rpl_multi_engine.inc
rpl_multi_engine2.inc
rpl_multi_engine3.inc
rpl_reconnect.inc
rpl_reset.inc
rpl_restart_server.inc
rpl_start_server.inc Bug#11756600 - SLAVE THREAD CAN CRASH IF EVENT SCHEDULER 2012-10-08 23:35:15 +05:30
rpl_start_slaves.inc
rpl_stmt_seq.inc
rpl_stop_server.inc
rpl_stop_slaves.inc
rpl_sync.inc
rpl_udf.inc misc test/result fixes 2012-03-02 08:32:16 +01:00
running_event_scheduler.inc
safe_set_to_maybe_ro_var.inc
save_master_pos.inc
search_pattern_in_file.inc support SEARCH_RANGE in search_pattern_in_file.inc 2016-04-25 22:46:43 +02:00
select_ndb_apply_status.inc
set_binlog_format_mixed.sql
set_binlog_format_row.sql
set_binlog_format_statement.sql
setup_fake_relay_log.inc
show_binary_logs.inc
show_binlog_events.inc
show_binlog_events2.inc
show_binlog_using_logname.inc
show_events.inc
show_master_logs.inc
show_master_status.inc
show_msg.inc
show_msg80.inc
show_relaylog_events.inc
show_rpl_debug_info.inc
show_slave_hosts.inc BUG#13333431 - INCORRECT DEFAULT PORT IN 'SHOW SLAVE HOSTS' OUTPUT 2012-02-28 14:02:27 +05:30
show_slave_status.inc merge with mysql-5.5.21 2012-03-09 08:06:59 +01:00
sp-vars.inc
start_slave.inc
stop_dump_threads.inc Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-05-05 22:22:15 +05:30
stop_slave.inc
stop_slave_io.inc
stop_slave_sql.inc
strict_autoinc.inc Fix for MDEV-533: Confusing error code when doing auto-increment insert for out-of-range values 2012-09-18 15:14:19 +03:00
subselect_mat_cost.inc
support_long_file_names.inc MDEV-4214 : main.partition_rename_longfilename fails on eCryptFS 2013-03-14 16:52:20 +04:00
sync_io_with_master.inc
sync_slave_io_with_master.inc
sync_slave_sql_with_io.inc
system_db_struct.inc
test_fieldsize.inc
test_outfile.inc
testdb_only.inc
tpcb.inc
tpcb_disk_data.inc
truncate_file.inc
type_hrtime.inc
uninstall_semisync.inc Bug#17638477 UNINSTALL AND INSTALL SEMI-SYNC PLUGIN CAUSES SLAVES TO BREAK 2014-05-05 22:22:15 +05:30
unsafe_binlog.inc
uses_vardir.inc
varchar.inc
view_alias.inc
wait_condition.inc
wait_condition_sp.inc
wait_for_binlog_event.inc
wait_for_ndb_to_binlog.inc BUG#12364404 - UNDETERMINISTIC WAIT LOOP IN WAIT_FOR_NDB_TO_BINLOG.INC 2012-01-23 16:50:54 +00:00
wait_for_query_to_fail.inc
wait_for_query_to_succeed.inc
wait_for_slave_io_error.inc BUG#13050593 - BACKSLASH SWALLOWED BY INCLUDE/SHOW_SLAVE_STATUS.INC 2012-01-19 16:56:43 +00:00
wait_for_slave_io_to_start.inc
wait_for_slave_io_to_stop.inc
wait_for_slave_param.inc After-merge fixes for 5.5 merge. 2011-12-14 12:02:03 +01:00
wait_for_slave_sql_error.inc
wait_for_slave_sql_error_and_skip.inc MDEV-13065 rpl.rpl_mdev-11092 fails sporadically in buildbot 2017-07-19 16:42:01 +05:30
wait_for_slave_sql_to_start.inc
wait_for_slave_sql_to_stop.inc
wait_for_slave_to_start.inc
wait_for_slave_to_stop.inc
wait_for_status_var.inc
wait_show_condition.inc
wait_until_connected_again.inc Fix a few failing tests on win2008r2-vs2010-amd64-debug 2012-01-26 16:55:40 +01:00
wait_until_count_sessions.inc MDEV-6528 review debian patches for mysql 2014-10-02 11:58:24 +02:00
wait_until_disconnected.inc Fixed compiler and test failures found by buildbot 2012-01-08 20:29:05 +02:00
wait_until_rows_count.inc
windows.inc
windows_sys_vars.inc
world.inc Change a couple of permissions that cause lintian warnings in .deb packaging and don't really hurt to fix. 2014-08-13 15:46:39 +02:00
world_schema.inc Change a couple of permissions that cause lintian warnings in .deb packaging and don't really hurt to fix. 2014-08-13 15:46:39 +02:00
world_schema1.inc
write_var_to_file.inc