Files
scylladb/tests
Avi Kivity 925b44250d tests: fix cql_test_env fight with storage_service
storage_service is a singleton, and wants a database for initialization.
On the other hand, database is a proper object that is created and
destroyed for each test.  As a result storage_service ends up using
a destroyed object.

Work around this by:
  - leaking the database object so that storage_service has something
    to play with
  - doing the second phase of storage_service initialization only once
2015-08-10 15:48:38 +03:00
..
2015-08-05 14:16:52 +03:00
2015-08-09 00:05:33 +03:00
2015-08-05 14:16:52 +03:00
2015-08-05 14:16:52 +03:00