• P
    Make tests "parallel" and "passing ASC" by default (#8146) · bd7ddf58
    Peter Dillinger 提交于
    Summary:
    New tests should by default be expected to be parallelizeable
    and passing with ASSERT_STATUS_CHECKED. Thus, I'm changing those two
    lists to exclusions rather than inclusions.
    
    For the set of exclusions, I only listed things that currently failed
    for me when attempting not to exclude, or had some other documented
    reason. This marks many more tests as "parallel," which will potentially
    cause some failures from self-interference, but we can address those as
    they are discovered.
    
    Also changed CircleCI ASC test to be parallelized; the easy way to do
    that is to exclude building tests that don't pass ASC, which is now a
    small set.
    
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/8146
    
    Test Plan: Watch CI, etc.
    
    Reviewed By: riversand963
    
    Differential Revision: D27542782
    
    Pulled By: pdillinger
    
    fbshipit-source-id: bdd74bcd912a963ee33f3fc0d2cad2567dc7740f
    bd7ddf58
Makefile 86.6 KB