We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385128d commit d13568eCopy full SHA for d13568e
run_tests.sh
@@ -2,6 +2,7 @@
2
3
# Newline separated list of tests to ignore
4
BLACKLIST="allocator-test-AllocationClassTest
5
+allocator-test-AllocatorTypeTest
6
allocator-test-NvmCacheTests
7
common-test-TimeTests
8
common-test-UtilTests
@@ -12,3 +13,4 @@ if [ "$1" == "long" ]; then
12
13
else
14
find -type f \( -not -name "*bench*" -and -not -name "navy*" \) -executable | grep -vF "$BLACKLIST" | xargs -n1 bash -c
15
fi
16
+# ./allocator-test-AllocatorTypeTest --gtest_filter=-*ChainedItemSerialization*:*RebalancingWithEvictions*
0 commit comments