ydb-platform / ydb-platform/ydb
Disable ydb/core/tx/schemeshard/ut_index reboot tests under asan on PR
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 4.8k
- Forks
- 820
- Avg merge
- 17h 5m
- Merged PRs (30d)
- 743
Description
Есть тесты
ydb/core/tx/schemeshard/ut_index
Тесты с ребутами идут долго под asan и мешают внедрению блокирующей политики на ПР (они зачастую таймаутятся)
https://github.com/ydb-platform/ydb/pull/10004 -- какие-то тесты с ребутами я поотключал для PR+asan но в ydb/core/tx/schemeshard/ut_index они перемешаны
В этом тикете прошу перенести тесты с ребутами в отдельный бинарь, для которого можно будет применить логику из упомянутого ПР
Лардж тесты терять не планируем, будем за ними следить в будущем
Пример прогона: https://github.com/ydb-platform/ydb/pull/11335#issuecomment-2460503853
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the tests under ydb/core/tx/schemeshard/ut_index and compare the reboot-test handling in PR 10004. Separate the reboot tests into their own binary so the PR+ASAN policy can disable them, while retaining the large tests. Use the run described in PR 11335 comment 2460503853 to verify the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- ci-cd, databases, testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100