Test suite params enhanced to decrease server condition influence
This commit is contained in:
parent
af63a8bf7c
commit
5bbe2768ae
10
mariadb.spec
10
mariadb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 5.5.31
|
Version: 5.5.31
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -366,6 +366,7 @@ done
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
export MTR_BUILD_THREAD
|
export MTR_BUILD_THREAD
|
||||||
|
export MTR_PARALLEL=1
|
||||||
|
|
||||||
make test VERBOSE=1
|
make test VERBOSE=1
|
||||||
|
|
||||||
@ -382,7 +383,9 @@ done
|
|||||||
cd mysql-test
|
cd mysql-test
|
||||||
perl ./mysql-test-run.pl --force --retry=0 --ssl \
|
perl ./mysql-test-run.pl --force --retry=0 --ssl \
|
||||||
--skip-test-list=rh-skipped-tests.list \
|
--skip-test-list=rh-skipped-tests.list \
|
||||||
--suite-timeout=720 --testcase-timeout=30
|
--suite-timeout=720 --testcase-timeout=30 \
|
||||||
|
--mysqld=--binlog-format=mixed --force-restart \
|
||||||
|
--shutdown-timeout=60
|
||||||
# cmake build scripts will install the var cruft if left alone :-(
|
# cmake build scripts will install the var cruft if left alone :-(
|
||||||
rm -rf var
|
rm -rf var
|
||||||
)
|
)
|
||||||
@ -779,6 +782,9 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 1 2013 Honza Horak <hhorak@redhat.com> 5.5.31-6
|
||||||
|
- Test suite params enhanced to decrease server condition influence
|
||||||
|
|
||||||
* Thu Jun 27 2013 Honza Horak <hhorak@redhat.com> 5.5.31-5
|
* Thu Jun 27 2013 Honza Horak <hhorak@redhat.com> 5.5.31-5
|
||||||
- Apply fixes found by Coverity static analysis tool
|
- Apply fixes found by Coverity static analysis tool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user