Details
Description
With WITH_SSL=OFF test is passing
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
plugins.feedback_plugin_send [ pass ] 311834
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 311.834 of 316 seconds executing testcases
|
|
Completed: All 1 tests were successful.
|
With option WITH_SSL=bundled failure is reproducible as in case of kvm-asan builder:
MTR_FEEDBACK_PLUGIN=1 ./mysql-test/mtr feedback_plugin_send
|
Logging: /home/anel/mariadb/10.2/mysql-test/mysql-test-run.pl feedback_plugin_send
|
vardir: /home/anel/mariadb/builds/10.2/mysql-test/var
|
Checking leftover processes...
|
Removing old var directory...
|
Creating var directory '/home/anel/mariadb/builds/10.2/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 10.2.33-MariaDB-debug
|
- SSL connections supported
|
- binaries are debug compiled
|
- binaries built with wsrep patch
|
Collecting tests...
|
Installing system database...
|
|
==============================================================================
|
|
TEST RESULT TIME (ms) or COMMENT
|
--------------------------------------------------------------------------
|
|
worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
|
plugins.feedback_plugin_send [ fail ]
|
Test ended at 2020-05-21 12:58:15
|
|
CURRENT_TEST: plugins.feedback_plugin_send
|
--- /home/anel/mariadb/10.2/mysql-test/suite/plugins/r/feedback_plugin_send.result 2020-02-05 15:08:23.733964260 +0100
|
+++ /home/anel/mariadb/10.2/mysql-test/suite/plugins/r/feedback_plugin_send.reject 2020-05-21 12:58:15.140576150 +0200
|
@@ -25,5 +25,4 @@
|
1 Collation used utf8_bin
|
1 Collation used utf8_general_ci
|
set global sql_mode=ONLY_FULL_GROUP_BY;
|
-6: feedback plugin: report to 'http://mariadb.org/feedback_plugin/post' was sent
|
-6: feedback plugin: server replied 'ok'
|
+6: feedback plugin: ssl failed for url 'http://mariadb.org/feedback_plugin/post' unknown error number
|
|
mysqltest: Result length mismatch
|
|
- saving '/home/anel/mariadb/builds/10.2/mysql-test/var/log/plugins.feedback_plugin_send/' to '/home/anel/mariadb/builds/10.2/mysql-test/var/log/plugins.feedback_plugin_send/'
|
--------------------------------------------------------------------------
|
The servers were restarted 0 times
|
Spent 0.000 of 315 seconds executing testcases
|
|
Failure: Failed 1/1 tests, 0.00% were successful.
|
|
Failing test(s): plugins.feedback_plugin_send
|
WITH_SSL=bundled defined in cmake/ssl.cmake
# - "bundled" uses source code in <source dir>/extra/yassl
|
# - "system" (typically) uses headers/libraries in /usr/lib and /usr/lib64
|
# - a custom installation of openssl can be used like this
|
# - cmake -DCMAKE_PREFIX_PATH=</path/to/custom/openssl> -DWITH_SSL="system"
|
# or
|
# - cmake -DWITH_SSL=</path/to/custom/openssl>
|
#
|
# The default value for WITH_SSL is "bundled"
|
Relevant history of the test: