MySQL Forums
Forum List  »  Source, Builds, Binaries

mysql-5.0.33 - lot of tests failed in ssl mode.
Posted by: Remi Collet
Date: January 20, 2007 11:39AM

All tests succeed with ./mysql-test-run --skip-ssl

Some tests fail (SSL connection error) when running ./mysql-test-run --ssl

Configure options are (from Fedora spec file) :
--with-readline \
--with-openssl \
--without-debug \
--enable-shared \
--with-bench \
--localstatedir=/var/lib/mysql \
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--with-mysqld-user="mysql" \
--with-extra-charsets=all \
--with-innodb \
--with-berkeley-db \
--with-archive-storage-engine \
--with-csv-storage-engine \
--with-blackhole-storage-engine \
--with-federated-storage-engine \
--enable-local-infile \
--enable-largefile \
--enable-thread-safe-client \
--disable-dependency-tracking \
--with-named-thread-libs="-lpthread"


For example :
TEST RESULT TIME (ms)
-------------------------------------------------------

grant2 [ fail ]

Errors are (from /tmp/mysql-5.0.33/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 177: query 'connect con8,127.0.0.1,root,,test,$MASTER_MYPORT,' failed: 2026: SSL connection error
(the last lines may be the most important ones)
Result from queries before failure can be found in r/grant2.log

Tests which fail are :*** Failing the test(s): federated federated_archive federated_bug_13118 grant2 openssl_1 rpl000001 rpl000002 rpl000004 rpl000005 rpl000006 rpl000008 rpl000009 rpl000010 rpl000011 rpl000012 rpl000013 rpl_EE_error rpl_alter rpl_auto_increment rpl_auto_increment_11932 rpl_change_master rpl_charset rpl_commit_after_flush rpl_create_database rpl_ddl rpl_deadlock rpl_delete_all rpl_do_grant rpl_drop rpl_drop_db rpl_drop_temp rpl_dual_pos_advance rpl_empty_master_crash rpl_error_ignored_table rpl_failed_optimize rpl_flush_log_loop rpl_flush_tables rpl_free_items rpl_get_lock rpl_ignore_grant rpl_ignore_revoke rpl_ignore_table rpl_init_slave rpl_innodb rpl_insert_id rpl_insert_ignore rpl_insert_select rpl_loaddata rpl_loaddata_rule_m rpl_loaddata_rule_s rpl_loaddatalocal rpl_log rpl_log_pos rpl_many_optimize rpl_master_pos_wait rpl_max_relay_size rpl_misc_functions rpl_multi_delete rpl_multi_delete2 rpl_multi_query rpl_multi_update rpl_multi_update2 rpl_multi_update3 rpl_multi_update4 rpl_mystery22 rpl_openssl rpl_optimize rpl_packet rpl_ps rpl_redirect rpl_relayrotate rpl_relayspace rpl_replicate_do rpl_reset_slave rpl_rewrite_db rpl_server_id1 rpl_server_id2 rpl_session_var rpl_set_charset rpl_skip_error rpl_slave_status rpl_sp rpl_sp_effects rpl_sporadic_master rpl_start_stop_slave rpl_temporary rpl_timezone rpl_trigger rpl_trunc_temp rpl_until rpl_user_variables rpl_variables rpl_view skip_name_resolve wait_timeout

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql-5.0.33 - lot of tests failed in ssl mode.
2527
January 20, 2007 11:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.