forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci](cloud) add cloud p1 pipeline (apache#31239)
* [ci](cloud) add cloud p1 pipeline Co-authored-by: stephen <[email protected]>
- Loading branch information
1 parent
abb9874
commit 001af83
Showing
8 changed files
with
136 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
streaming_load_rpc_max_alive_time_sec = 72000 | ||
quick_cooldown = true | ||
disable_stream_load_2pc=false | ||
enable_vectorized_alter_table = true | ||
enable_new_scan_node = true | ||
push_worker_count_high_priority = 2 | ||
streaming_load_max_mb = 107374182400 | ||
clear_file_cache=true | ||
enable_file_cache=true | ||
mem_limit=50% | ||
#disable_storage_page_cache = true | ||
enable_file_cache_query_limit=true | ||
file_cache_max_file_segment_size=1048576 | ||
s3_write_buffer_whole_size=52428800 | ||
enable_vertical_compaction=true | ||
fuzzy_vertical_compaction=true | ||
vacuum_stale_rowsets_interval_seconds=60 | ||
tablet_rowset_stale_sweep_time_sec=300 | ||
user_files_secure_path=/ | ||
enable_file_cache_as_load_buffer=true | ||
enable_merge_on_write_correctness_check=true | ||
enable_debug_points=true | ||
prioritize_query_perf_in_compaction = true | ||
cumulative_compaction_min_deltas = 5 | ||
#p0 parameter | ||
meta_service_endpoint = 127.0.0.1:5000 | ||
cloud_unique_id = cloud_unique_id_compute_node0 | ||
meta_service_use_load_balancer = false | ||
enable_file_cache = true | ||
file_cache_path = [{"path":"/data/doris_cloud/file_cache","total_size":104857600,"query_limit":104857600}] | ||
tmp_file_dirs = [{"path":"/data/doris_cloud/tmp","max_cache_bytes":104857600,"max_upload_bytes":104857600}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
stream_load_default_timeout_second = 72000 | ||
replication_num_forced_in_cloud_mode = true | ||
ignore_unsupported_properties_in_cloud_mode = true | ||
enable_array_type = true | ||
tablet_stat_update_interval_second = 10 | ||
catalog_trash_expire_second = 600 | ||
cloud_delete_loaded_internal_stage_files = true | ||
merge_on_write_forced_to_false = true | ||
enable_ssl = true | ||
light_schema_change_force_to_true = true | ||
enable_mtmv = true | ||
remote_fragment_exec_timeout_ms=60000 | ||
dynamic_partition_check_interval_seconds=10 | ||
use_fuzzy_session_variable=true | ||
|
||
enable_cloud_snapshot_version = true | ||
enable_auto_collect_statistics = false | ||
|
||
forbid_function_stmt = false | ||
forbid_insecurity_stmt = false | ||
|
||
enable_debug_points = true | ||
|
||
disable_datev1=false | ||
|
||
disable_decimalv2=false | ||
max_query_profile_num=1000 | ||
|
||
statistics_sql_mem_limit_in_bytes=21474836480 | ||
cpu_resource_limit_per_analyze_task=-1 | ||
|
||
priority_networks=127.0.0.1/24 | ||
cloud_http_port=18030 | ||
meta_service_endpoint=127.0.0.1:5000 | ||
cloud_unique_id=cloud_unique_id_sql_server00 |
1 change: 1 addition & 0 deletions
1
regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
testGroups = "p1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- set those session variables before run cloud p0 regression | ||
set global insert_visible_timeout_ms=60000; | ||
set global enable_auto_analyze=false; | ||
set global enable_audit_plugin=true; | ||
set global enable_memtable_on_sink_node=false; | ||
set global enable_two_phase_read_opt = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters