mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
The test needs to call flush-keyspace API endpoint and currently it does it by hand. Not very convenient. Also in the future there will be the need for _background_ API kicking, the currently used requests package cannot do it, while pylib REST API can Closes scylladb/scylladb#15565 * github.com:scylladb/scylladb: test/object_store: Use REST client from pylib test/pylib: Add flush_keyspace() method to rest client test/object_store: Wrap yielded managed cluster