paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

cumulus: parachain system tests broken #6200

Closed sandreim closed 2 weeks ago

sandreim commented 3 weeks ago

It seems a few tests fail when run with experimental-ump-signals feature: cargo test --all-features --profile release -p cumulus-pallet-parachain-system.

This should be fairly easy to fix:

#[cfg(feature = "experimental-ump-signals")]
expect extra messages: UMP_SEPARATOR, UMPSignal::SelectCore

#[cfg(not(feature = "experimental-ump-signals"))]
current assert