fix(tests): объявить 4 live-DB проверки приватности в skip_allowlist #2750
No reviewers
Labels
No labels
Fable 5 ревью
GG-форсайт
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
feedback/max
generative
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
ИРД
вторичка
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#2750
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "chore/skip-allowlist-privacy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Хук бюджета пропусков (#2745) и тесты приватности (#2547) приехали в main почти одновременно — и первым же прогоном deploy-лэйна хук поймал ровно то, для чего сделан:
Они на том же
_live_session(), что и остальная группа: в pre-merge гейтеci-tradeinисполняются (там поднят Postgres), в deploy-лэйне без БД — пропускаются. Поэтому объявление в списке, а не починка.Тесты живы, с кодом не разошлись — проверено против живой Postgres со схемой из
backend/data/sql/по 233 включительно: 29 passed.Заодно видна цена механизма: тест с условным пропуском, приехавший в main параллельно, требует строки в списке. Это и есть задуманный обмен — тихий новый пропуск превращается в громкий красный.
Test plan
tests/test_data_erasure.py tests/test_purge_expired_trade_in_data.py→ 29 passedRefs #2745 #2547