add check to make sure upgrade sequences of both channel ends are in sync after ChanUpgradeTry
succeeds
#5299
Labels
channel-upgradability
Channel upgradability feature
testing
Testing package and unit/integration tests
type: code hygiene
Clean up code but without changing functionality or interfaces
we are missing a check to make sure that the upgrade sequences of both channel ends are in sync after
ChannelUpgradeTry
succeeds. If you add after this line a check like thissuite.Require().Equal(path.EndpointA.GetChannel().UpgradeSequence, path.EndpointB.GetChannel().UpgradeSequence)
you will see that this test will fail.Originally posted by @crodriguezvega in #5231 (comment)
The text was updated successfully, but these errors were encountered: