[Test] Add test case for node with a full "ask for" inv set. #2619
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow-up work to #2611.
Adding a regression test case for one of the issues solved in #2611:
As none of the mnp inv requests were being removed from the waiting for response inv set and map when the item arrives.
The set was growing non-stop for the entire node life cycle up to the point where no subsequent inv msg were accepted anymore.
After v6.0, as the mnp message will be removed, the test can be moved to be based on quorum inv msgs.