Skip to content

Instantly share code, notes, and snippets.

@argenet
Created November 20, 2017 16:33
Show Gist options
  • Save argenet/0473dea2268763ddc50d6162d833f140 to your computer and use it in GitHub Desktop.
Save argenet/0473dea2268763ddc50d6162d833f140 to your computer and use it in GitHub Desktop.
# ./test.py --mode release -v --name loading_cache
[1/1] RUNNING build/release/tests/loading_cache_test --collectd 0
[1/1] PASSED build/release/tests/loading_cache_test
OK.
# ./test.py --mode debug -v --name loading_cache
[1/1] RUNNING build/debug/tests/loading_cache_test --collectd 0
FAILED: build/debug/tests/loading_cache_test
with error code 201
=== stdout START ===
==4673==WARNING: ASan doesn't fully support makecontext/swapcontext functions and may produce false positives in some cases!
Running 10 test cases...
WARNING: debug mode. Not for benchmarking or production
WARN 2017-11-20 08:32:07,906 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,914 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,923 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,931 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,940 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,948 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,956 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,968 seastar - Seastar compiled with default allocator, heap profiler not supported
WARN 2017-11-20 08:32:07,993 [shard 0] seastar - Unable to set SCHED_FIFO scheduling policy for timer thread; latency impact possible. Try adding CAP_SYS_NICE
unknown location(0): fatal error: in "test_loading_shared_values_parallel_loading_explicit_eviction": std::system_error: Too many open files
tests/loading_cache_test.cc(91): last checkpoint
unknown location(0): fatal error: in "test_loading_cache_loading_different_keys": std::system_error: Too many open files
tests/loading_cache_test.cc(91): last checkpoint
*** 2 failures are detected in the test module "tests/loading_cache_test.cc"
=== stdout END ===
The following test(s) have failed:
build/debug/tests/loading_cache_test
Summary: 1 of the total 1 tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment