[MDEV-17865] unit.pcre_test fails on s390 in Debian Stretch Created: 2018-11-28 Updated: 2021-09-06 Resolved: 2021-09-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.1.37 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Daniel Black |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Otto Kekäläinen [ 2018-11-29 ] |
|
Note this failure has been seen only on Debian Stretch (via security upload, build log not public). On latest Debian unstable s390x builds fine. See logs at https://buildd.debian.org/status/package.php?p=mariadb-10.1 |
| Comment by Otto Kekäläinen [ 2020-10-11 ] |
|
I removed the skiplists for these tests in https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/bde2cf481fa48a0dd85b9ad40e27ad5005ad1122 as we nowadays only run the main test suite as part of the builds (see debian/rules). |
| Comment by Otto Kekäläinen [ 2020-10-12 ] |
|
I uploaded to Launchpad a version with the extended testing enabled. Seem the unit.pcre_test did not run at all, so I don't know what the status of this is now. |
| Comment by Otto Kekäläinen [ 2020-10-12 ] |
|
Seems the whole test file is gone? https://github.com/MariaDB/server/search?q=pcre_test&type=code |
| Comment by Daniel Black [ 2021-09-06 ] |
|
The test was part of pcre/RunTest that is removed in 10.5. The bundled version in <10.5 has since been bumped to 8.45 The bundled pcre and tests are only used per criteria in cmake/pcre.cmake, explicit WITH_PCRE:STRING=bundled HAVE_PCRE_STACK_GUARD!=1 or PCRE_STACK_SIZE_OK!=1. Per the buildlog above pcre2 (aka 10.X+) is used and not the bundled version. Even if the bundled pcre was used, its an upstream bug. And upstream is effectively closed on the pcre-8 series. So closing With bugs like |