mariadb/mysql-test/suite/plugins
Vladislav Vaintroub d4d0dd00b7 MDEV-37031 Fix broken server_audit.test on Windows
- 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
2025-06-27 17:19:12 +02:00
..
r MDEV-37031 Fix broken server_audit.test on Windows 2025-06-27 17:19:12 +02:00
t MDEV-37031 Fix broken server_audit.test on Windows 2025-06-27 17:19:12 +02:00
disabled.def Merge branch '10.1' into 10.2 2019-07-26 07:03:39 +02:00
suite.pm MDEV-23024 Remove Cassandra Storage Engine 2020-07-14 16:24:50 +03:00