Skip to content

Commit

Permalink
fix(eap): re-enable tests and entities now that migrations ran (#6325)
Browse files Browse the repository at this point in the history
We finally got the migrations through, can re-re-enable the tests.
  • Loading branch information
colin-sentry committed Sep 19, 2024
1 parent ccfbc01 commit 09f421d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ storage:
key: spans_num_attrs
set_key: events_analytics_platform

readiness_state: limited
readiness_state: partial

schema:
columns:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ storage:
key: spans_str_attrs
set_key: events_analytics_platform

readiness_state: limited
readiness_state: partial

schema:
columns:
Expand Down
1 change: 0 additions & 1 deletion tests/web/rpc/test_trace_item_attribute_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def setup_teardown(clickhouse_db: None, redis_db: None) -> None:
write_raw_unprocessed_events(spans_storage, messages) # type: ignore


@pytest.mark.skip(reason="temporarily disabled to allow a migration to run")
@pytest.mark.clickhouse_db
@pytest.mark.redis_db
class TestTraceItemAttributes(BaseApiTest):
Expand Down
1 change: 0 additions & 1 deletion tests/web/rpc/test_trace_item_attribute_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def setup_teardown(clickhouse_db: None, redis_db: None) -> None:
write_raw_unprocessed_events(spans_storage, messages) # type: ignore


@pytest.mark.skip(reason="temporarily disabled to allow a migration to run")
@pytest.mark.clickhouse_db
@pytest.mark.redis_db
class TestTraceItemAttributes(BaseApiTest):
Expand Down

0 comments on commit 09f421d

Please sign in to comment.