1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#!/usr/bin/env bash . $(dirname $(readlink -e ${BASH_SOURCE[0]}))/bcache-test-libs.sh config-backing 2G config-bucket-size 64k config-block-size 4k config-timeout $(stress_timeout) test_main() { setup_tracing 'bcache:*' setup_bcache run_antagonist run_bcache_stress stop_bcache }