From 78fc3ba71a01829eaf686caff98274089b6d4733 Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Thu, 13 Aug 2026 21:05:53 +0300 Subject: [PATCH] =?UTF-8?q?test(fixtures):=20=D1=80=D0=B5=D0=B6=D0=B8?= =?UTF-8?q?=D0=BC=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=20roundtrip-=D1=84=D0=B8=D0=BA=D1=81?= =?UTF-8?q?=D1=82=D1=83=D1=80=20=D1=81=D0=BE=D0=B3=D0=BB=D0=B0=D1=81=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=20=D1=81=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D0=B5=D0=B9=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Фикстуры roundtrip-кейсов объявляли формат 2.17 (это 8.3.24) и при этом режим совместимости Version8_3_27. Из-за этого verify-snapshots на автодетекте платформы (8.3.24) не мог загрузить их вообще: «Для работы с конфигурацией необходима версия платформы не меньше, чем 8.3.27». Падение выглядело регрессией навыка, а было свойством фикстуры, и платформенная верификация девяти кейсов молча не работала. Режим приведён к формату (Version8_3_24) во всех девяти фикстурах — они дублируются по навыкам и обязаны оставаться копиями. Эталоны пересняты точечно: дифф — ровно две строки на файл. verify-snapshots без --v8path: role-compile 13/0, cf-edit 14/0, meta-edit 20/0, meta-compile 79/0, subsystem-edit 9/0, xdto-compile 12/0. Co-Authored-By: Claude Opus 5 (1M context) --- .../cases/cf-edit/fixtures/crlf-config/Configuration.xml | 4 ++-- .../skills/cases/cf-edit/fixtures/lf-config/Configuration.xml | 4 ++-- .../snapshots/roundtrip-crlf-preserve/Configuration.xml | 4 ++-- .../cf-edit/snapshots/roundtrip-lf-preserve/Configuration.xml | 4 ++-- .../cases/meta-compile/fixtures/lf-config/Configuration.xml | 4 ++-- .../snapshots/roundtrip-lf-preserve/Configuration.xml | 4 ++-- .../cases/meta-edit/fixtures/crlf-catalog/Configuration.xml | 4 ++-- .../cases/meta-edit/fixtures/lf-catalog/Configuration.xml | 4 ++-- .../snapshots/roundtrip-crlf-preserve/Configuration.xml | 4 ++-- .../snapshots/roundtrip-lf-preserve/Configuration.xml | 4 ++-- .../cases/role-compile/fixtures/lf-config/Configuration.xml | 4 ++-- .../snapshots/roundtrip-lf-preserve/Configuration.xml | 4 ++-- .../subsystem-edit/fixtures/crlf-subsystem/Configuration.xml | 4 ++-- .../subsystem-edit/fixtures/lf-subsystem/Configuration.xml | 4 ++-- .../snapshots/roundtrip-crlf-preserve/Configuration.xml | 4 ++-- .../snapshots/roundtrip-lf-preserve/Configuration.xml | 4 ++-- .../cases/xdto-compile/fixtures/lf-config/Configuration.xml | 4 ++-- .../snapshots/roundtrip-lf-preserve/Configuration.xml | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) diff --git a/tests/skills/cases/cf-edit/fixtures/crlf-config/Configuration.xml b/tests/skills/cases/cf-edit/fixtures/crlf-config/Configuration.xml index 79a9e13b..46395379 100644 --- a/tests/skills/cases/cf-edit/fixtures/crlf-config/Configuration.xml +++ b/tests/skills/cases/cf-edit/fixtures/crlf-config/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/cf-edit/fixtures/lf-config/Configuration.xml b/tests/skills/cases/cf-edit/fixtures/lf-config/Configuration.xml index ec192299..4aef48dd 100644 --- a/tests/skills/cases/cf-edit/fixtures/lf-config/Configuration.xml +++ b/tests/skills/cases/cf-edit/fixtures/lf-config/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml index 18132008..70665db0 100644 --- a/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/cf-edit/snapshots/roundtrip-lf-preserve/Configuration.xml b/tests/skills/cases/cf-edit/snapshots/roundtrip-lf-preserve/Configuration.xml index 18132008..70665db0 100644 --- a/tests/skills/cases/cf-edit/snapshots/roundtrip-lf-preserve/Configuration.xml +++ b/tests/skills/cases/cf-edit/snapshots/roundtrip-lf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/meta-compile/fixtures/lf-config/Configuration.xml b/tests/skills/cases/meta-compile/fixtures/lf-config/Configuration.xml index ec192299..4aef48dd 100644 --- a/tests/skills/cases/meta-compile/fixtures/lf-config/Configuration.xml +++ b/tests/skills/cases/meta-compile/fixtures/lf-config/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/meta-compile/snapshots/roundtrip-lf-preserve/Configuration.xml b/tests/skills/cases/meta-compile/snapshots/roundtrip-lf-preserve/Configuration.xml index 86807003..04235d16 100644 --- a/tests/skills/cases/meta-compile/snapshots/roundtrip-lf-preserve/Configuration.xml +++ b/tests/skills/cases/meta-compile/snapshots/roundtrip-lf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/meta-edit/fixtures/crlf-catalog/Configuration.xml b/tests/skills/cases/meta-edit/fixtures/crlf-catalog/Configuration.xml index 63ea4930..63b0345a 100644 --- a/tests/skills/cases/meta-edit/fixtures/crlf-catalog/Configuration.xml +++ b/tests/skills/cases/meta-edit/fixtures/crlf-catalog/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/meta-edit/fixtures/lf-catalog/Configuration.xml b/tests/skills/cases/meta-edit/fixtures/lf-catalog/Configuration.xml index e63d4adb..8dd5f321 100644 --- a/tests/skills/cases/meta-edit/fixtures/lf-catalog/Configuration.xml +++ b/tests/skills/cases/meta-edit/fixtures/lf-catalog/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml index ee88a27c..e0d50f54 100644 --- a/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/meta-edit/snapshots/roundtrip-lf-preserve/Configuration.xml b/tests/skills/cases/meta-edit/snapshots/roundtrip-lf-preserve/Configuration.xml index ee88a27c..e0d50f54 100644 --- a/tests/skills/cases/meta-edit/snapshots/roundtrip-lf-preserve/Configuration.xml +++ b/tests/skills/cases/meta-edit/snapshots/roundtrip-lf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/role-compile/fixtures/lf-config/Configuration.xml b/tests/skills/cases/role-compile/fixtures/lf-config/Configuration.xml index ec192299..4aef48dd 100644 --- a/tests/skills/cases/role-compile/fixtures/lf-config/Configuration.xml +++ b/tests/skills/cases/role-compile/fixtures/lf-config/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/role-compile/snapshots/roundtrip-lf-preserve/Configuration.xml b/tests/skills/cases/role-compile/snapshots/roundtrip-lf-preserve/Configuration.xml index 2ada7362..dd41d246 100644 --- a/tests/skills/cases/role-compile/snapshots/roundtrip-lf-preserve/Configuration.xml +++ b/tests/skills/cases/role-compile/snapshots/roundtrip-lf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/subsystem-edit/fixtures/crlf-subsystem/Configuration.xml b/tests/skills/cases/subsystem-edit/fixtures/crlf-subsystem/Configuration.xml index da643e02..31967abe 100644 --- a/tests/skills/cases/subsystem-edit/fixtures/crlf-subsystem/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/fixtures/crlf-subsystem/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/subsystem-edit/fixtures/lf-subsystem/Configuration.xml b/tests/skills/cases/subsystem-edit/fixtures/lf-subsystem/Configuration.xml index b1022249..27f8c24a 100644 --- a/tests/skills/cases/subsystem-edit/fixtures/lf-subsystem/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/fixtures/lf-subsystem/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml b/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml index 7d6b7b98..85168464 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/roundtrip-crlf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/subsystem-edit/snapshots/roundtrip-lf-preserve/Configuration.xml b/tests/skills/cases/subsystem-edit/snapshots/roundtrip-lf-preserve/Configuration.xml index 7d6b7b98..85168464 100644 --- a/tests/skills/cases/subsystem-edit/snapshots/roundtrip-lf-preserve/Configuration.xml +++ b/tests/skills/cases/subsystem-edit/snapshots/roundtrip-lf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/xdto-compile/fixtures/lf-config/Configuration.xml b/tests/skills/cases/xdto-compile/fixtures/lf-config/Configuration.xml index ec192299..4aef48dd 100644 --- a/tests/skills/cases/xdto-compile/fixtures/lf-config/Configuration.xml +++ b/tests/skills/cases/xdto-compile/fixtures/lf-config/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24 diff --git a/tests/skills/cases/xdto-compile/snapshots/roundtrip-lf-preserve/Configuration.xml b/tests/skills/cases/xdto-compile/snapshots/roundtrip-lf-preserve/Configuration.xml index 58ae48bd..60d5061e 100644 --- a/tests/skills/cases/xdto-compile/snapshots/roundtrip-lf-preserve/Configuration.xml +++ b/tests/skills/cases/xdto-compile/snapshots/roundtrip-lf-preserve/Configuration.xml @@ -41,7 +41,7 @@ - Version8_3_27 + Version8_3_24 ManagedApplication PlatformApplication @@ -241,7 +241,7 @@ DontUse TaxiEnableVersion8_2 DontUse - Version8_3_27 + Version8_3_24