From dc2a4b5cc9c1a29a36435d4272bf3216a3f6ae74 Mon Sep 17 00:00:00 2001 From: Patrick Raphael Date: Fri, 27 Aug 2021 12:10:47 -0400 Subject: [PATCH 1/2] label db_modes_test as nonparallelizable_tests to fix Mac issue --- tests/CMakeLists.txt | 1 + tests/Testing/Temporary/LastTest.log | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tests/Testing/Temporary/LastTest.log diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 60cc136bdf8..ebfa5708fd5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -144,6 +144,7 @@ add_test(NAME keosd_auto_launch_test COMMAND tests/keosd_auto_launch_test.py WOR set_property(TEST keosd_auto_launch_test PROPERTY LABELS nonparallelizable_tests) add_test(NAME db_modes_test COMMAND tests/db_modes_test.sh WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) set_tests_properties(db_modes_test PROPERTIES COST 6000) +set_property(TEST db_modes_test PROPERTY LABELS nonparallelizable_tests) add_test(NAME release-build-test COMMAND tests/release-build.sh WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) add_test(NAME validate-reflection-test COMMAND "${CMAKE_BINARY_DIR}/tests/validate-reflection.py" plugins/ programs/ libraries/ --recurse --extension "cpp" --extension "hpp" -e WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) add_test(NAME version-label-test COMMAND tests/version-label.sh "v${VERSION_FULL}" WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) diff --git a/tests/Testing/Temporary/LastTest.log b/tests/Testing/Temporary/LastTest.log new file mode 100644 index 00000000000..db8c2217a1f --- /dev/null +++ b/tests/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Jun 30 11:23 EDT +---------------------------------------------------------- +End testing: Jun 30 11:23 EDT From d42e6e6a3a04103376b491e87380a02bc54a2afe Mon Sep 17 00:00:00 2001 From: Patrick Raphael Date: Fri, 27 Aug 2021 12:16:09 -0400 Subject: [PATCH 2/2] remove temp file --- tests/Testing/Temporary/LastTest.log | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/Testing/Temporary/LastTest.log diff --git a/tests/Testing/Temporary/LastTest.log b/tests/Testing/Temporary/LastTest.log deleted file mode 100644 index db8c2217a1f..00000000000 --- a/tests/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Jun 30 11:23 EDT ----------------------------------------------------------- -End testing: Jun 30 11:23 EDT