Skip to content

Commit

Permalink
use snuba test in all dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Jun 12, 2024
1 parent 373a8fb commit f0a8277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/clickhouse/optimize/test_optimize_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def write_error_message(writable_storage: WritableTableStorage, time: int) -> No
clickhouse_pool = cluster.get_query_connection(ClickhouseClientSettings.OPTIMIZE)
table = storage.get_table_writer().get_schema().get_local_table_name()
database = cluster.get_database()
assert database == "snuba_test"
tracker = OptimizedPartitionTracker(
redis_client=redis_client,
host=cluster.get_host(),
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def create_databases() -> None:
port=cluster["port"],
user="default",
password="",
database="default",
database="snuba_test",
http_port=cluster["http_port"],
storage_sets=cluster["storage_sets"],
single_node=cluster["single_node"],
Expand Down

0 comments on commit f0a8277

Please sign in to comment.