Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_roscpp/
Date: Thu, 27 Aug 2020 08:53:58
Message-Id: 1598518428.102a6e92ee17eddcc14354173023e6793cb526d4.aballier@gentoo
1 commit: 102a6e92ee17eddcc14354173023e6793cb526d4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 08:51:39 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 08:53:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102a6e92
7
8 dev-ros/test_roscpp: serialize tests
9
10 Closes: https://bugs.gentoo.org/738620
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild | 4 +++-
15 dev-ros/test_roscpp/test_roscpp-9999.ebuild | 4 +++-
16 2 files changed, 6 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild
19 index 39bfc4bf09a..6162bbe7696 100644
20 --- a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild
21 +++ b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild
22 @@ -32,5 +32,7 @@ PATCHES=( "${FILESDIR}/tests.patch" )
23
24 src_test() {
25 export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
26 - ros-catkin_src_test
27 + # Sometimes high number of tests running in parallel make them fail
28 + # https://bugs.gentoo.org/738620
29 + ros-catkin_src_test -j 1
30 }
31
32 diff --git a/dev-ros/test_roscpp/test_roscpp-9999.ebuild b/dev-ros/test_roscpp/test_roscpp-9999.ebuild
33 index 39bfc4bf09a..6162bbe7696 100644
34 --- a/dev-ros/test_roscpp/test_roscpp-9999.ebuild
35 +++ b/dev-ros/test_roscpp/test_roscpp-9999.ebuild
36 @@ -32,5 +32,7 @@ PATCHES=( "${FILESDIR}/tests.patch" )
37
38 src_test() {
39 export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
40 - ros-catkin_src_test
41 + # Sometimes high number of tests running in parallel make them fail
42 + # https://bugs.gentoo.org/738620
43 + ros-catkin_src_test -j 1
44 }