mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
There are several places in tests that either use default_priority_class() explicitly, or use some specific prio class obtained from priority manager. There's currently an ongoing work to remove all priority classes, this set makes the final patch a bit smaller and easier to review. In particular -- in many cases default_priority_class() is implicit and can be avoided by callers. Also, using any prio class by test is excessive, it can go with (implicit) default_priority_class. ref: #13963 Closes #13991 * github.com:scylladb/scylladb: test, memtable: Use default prio class test, memtable: Add default value for make_flush_reader() last arg test, view_build: Use default prio class test, sstables: Use implicit default prio class in dma_write() test, sstables: Use default sstable::get_writer()'s prio class arg