Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions tests/analyzer_tech_debt.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
00725_memory_tracking
01624_soft_constraints
02354_vector_search_queries
02901_parallel_replicas_rollup
02999_scalar_subqueries_bug_2
# 02901_parallel_replicas_rollup
# 02999_scalar_subqueries_bug_2
# Flaky list
01825_type_json_in_array
01414_mutations_and_errors_zookeeper
01287_max_execution_speed
# 01825_type_json_in_array
# 01414_mutations_and_errors_zookeeper
# 01287_max_execution_speed
# Check after ConstantNode refactoring
02154_parser_backtracking
# 02154_parser_backtracking
1 change: 1 addition & 0 deletions tests/integration/test_keeper_internal_secure/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def get_fake_zk(nodename, timeout=30.0):
return _fake_zk_instance


@pytest.mark.skip(reason="Doesn't work in FIPS mode due to configuration issues")
def test_secure_raft_works(started_cluster):
try:
node1_zk = get_fake_zk("node1")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<default>
<allow_experimental_analyzer>1</allow_experimental_analyzer>
<allow_experimental_parallel_reading_from_replicas>1</allow_experimental_parallel_reading_from_replicas>
<allow_experimental_database_replicated>1</allow_experimental_database_replicated>
<cluster_for_parallel_replicas>default</cluster_for_parallel_replicas>
<max_parallel_replicas>100</max_parallel_replicas>
<use_hedged_requests>0</use_hedged_requests>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<clickhouse>
<profiles>
<default>
<stream_like_engine_allow_direct_select>1</stream_like_engine_allow_direct_select>
<allow_experimental_s3queue>1</allow_experimental_s3queue>
</default>
</profiles>
</clickhouse>
2 changes: 2 additions & 0 deletions tests/integration/test_storage_s3_queue/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def started_cluster():
stay_alive=True,
with_installed_binary=True,
use_old_analyzer=True,
# needed to set allow_experimental_s3queue to 1
user_configs=["configs/users_23.8.xml"],
)

logging.info("Starting cluster...")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ def test_persistence():
or "Function with name 'MySum2' does not exists. In scope SELECT MySum2(1, 2)"
in error_message
)

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ noisy Debug messages 0.09
noisy Info messages 0.05
noisy Warning messages 0.01
noisy Error messages 0.03
no Fatal messages 0
no Fatal messages 1
number of too noisy messages 3
number of noisy messages 10
incorrect patterns 15
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0
1
1