From 91731ddb5f79d9769aa42027b3a0e3ec8aae4c50 Mon Sep 17 00:00:00 2001 From: lekss361 Date: Sun, 23 Aug 2026 22:14:49 +0000 Subject: [PATCH] =?UTF-8?q?fix(tests):=20=D0=BE=D0=B1=D1=8A=D1=8F=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B4=D0=B2=D0=B0=20=D0=B6=D0=B8=D0=B2?= =?UTF-8?q?=D1=8B=D1=85=20=D1=82=D0=B5=D1=81=D1=82=D0=B0=20#3063=20=D0=B2?= =?UTF-8?q?=20skip=5Fallowlist=20(#3069)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tradein-mvp/backend/tests/skip_allowlist.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tradein-mvp/backend/tests/skip_allowlist.txt b/tradein-mvp/backend/tests/skip_allowlist.txt index 1f16e356..aef1335e 100644 --- a/tradein-mvp/backend/tests/skip_allowlist.txt +++ b/tradein-mvp/backend/tests/skip_allowlist.txt @@ -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