| Summary: | dev-db/percona-server fails test: federated.federated_plugin | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
| Component: | [OLD] Server | Assignee: | Gentoo Linux MySQL bugs team <mysql-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
percona-server-5.6.21.70.1_20141126-103057.log.gz
Backported solution from bug #401673 Backported solution from bug #401673 |
||
|
Description
Thomas Deutschmann (RETIRED)
2014-11-26 13:51:39 UTC
Created attachment 390430 [details, diff] Backported solution from bug #401673 I backported the solution [1] from bug #401673. I guess dev-db/mysql has the same problem, because it is using the same test suite. But I don't understand why this test isn't skipped by the test suite at all: "mysql-test/suite/federated/federated_plugin.test" has > --source include/not_embedded.inc > --source include/have_federated_plugin.inc and "mysql-test/include/have_federated_plugin.inc" has > if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%federated%'`) > { > --skip federated plugin not available > } For test "federated.federated_innodb", skipping will work... [1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.61.ebuild?hideattic=0&r1=1.1&r2=1.2&view=patch The patch is still needed for dev-db/percona-server-5.6.25.73.0-r1. Please, can we add the backport to the ebuild? Still required for percona-server-5.6.26.74.0... Created attachment 419302 [details, diff] Backported solution from bug #401673 I updated the patch for percona-server-5.6.27.75.0-r1.ebuild to support new mysql-multilib-r1 eclass. Any idea when this will be added to the official ebuild? Or is something wrong with the fix? Done with version 5.6.27.76.0 |