Disable test_overcommit_tracker for llvm-coverage#101381
Conversation
|
Workflow [PR], commit [8ec2493] Summary: ❌
AI ReviewSummaryThis PR updates Findings💡 Nits
ClickHouse Rules
Final Verdict
|
| if node.is_built_with_memory_sanitizer() or node.is_built_with_address_sanitizer(): | ||
| if node.is_built_with_memory_sanitizer() or node.is_built_with_address_sanitizer() or node.is_built_with_llvm_coverage(): | ||
| pytest.skip( | ||
| "doesn't fit in memory limits under sanitizers (memory overhead causes timeouts)" |
There was a problem hiding this comment.
The skip condition now includes node.is_built_with_llvm_coverage(), but the skip message still says "under sanitizers". Could you update the message to mention LLVM coverage too (for example, "under sanitizers or LLVM coverage") so the reason is accurate in test logs?
|
@azat, maybe it makes sense to disable it first, then play with the settings in the background. up to you. |
azat
left a comment
There was a problem hiding this comment.
If you think it make sense to merge this first, feel free to do so
Changelog category (leave one):
cidb