• A
    Remove non-gtest from parallelized tests · 1b0069ce
    Andrew Kryczka 提交于
    Summary:
    compact_on_deletion_collector_test does not support --gtest_list_tests
    since it isn't gtest, so the full program would run for the target
    gen_parallel_tests. This caused gen_parallel_tests to take 8+ minutes for tsan
    and prevented compact_on_deletion_collector_test from running during check_0
    since no t/run-* script could be generated.
    
    Test Plan:
    run make check, verify generating t/run-* scripts is fast and
    ./compact_on_deletion_collector_test is now run
    
    Reviewers: IslamAbdelRahman, wanning, lightmark, sdong
    
    Reviewed By: sdong
    
    Subscribers: andrewkr, dhruba, leveldb
    
    Differential Revision: https://reviews.facebook.net/D61695
    1b0069ce
Makefile 47.7 KB