[MDEV-22658] feedback_plugin_send failed in buildbot Created: 2020-05-21 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | KVM, buildbot, plugins, tests | ||
| Attachments: |
|
| Description |
|
With WITH_SSL=OFF test is passing
With option WITH_SSL=bundled failure is reproducible as in case of kvm-asan builder:
WITH_SSL=bundled defined in cmake/ssl.cmake
Relevant history of the test: |
| Comments |
| Comment by Anel Husakovic [ 2020-05-21 ] | |||||||||||
|
Possible problem with
generated from
| |||||||||||
| Comment by Marko Mäkelä [ 2020-05-22 ] | |||||||||||
|
As far as I can tell, the test fails also on 10.1. It currently is the only 10.1 failure on Mac OS X. See http://buildbot.askmonty.org/buildbot/builders/mac-1012-bintar/builds/7203 for a recent example. That compilation appears to use a bundled SSL library. | |||||||||||
| Comment by Daniel Black [ 2020-06-19 ] | |||||||||||
|
10.1-bf74f7f9ff40f8a17e739e9ab6f5c906ccb9e892-WITH_SSL:STRING=bundled connects with TLS-1.1 which isn't supported by the server. ref: https://www.ssllabs.com/ssltest/analyze.html?d=mariadb.org&s=2a01%3a4f8%3a121%3a3039%3a0%3a0%3a0%3a2 with newer ssl on 10.1 branch: | |||||||||||
| Comment by Daniel Black [ 2020-06-19 ] | |||||||||||
|
see MDEV-21881 for more detailed TLS/SSL compatibility per branch. |