fix(tests): объявить два живых теста #3063 в skip_allowlist (#3069)
All checks were successful
Deploy Trade-In / changes (push) Successful in 10s
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 2m24s
Deploy Trade-In / test (push) Successful in 3m42s
Deploy Trade-In / build-backend (push) Successful in 1m33s
Deploy Trade-In / deploy (push) Successful in 1m58s
Deploy Trade-In / deploy-status (push) Successful in 1s
Deploy Trade-In / perimeter-smoke (push) Successful in 9s
All checks were successful
Deploy Trade-In / changes (push) Successful in 10s
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 2m24s
Deploy Trade-In / test (push) Successful in 3m42s
Deploy Trade-In / build-backend (push) Successful in 1m33s
Deploy Trade-In / deploy (push) Successful in 1m58s
Deploy Trade-In / deploy-status (push) Successful in 1s
Deploy Trade-In / perimeter-smoke (push) Successful in 9s
This commit is contained in:
parent
60cb510ef2
commit
91731ddb5f
1 changed files with 11 additions and 0 deletions
|
|
@ -118,3 +118,14 @@ tests/test_3036_detail_house_params_to_houses.py::test_live_fill_only_then_keep_
|
|||
tests/test_revisit_floor_lateral_lookup.py::test_lateral_ignores_gaps_and_matches_dense_daily_history
|
||||
tests/test_revisit_floor_lateral_lookup.py::test_equality_join_loses_gapped_pairs_and_gives_a_smaller_floor
|
||||
tests/test_revisit_floor_lateral_lookup.py::test_missing_history_before_anchor_still_yields_no_floor_via_lateral
|
||||
|
||||
# Эрозия признаков продавца (#3063, PR #3067) — тот же `_live_session()`.
|
||||
# Проверяют ПОВЕДЕНИЕ апсерта на живой схеме: что бедный re-scrape не обнуляет
|
||||
# is_homeowner/is_pro_seller/phones/sale_type (COALESCE держит), и обратное — что
|
||||
# настоящая смена признака всё ещё перезаписывает (COALESCE не сделал поля
|
||||
# write-once). SQL-текст проверяется отдельно статической половиной того же файла
|
||||
# (test_field_is_coalesce_protected_in_set + test_unchanged_gate_mirrors_the_set_clause),
|
||||
# она идёт на ОБОИХ лэйнах. В ci-tradein.yml эти два бегут по-настоящему
|
||||
# (postgres-сервис) — там прогон и был зелёным; в deploy-tradein.yml БД нет вовсе.
|
||||
tests/test_3063_seller_fields_not_eroded.py::test_poor_rescrape_does_not_erase_seller_fields
|
||||
tests/test_3063_seller_fields_not_eroded.py::test_real_change_still_overwrites
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue