You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test that follow-chain also works with child chains. (#3887)
## Motivation
There were some reports of `sync` after `follow-chain` not working.
`follow-chain` is only used directly after `forget-chain` (for the same
chain) in the tests currently, so that the chain is still in the
database.
## Proposal
Also test `follow_chain` in
`test_end_to_end_assign_greatgrandchild_chain`.
## Test Plan
This seems fine on `main`. I will backport this to `testnet_babbage`.
## Release Plan
- Backport to `testnet_babbage` and fix, if necessary.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments