-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testutil/compose: integrate p2p fuzz to compose #2504
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2504 +/- ##
==========================================
- Coverage 53.65% 53.65% -0.01%
==========================================
Files 199 199
Lines 26813 26818 +5
==========================================
+ Hits 14387 14389 +2
- Misses 10643 10647 +4
+ Partials 1783 1782 -1
☔ View full report in Codecov by Sentry. |
charonCmd := cmdRun | ||
if conf.P2PFuzz { | ||
nodes[0].EnvVars = append(nodes[0].EnvVars, kv{"p2p-fuzz", fmt.Sprintf(`"%v"`, conf.P2PFuzz)}) | ||
charonCmd = cmdUnsafeRun | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@corverroos only node0 has p2p-fuzz
enabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah cool
e61547f
to
e0ba231
Compare
Integrates p2p fuzz to compose. category: test ticket: #2375
Integrates p2p fuzz to compose.
category: test
ticket: #2375