Benjamin Bannier created MESOS-9463:
---------------------------------------

             Summary: Parallel test runner gets confused if a GTEST_FILTER 
expression also matches a sequential filter
                 Key: MESOS-9463
                 URL: https://issues.apache.org/jira/browse/MESOS-9463
             Project: Mesos
          Issue Type: Bug
            Reporter: Benjamin Bannier


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to