Skip to content

Commit

Permalink
Merge pull request #259 from yibantianxia/mysql-8.0.25-olap-kp
Browse files Browse the repository at this point in the history
mask the native valgrind failure use case
  • Loading branch information
liuwei-ck authored Apr 21, 2022
2 parents 24aeee8 + e6a15f4 commit 2e5b6f9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
1 change: 0 additions & 1 deletion mysql-test/collections/disabled-pq-kp.def
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ main.file_contents : BUG#000 origin code fa
main.read_only_ddl : BUG#000 origin code failed
secondary_engine.cost_threshold : BUG#000 origin code failed
sys_vars.innodb_buffer_pool_size_basic : BUG#000 origin code failed
main.log_buffered-big : BUG#000 origin code failed

52 changes: 52 additions & 0 deletions mysql-test/collections/disabled-valgrind-pq-kp.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Tests in this file are disabled for --pq test.
auth_sec.secure_file_priv_warnings : BUG#001 origin code failed
component_keyring_file.encrypt_explicit : BUG#001 origin code failed
component_keyring_file.engine : BUG#001 origin code failed
component_keyring_file.keyring_component_status : BUG#001 origin code failed
component_keyring_file.keyring_encryption_test : BUG#001 origin code failed
component_keyring_file.load : BUG#001 origin code failed
component_keyring_file.log_encrypt_1 : BUG#001 origin code failed
component_keyring_file.log_encrypt_2 : BUG#001 origin code failed
component_keyring_file.log_encrypt_3 : BUG#001 origin code failed
component_keyring_file.log_encrypt_4 : BUG#001 origin code failed
component_keyring_file.log_encrypt_5 : BUG#001 origin code failed
component_keyring_file.log_encrypt_6 : BUG#001 origin code failed
component_keyring_file.log_encrypt_kill : BUG#001 origin code failed
component_keyring_file.migration : BUG#001 origin code failed
component_keyring_file.rpl_binlog_cache_encryption : BUG#001 origin code failed
component_keyring_file.table_encrypt_2 : BUG#001 origin code failed
component_keyring_file.table_encrypt_3 : BUG#001 origin code failed
component_keyring_file.table_encrypt_5 : BUG#001 origin code failed
component_keyring_file.table_encrypt_kill : BUG#001 origin code failed
component_keyring_file.tablespace_encrypt_1 : BUG#001 origin code failed
component_keyring_file.tablespace_encrypt_4 : BUG#001 origin code failed
component_keyring_file.tablespace_encrypt_6 : BUG#001 origin code failed
component_keyring_file.udf_test : BUG#001 origin code failed
component_keyring_file.undo_encrypt_basic : BUG#001 origin code failed
component_keyring_file.undo_encrypt_bootstrap : BUG#001 origin code failed
component_keyring_file.undo_tablespace_encrypt : BUG#001 origin code failed
gis.st_collect : BUG#001 origin code failed
innodb.innodb_buffer_pool_resize : BUG#000 origin code failed
innodb.innodb_buffer_pool_resize_with_chunks : BUG#000 origin code failed
main.archive_plugin : BUG#000 origin code failed
main.blackhole_plugin : BUG#000 origin code failed
main.bug12969156 : BUG#001 origin code failed
main.dd_pfs : BUG#000 origin code failed
main.file_contents : BUG#000 origin code failed
main.log_buffered-big : BUG#000 origin code failed
main.mysql_load_data_local_dir : BUG#000 origin code failed
main.mtr_unit_tests : BUG#000 origin code failed
main.range_with_memory_limit : BUG#000 origin code failed
main.read_only_ddl : BUG#000 origin code failed
main.udf : BUG#001 origin code failed
perfschema.error_log : BUG#001 origin code failed
rpl.rpl_connection_error_message : BUG#001 origin code failed
rpl.rpl_multi_source_init_failure : BUG#001 origin code failed
rpl.rpl_multi_source_mts_reset_worker_info : BUG#001 origin code failed
rpl_gtid.rpl_gtid_heartbeat_2slave : BUG#001 origin code failed
secondary_engine.cost_threshold : BUG#000 origin code failed
sys_vars.innodb_buffer_pool_size_basic : BUG#000 origin code failed
sys_vars.plugin_dir_basic : BUG#000 origin code failed
x.connection_multi_bind_address : BUG#001 origin code failed
x.connection_multi_bind_address_ipv6 : BUG#001 origin code failed

0 comments on commit 2e5b6f9

Please sign in to comment.