mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
Test teardown involves dropping the test keyspace. If there are stopped servers occasionally we would see timeouts. Start stopped servers after a test is finished (and passed). Revert previous commit making teardown async again. Closes #11412 * github.com:scylladb/scylladb: test.py: restart stopped servers before teardown... Revert "test.py: random tables make DDL queries async"