Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2026-7
Description
Nightly stable-23.10 constantly fails because of slow tests on ASAN and UBSAN builds
It is a false negative because sanitizers just slow down the tests.
Possible solutions:
-Change ec2 types for builds with sanitizers to a bigger ones(via change to columnstore-tooling repo)
-Increase global drone timeout for our nightly
-Leave only basic and bugfixes suites in mtr for ASAN and UBSAN builds(it seems like now mtr tests take most of the time, 4h on the last nightly)
-maybe there are some other solutions for the problem