Skip to content
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

Merged
merged 4 commits into from
Aug 4, 2023

Conversation

dB2510
Copy link
Contributor

@dB2510 dB2510 commented Aug 2, 2023

Integrates p2p fuzz to compose.

category: test
ticket: #2375

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch coverage: 42.85% and project coverage change: -0.01% ⚠️

Comparison is base (0d88974) 53.65% compared to head (e0ba231) 53.65%.

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     
Files Changed Coverage Δ
testutil/compose/config.go 72.72% <ø> (ø)
testutil/compose/run.go 81.00% <33.33%> (-3.22%) ⬇️
testutil/compose/lock.go 76.22% <100.00%> (ø)

... and 8 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +44 to +48
charonCmd := cmdRun
if conf.P2PFuzz {
nodes[0].EnvVars = append(nodes[0].EnvVars, kv{"p2p-fuzz", fmt.Sprintf(`"%v"`, conf.P2PFuzz)})
charonCmd = cmdUnsafeRun
}
Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah cool

@dB2510 dB2510 self-assigned this Aug 4, 2023
@dB2510 dB2510 added the merge when ready Indicates bulldozer bot may merge when all checks pass label Aug 4, 2023
@obol-bulldozer obol-bulldozer bot merged commit 2b768e3 into main Aug 4, 2023
12 of 13 checks passed
@obol-bulldozer obol-bulldozer bot deleted the dhruv/composep2pfuzz branch August 4, 2023 05:17
gsora pushed a commit that referenced this pull request Aug 9, 2023
Integrates p2p fuzz to compose.

category: test
ticket: #2375
obol-bulldozer bot pushed a commit that referenced this pull request Aug 9, 2023
The following PRs have been cherry-picked:

- #2490
- #2494
- #2496
- #2509
- #2510
- #2504
- #2511
- #2514
- #2516
- #2518


category: misc
ticket: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants