mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
This patch series copies `guardrails_test.py` from scylla-dtest, fix it and enables it. The motivation is to unify the test execution of guardrails test, as some tests (`cqlpy/test_guardrail_...`) were already in scylladb repo, and some were in `scylla-dtest`. Fixes: SCYLLADB-255 No backport, just test migration Closes scylladb/scylladb#28454 * github.com:scylladb/scylladb: test: refactor test_all_rf_limits in guardrails_test.py test: specify exceptions being caught in guardrails_test.py test: enable guardrails_test.py test: add wait_other_notice to test_default_rf in guardrails_test.py test: copy guardrails_test.py from scylla-dtest