diff --git a/test/test-cleandb.sh b/test/test-cleandb.sh index 3472d0e..c15524c 100644 --- a/test/test-cleandb.sh +++ b/test/test-cleandb.sh @@ -1,6 +1,7 @@ echo 'drop keyspace "org_wikipedia_en_T_test101_wikitext"; drop keyspace "org_wikipedia_en_T_test101_dataJtC1RwvsYg2JPEOmY"; drop keyspace "local_restbase_T_tables"; drop keyspace "local_restbase_T_domains"; drop keyspace "org_wikipedia_en_T_test101_datai9WsnfvT2BYdX0tr0"; -drop keyspace "org_wikipedia_en_T_test101_html";' | cqlsh +drop keyspace "org_wikipedia_en_T_test101_html"; +drop keyspace "org_wikipedia_en_T_test101_rev";' | cqlsh