From f7cb5b090240492782149071fa937b827a40831a Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Fri, 16 Sep 2022 11:49:27 +0000 Subject: some tools are only for running system tests * valgrind is for development and unit tests also --- dist/vespa.spec | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/dist/vespa.spec b/dist/vespa.spec index e2894d3a388..097be19689a 100644 --- a/dist/vespa.spec +++ b/dist/vespa.spec @@ -228,7 +228,7 @@ BuildRequires: perl-Net-INET6Glue %endif BuildRequires: perl-Pod-Usage BuildRequires: perl-URI -Requires: valgrind +BuildRequires: valgrind Requires: xxhash Requires: xxhash-libs >= 0.8.0 Requires: gdb @@ -463,6 +463,18 @@ Requires: %{name}-base-libs = %{version}-%{release} Vespa - The open big data serving engine - tools +%package systemtest-tools + +Summary: Vespa - The open big data serving engine - tools for system tests + +Requires: %{name} = %{version}-%{release} +Requires: %{name}-base-libs = %{version}-%{release} +Requires: valgrind + +%description systemtest-tools + +Vespa - The open big data serving engine - tools for system tests + %package ann-benchmark Summary: Vespa - The open big data serving engine - ann-benchmark @@ -638,6 +650,7 @@ fi %exclude %{_prefix}/bin/vespa-destination %exclude %{_prefix}/bin/vespa-document-statistics %exclude %{_prefix}/bin/vespa-fbench +%exclude %{_prefix}/bin/vespa-fbench-result-filter.pl %exclude %{_prefix}/bin/vespa-feed-client %exclude %{_prefix}/bin/vespa-feeder %exclude %{_prefix}/bin/vespa-get @@ -647,6 +660,8 @@ fi %exclude %{_prefix}/bin/vespa-stat %exclude %{_prefix}/bin/vespa-security-env %exclude %{_prefix}/bin/vespa-summary-benchmark +%exclude %{_prefix}/bin/vespa-tensor-conformance +%exclude %{_prefix}/bin/vespa-tensor-instructions-benchmark %exclude %{_prefix}/bin/vespa-visit %exclude %{_prefix}/bin/vespa-visit-target %dir %{_prefix}/conf @@ -905,6 +920,16 @@ fi %dir %{_prefix}/lib/jars %{_prefix}/lib/jars/vespaclient-java-jar-with-dependencies.jar +%files systemtest-tools +%if %{_defattr_is_vespa_vespa} +%defattr(-,%{_vespa_user},%{_vespa_group},-) +%endif +%dir %{_prefix} +%dir %{_prefix}/bin +%{_prefix}/bin/vespa-fbench-result-filter.pl +%{_prefix}/bin/vespa-tensor-conformance +%{_prefix}/bin/vespa-tensor-instructions-benchmark + %files ann-benchmark %if %{_defattr_is_vespa_vespa} %defattr(-,%{_vespa_user},%{_vespa_group},-) -- cgit v1.2.3