DBD-MariaDB icon indicating copy to clipboard operation
DBD-MariaDB copied to clipboard

Version 1.23 92ssl_connection.t fails in openSUSE Build Service

Open perlpunk opened this issue 7 months ago • 7 comments

It started to fail in openSUSE Tumbleweed about two weeks ago, maybe an issue with a dependency that changed its output?

https://build.opensuse.org/package/live_build_log/devel:languages:perl/perl-DBD-MariaDB/openSUSE_Tumbleweed/x86_64

[    6s] [156/170] cumulate libmariadb3-3.3.10-1.1
[    6s] [159/170] cumulate mariadb-client-11.4.2-1.1
[    6s] [168/170] cumulate mariadb-11.4.2-1.1
[    6s] [170/170] cumulate libmariadb-devel-3.3.10-1.1
...
[   18s] 2024-07-04 22:24:19 120 [Warning] Aborted connection 120 to db: 'unconnected' user: 'unauthenticated' host: 'localhost' (This connection closed normally without authentication)
[   18s] 
[   18s] #   Failed test 'DBD::MariaDB supports mariadb_ssl=1 without mariadb_ssl_optional=1 and fail because cannot enforce SSL encryption'
[   18s] #   at t/92ssl_connection.t line 32.
[   18s] #                   'TLS/SSL error: self-signed certificate'
[   18s] #     doesn't match '(?^:^SSL connection error: )'
[   18s] # Error message: TLS/SSL error: self-signed certificate
[   18s] # Looks like you failed 1 test of 2.
[   18s] t/92ssl_connection.t .................... 
[   18s] Dubious, test returned 1 (wstat 256, 0x100)
[   18s] Failed 1/2 subtests 

perlpunk avatar Jul 08 '24 16:07 perlpunk