Skip to content

[WIP] check tests [4 cores] #19956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
37 changes: 4 additions & 33 deletions ydb/tests/library/harness/resources/default_yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,39 +93,10 @@ system_tablets:
- info:
tablet_id: 72057594046678944
actor_system_config:
executor:
- type: BASIC
threads: 2
spin_threshold: 0
name: "System"
- type: BASIC
threads: 3
spin_threshold: 0
name: "User"
- type: BASIC
threads: 2
spin_threshold: 0
name: "Batch"
- type: IO
threads: 1
name: "IO"
time_per_mailbox_micro_secs: 100
- type: BASIC
threads: 1
spin_threshold: 10
name: "IC"
time_per_mailbox_micro_secs: 100
scheduler:
resolution: 256
spin_threshold: 0
progress_threshold: 10000
sys_executor: 0
user_executor: 1
io_executor: 3
batch_executor: 2
service_executor:
- service_name: "Interconnect"
executor_id: 4
use_auto_config: true
cpu_count: 4
use_shared_threads: true
actor_system_profile: LOW_CPU_CONSUMPTION
log_config:
sys_log: false
default_level: {ydb_default_log_level}
Expand Down
Loading