Fix the failing wsrep test issued in the BZ#1959484
This commit is contained in:
parent
3e81798b13
commit
89095776bb
@ -34,6 +34,14 @@ replication engine see http://www.codership.com.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
|
# Fix for BZ#1959484
|
||||||
|
# The script is checking the version without the wsrep API number (the first number separated by dot)
|
||||||
|
# This could be caused by wrongly providing the version from wsrep_load function
|
||||||
|
# Issue is already reported here: https://github.com/codership/galera/issues/596
|
||||||
|
# So we can temporary remove API version from the test to make it work, however, we will wait for the upstream's
|
||||||
|
# solution in the issue linked above
|
||||||
|
sed -i '/^GALERA_VER/s/API + //' wsrep/tests/SConscript
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{set_build_flags}
|
%{set_build_flags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user