Kad-dht regression sweep across versions and muxers#346
Merged
Conversation
Sequential kad-dht regression sweep across nim-libp2p versions and muxers, env-configurable via REGRESSION_* (smoke / single-version / full matrix). Each version x muxer combination is one full NimLibp2pExperiment run via Multiple. Rebased onto master from the stale alan/regression-campaign branch (20 commits behind). This runner was the only piece still unique to that branch -- the kad-dht mesh formation, publisher provisioning, and num_relay_nodes rename it was built on have since landed on master independently. Passes num_relay_nodes (not the old num_nodes key) and drops the add_parser override that master's BaseExperiment now forbids. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
radiken
force-pushed
the
alan/regression-kad-matrix
branch
from
July 9, 2026 17:40
0004f31 to
e9bcdf8
Compare
radiken
marked this pull request as ready for review
July 9, 2026 17:44
AlbertoSoutullo
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds
multi_nimlibp2p_kad, aMultipleexperiment that runs the nim-libp2p regression as a kad-dht sweep.