mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 19:55:44 +01:00
- The test was inadvertently skipped on Windows CI, due to the unjustified addition of include/have_tlsv13.inc in MDEV-33834 (log TLS version). That include didn't make sense here and just reduced coverage. - Once skipped, the test got broken later by MDEV-12182 changes. Originally it expected only one localhost:PORT line in the audit log, assuming Unix socket connections. But on Windows, MTR uses TCP by default, so all entries had :PORT, and the diff failed. Fix: - Forced tcp connection for server_audit.test, via .cnf file Re-recorded result unix_socket + server_audit is still covered by other tests. - Dropped the have_tlsv13.inc include to restore coverage—it wasn't testing TLS versions or ciphers anyway |
||
|---|---|---|
| .. | ||
| audit_null.test | ||
| audit_null_debug.test | ||
| auth_ed25519.test | ||
| auth_v0100.test | ||
| binlog-simple_plugin_check.test | ||
| compression.combinations | ||
| compression.test | ||
| compression_load.test | ||
| cracklib_password_check.test | ||
| dialog.test | ||
| false_dupes-6543.test | ||
| feedback_plugin_install.opt | ||
| feedback_plugin_install.test | ||
| feedback_plugin_load.opt | ||
| feedback_plugin_load.test | ||
| feedback_plugin_send.test | ||
| fulltext_notembedded.test | ||
| fulltext_plugin.test | ||
| locales.opt | ||
| locales.test | ||
| max_password_errors_auth_named_pipe.opt | ||
| max_password_errors_auth_named_pipe.test | ||
| max_password_errors_auth_socket.opt | ||
| max_password_errors_auth_socket.test | ||
| multiauth.test | ||
| pam.test | ||
| pam_cleartext.opt | ||
| pam_cleartext.test | ||
| pam_init.inc | ||
| pam_v1.test | ||
| parsec.opt | ||
| parsec.test | ||
| password_reuse_check.test | ||
| processlist.test | ||
| qc_info.test | ||
| qc_info_init.inc | ||
| qc_info_init.opt | ||
| qc_info_priv.test | ||
| rpl_auth.combinations | ||
| rpl_auth.test | ||
| server_audit.cnf | ||
| server_audit.opt | ||
| server_audit.test | ||
| server_audit_pwd_mask.test | ||
| show_all_plugins.test | ||
| simple_password_check.test | ||
| sql_error_log.test | ||
| sql_error_log_withdbinfo.opt | ||
| sql_error_log_withdbinfo.test | ||
| test_sql_service.opt | ||
| test_sql_service.test | ||
| thread_pool_server_audit.opt | ||
| thread_pool_server_audit.test | ||
| two_password_validations.test | ||
| unix_socket.test | ||
| unix_socket_osuser_match_auth_string.test | ||