fix(ci): AŞAMA 3 test düzeltmeleri

- testnet cargo profili eklendi (CI testleri için gerekli)
- tests-misc.yml: frame-feature-testing feature adı düzeltildi
- 179 UI test .stderr dosyası güncellendi (rebrand yansıması)
- ss58-registry doc testleri: ss58_registry -> pezkuwi_ss58_registry
- ss58-registry doc testleri: TokenRegistry::Dot -> TokenRegistry::Hez
- WORKFLOW_PLAN.md güncellendi (doğru CI komutları)
- 3 pezpallet UI test dosyası düzeltildi:
  - PezpalletInfo -> PalletInfo
  - PezpalletError -> PalletError

Test edildi:
- cargo check --workspace --locked --features experimental,ci-only-tests 
- cargo check --workspace --locked --features try-runtime,experimental,ci-only-tests 
- cargo check --workspace --locked --features runtime-benchmarks 
- cargo test --profile testnet -p pezkuwi-node-metrics --features=runtime-metrics 
- cargo test -p pezframe-support-test UI tests 
- cargo test --doc --workspace --all-features 
- cargo build --profile testnet -p pezkuwi-test-malus 
This commit is contained in:
2025-12-25 09:44:29 +03:00
parent bda0c529ee
commit ec61dca3cf
183 changed files with 1141 additions and 1121 deletions
@@ -1,11 +1,11 @@
error: Pallet indices are conflicting: Both pallets System and Pallet are at index 0
error: Pezpallet indices are conflicting: Both pallets System and Pezpallet are at index 0
--> tests/runtime_ui/conflicting_pallet_index.rs:37:14
|
37 | pub type System = frame_system;
37 | pub type System = pezframe_system;
| ^^^^^^
error: Pallet indices are conflicting: Both pallets System and Pallet are at index 0
error: Pezpallet indices are conflicting: Both pallets System and Pezpallet are at index 0
--> tests/runtime_ui/conflicting_pallet_index.rs:40:14
|
40 | pub type Pallet = pallet;
| ^^^^^^
40 | pub type Pezpallet = pezpallet;
| ^^^^^^^^^
@@ -1,11 +1,11 @@
error: Two pallets with the same name!
--> tests/runtime_ui/conflicting_pallet_name.rs:37:14
|
37 | pub type System = frame_system;
37 | pub type System = pezframe_system;
| ^^^^^^
error: Two pallets with the same name!
--> tests/runtime_ui/conflicting_pallet_name.rs:40:14
|
40 | pub type System = pallet;
40 | pub type System = pezpallet;
| ^^^^^^
@@ -1,11 +1,11 @@
error: Pallet indices are conflicting: Both pallets System and Pallet are at index 0
--> tests/runtime_ui/conflicting_pallet_index.rs:37:14
error: Pezpallet indices are conflicting: Both pallets System and Pezpallet are at index 0
--> tests/runtime_ui/conflicting_pezpallet_index.rs:37:14
|
37 | pub type System = frame_system;
37 | pub type System = pezframe_system;
| ^^^^^^
error: Pallet indices are conflicting: Both pallets System and Pallet are at index 0
--> tests/runtime_ui/conflicting_pallet_index.rs:40:14
error: Pezpallet indices are conflicting: Both pallets System and Pezpallet are at index 0
--> tests/runtime_ui/conflicting_pezpallet_index.rs:40:14
|
40 | pub type Pallet = pallet;
| ^^^^^^
40 | pub type Pezpallet = pezpallet;
| ^^^^^^^^^
@@ -1,11 +1,11 @@
error: Two pallets with the same name!
--> tests/runtime_ui/conflicting_pallet_name.rs:37:14
--> tests/runtime_ui/conflicting_pezpallet_name.rs:37:14
|
37 | pub type System = frame_system;
37 | pub type System = pezframe_system;
| ^^^^^^
error: Two pallets with the same name!
--> tests/runtime_ui/conflicting_pallet_name.rs:40:14
--> tests/runtime_ui/conflicting_pezpallet_name.rs:40:14
|
40 | pub type System = pallet;
40 | pub type System = pezpallet;
| ^^^^^^
@@ -1,5 +1,5 @@
error: Invalid runtime macro call: unexpected attribute. Macro call must be bare, such as `#[frame_support::runtime]` or `#[runtime]`, or must specify the `legacy_ordering` attribute, such as `#[frame_support::runtime(legacy_ordering)]` or #[runtime(legacy_ordering)].
--> tests/runtime_ui/invalid_attribute.rs:18:26
error: Invalid runtime macro call: unexpected attribute. Macro call must be bare, such as `#[pezframe_support::runtime]` or `#[runtime]`, or must specify the `legacy_ordering` attribute, such as `#[pezframe_support::runtime(legacy_ordering)]` or #[runtime(legacy_ordering)].
--> tests/runtime_ui/invalid_attribute.rs:18:29
|
18 | #[frame_support::runtime(dummy)]
| ^^^^^
18 | #[pezframe_support::runtime(dummy)]
| ^^^^^
@@ -1,5 +1,5 @@
error: expected integer literal
--> tests/runtime_ui/invalid_pallet_index.rs:24:29
--> tests/runtime_ui/invalid_pallet_index.rs:24:32
|
24 | #[runtime::pallet_index("0")]
| ^^^
24 | #[runtime::pezpallet_index("0")]
| ^^^
@@ -1,5 +1,5 @@
error: expected integer literal
--> tests/runtime_ui/invalid_pallet_index.rs:24:29
--> tests/runtime_ui/invalid_pezpallet_index.rs:24:32
|
24 | #[runtime::pallet_index("0")]
| ^^^
24 | #[runtime::pezpallet_index("0")]
| ^^^
@@ -1,5 +1,5 @@
error: Missing pallet index for pallet declaration. Please add `#[runtime::pallet_index(...)]`
error: Missing pezpallet index for pezpallet declaration. Please add `#[runtime::pezpallet_index(...)]`
--> tests/runtime_ui/missing_pallet_index.rs:24:5
|
24 | pub type System = frame_system;
24 | pub type System = pezframe_system;
| ^^^
@@ -1,5 +1,5 @@
error: Missing pallet index for pallet declaration. Please add `#[runtime::pallet_index(...)]`
--> tests/runtime_ui/missing_pallet_index.rs:24:5
error: Missing pezpallet index for pezpallet declaration. Please add `#[runtime::pezpallet_index(...)]`
--> tests/runtime_ui/missing_pezpallet_index.rs:24:5
|
24 | pub type System = frame_system;
24 | pub type System = pezframe_system;
| ^^^
@@ -1,4 +1,4 @@
error: `System` pallet declaration is missing. Please add this line: `pub type System = frame_system;`
error: `System` pezpallet declaration is missing. Please add this line: `pub type System = pezframe_system;`
--> tests/runtime_ui/missing_system_pallet.rs:19:5
|
19 | mod runtime {