Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-18521] Fixing flaky IT, send remove tx to another node (#2761)
PR #2748, introduced new IT to ensure the fix. However, there is some flakiness manifested with this IT, caused by sending the remove consenter transaction to the "to be removed" node. Removing the consenter is a config transaction where codes after sending it ensure a new block with the config update successfully committed, which is the root cause for the flakiness. Once OSN is removed from the channel, it no longer can server deliver requests for clients trying to fetch from it. This commit, fixes it by sending remove OSN config updated transaction to a different node instead. Signed-off-by: Artem Barger <[email protected]>
- Loading branch information