Add a keyspace_queue fixture to prepare keyspaces concurrently.
Keyspace creation + initialization with a schema takes about 60% of the total time to run a test. This new fixture runs keyspace creation concurrently to tests, so other tests can run while a keyspace is being created.
Depends on !316 (closed).
Migrated from D2612 (view on Phabricator)