You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when I implement new features in the core and the testsuite runs too long.
Describe the solution or feature you'd like
I'd like to have the option to run a reduced testsuite covering only extreme cmeshes for example, where all tests combined run in under a minute using CMAKE_CUSTOM_PARALLEL_TEST_COMMAND=mpirun -n 4, CTEST_PARALLEL_LEVEL=8, and the tests are executed using ninja test -j32.
Describe alternatives you've considered
Using GTEST_FILTER to only run specific tests, but often the failing tests are the long ones, and they would also fail, if we reduced the tests to a smaller subset of the generated tests.
The text was updated successfully, but these errors were encountered:
Feature request
Is your feature request related to a problem? Please describe.
I'm always frustrated when I implement new features in the core and the testsuite runs too long.
Describe the solution or feature you'd like
I'd like to have the option to run a reduced testsuite covering only extreme cmeshes for example, where all tests combined run in under a minute using
CMAKE_CUSTOM_PARALLEL_TEST_COMMAND=mpirun -n 4
,CTEST_PARALLEL_LEVEL=8
, and the tests are executed usingninja test -j32
.Describe alternatives you've considered
Using
GTEST_FILTER
to only run specific tests, but often the failing tests are the long ones, and they would also fail, if we reduced the tests to a smaller subset of the generated tests.The text was updated successfully, but these errors were encountered: