Skip to content

Commit d34dcf3

Browse files
authored
fix clickbench with CS (#7393)
1 parent 092a3ba commit d34dcf3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/config/muted_ya.txt

-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ ydb/tests/fq/plans test_stats_mode.py.TestStatsMode.test_mode[v1-STATS_MODE_FULL
8888
ydb/tests/fq/yds *
8989
ydb/tests/fq/control_plane_storage *
9090
ydb/tests/functional/audit *
91-
ydb/tests/functional/clickbench test.py.test_run_determentistic[column]
92-
ydb/tests/functional/clickbench test.py.test_run_benchmark[scan-column]
93-
ydb/tests/functional/clickbench test.py.test_run_benchmark[generic-column]
94-
ydb/tests/functional/clickbench test.py.test_plans[column]
9591
ydb/tests/functional/blobstorage test_replication.py.TestReplicationAfterNodesRestart.test_replication*
9692
ydb/tests/functional/kqp/kqp_indexes ConsistentIndexRead.InteractiveTx
9793
ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach

ydb/tests/functional/clickbench/ya.make

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SIZE(MEDIUM)
99

1010
ENV(YDB_USE_IN_MEMORY_PDISKS=true)
1111
ENV(YDB_CLI_BINARY="ydb/apps/ydb/ydb")
12+
ENV(YDB_ENABLE_COLUMN_TABLES="true")
1213
REQUIREMENTS(
1314
ram:32
1415
cpu:4

0 commit comments

Comments
 (0)