make buildmake check_testTEST_ARGS='-i archive.feature' make check_testTEST_ARGS="-i kill_primary.feature:108" make check_testTEST_ARGS="-i kill_primary.feature:175" make check_testTEST_ARGS="--tags @fail_replication_source -i cascade.feature" make check_testDEBUG=1 TEST_ARGS="--tags @fail_replication_source -i cascade.feature" make check_testFlags:
DEBUGSave logs all steps (not only failed).
logs/debug/test_execution.log— test execution details, timing, retries- Per-scenario logs:
test_execution_<scenario_name>.log - Failed step logs:
logs/<feature_file>/<line_number>/<hostname>/— container logs (pgconsul, postgresql, pgbouncer, zookeeper)
TEST_ARGS='-i manual_test.feature' make check_testAfter launch this command you have 10 hours for manual test with setup:
- 3 zookeeper
- 3 postgresql + pgconsul + pgbouncer
- woodpecker for test load
tox -e behave_unstoppable -- tests/features cascade.featuresudo apt install tox python3 python3-venvbrew install colima qemu tox docker docker-compose
sudo ln -s ~/.colima/docker.sock /var/run/docker.sock
colima status && colima start{
"cliPluginsExtraDirs": [
"/opt/homebrew/lib/docker/cli-plugins"
]
}