Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Users expect the be able to select tests to run via make check with a GTEST_FILTER environment variable. The parallel test runner on the other hand programmatically also injects filter expressions to select tests to execute sequentially.
This causes e.g., all ROOT_ tests to be run in the sequential phase for superusers, even if a GTEST_FILTER was set.
It seems that need to handle set GTEST_FILTER environment variables more carefully.
Attachments
Issue Links
- relates to
-
MESOS-9464 Parallel test runner executes all tests regardless of GTEST_FILTER for superusers
- Open