fix(tests): объявить два живых теста #3063 в skip_allowlist — main красный, деплой встал #3069
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