Skip to content

Commit d102573

Browse files
apolukhinrobot-piglet
authored andcommitted
feat tests: do not track stack usage for minimal components tests
Tests: протестировано на внешнем CI, на прод не влияет --- Pull Request resolved: #1091 commit_hash:14ae4d47f55b2fdda4236ab8ffdb4f044cd607b5
1 parent 8743b6f commit d102573

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

core/src/components/component_list_test.hpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ class DefaultLoggerGuardTest {
2727

2828
} // namespace impl
2929

30-
// BEWARE! No separate fs-task-processor. Testing almost single thread mode
30+
// BEWARE! No separate fs-task-processor. Testing almost single thread mode.
31+
// Minimal amount of coroutines to work well under ASAN
3132
inline constexpr std::string_view kMinimalStaticConfig = R"(
3233
components_manager:
3334
coro_pool:
34-
initial_size: 50
35-
max_size: 500
35+
initial_size: 5
36+
max_size: 50
37+
stack_usage_monitor_enabled: false
3638
default_task_processor: main-task-processor
3739
fs_task_processor: main-task-processor
3840
event_thread_pool:

0 commit comments

Comments
 (0)