Add test to demonstrate the failure scenario (#1999)

The change adds a test to show the failure scenario that caused #1812 to
be rolled back (more context:
https://github.com/paritytech/polkadot-sdk/issues/493#issuecomment-1772009924)

Summary of the scenario:
1. Node has finished downloading up to block 1000 from the peers, from
the canonical chain.
2. Peers are undergoing re-org around this time. One of the peers has
switched to a non-canonical chain, announces block 1001 from that chain
3. Node downloads 1001 from the peer, and tries to import which would
fail (as we don't have the parent block 1000 from the other chain)

---------

Co-authored-by: Dmitry Markin <dmitry@markin.tech>
This commit is contained in:
Rahul Subramaniyam
2023-10-31 05:11:00 -07:00
committed by GitHub
parent 18ad449015
commit d85c1d9117
2 changed files with 126 additions and 1 deletions
Generated
+1 -1
View File
@@ -18466,7 +18466,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
"rustix 0.38.8",
"rustix 0.38.21",
"windows-sys 0.48.0",
]