mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
related PR: https://github.com/scylladb/scylladb/pull/27527 This PR changes test.py logic of parsing boost test cases to use -- --list_json_content and pass boost labels as pytests markers using -- --list_json_content is not ideal and currenly require to implement severall [workarounds](https://github.com/scylladb/scylladb/pull/27527#issuecomment-3765499812), but having the ability to support boost labels in pytest is worth it. because now we can apply the tiering mechanism for the boost tests as well Fixes SCYLLADB-246 Closes scylladb/scylladb#28232 * github.com:scylladb/scylladb: test: add nightly label test.py: support boost labels in test.py