commit: 102a6e92ee17eddcc14354173023e6793cb526d4 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 08:51:39 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 08:53:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102a6e92
dev-ros/test_roscpp: serialize tests Closes: https://bugs.gentoo.org/738620 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild | 4 +++- dev-ros/test_roscpp/test_roscpp-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild index 39bfc4bf09a..6162bbe7696 100644 --- a/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild +++ b/dev-ros/test_roscpp/test_roscpp-1.15.8.ebuild @@ -32,5 +32,7 @@ PATCHES=( "${FILESDIR}/tests.patch" ) src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test + # Sometimes high number of tests running in parallel make them fail + # https://bugs.gentoo.org/738620 + ros-catkin_src_test -j 1 } diff --git a/dev-ros/test_roscpp/test_roscpp-9999.ebuild b/dev-ros/test_roscpp/test_roscpp-9999.ebuild index 39bfc4bf09a..6162bbe7696 100644 --- a/dev-ros/test_roscpp/test_roscpp-9999.ebuild +++ b/dev-ros/test_roscpp/test_roscpp-9999.ebuild @@ -32,5 +32,7 @@ PATCHES=( "${FILESDIR}/tests.patch" ) src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test + # Sometimes high number of tests running in parallel make them fail + # https://bugs.gentoo.org/738620 + ros-catkin_src_test -j 1 }