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: custom timeout for fuzzer #2952

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

gsora
Copy link
Collaborator

@gsora gsora commented Mar 7, 2024

Add fuzz-timeout CLI parameter for TestFuzzer test, that replaces the 20 minutes constant fuzz duration.

Defaults to 20 minutes.

category: feature
ticket: none

Add `fuzz-timeout` CLI parameter for `TestFuzzer` test, that replaces the 20 minutes constant fuzz duration.

Defaults to 20 minutes.
@gsora gsora requested a review from dB2510 March 7, 2024 11:24
Copy link

sonarcloud bot commented Mar 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.00%. Comparing base (f22a2da) to head (2160290).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2952      +/-   ##
==========================================
- Coverage   54.15%   54.00%   -0.16%     
==========================================
  Files         194      194              
  Lines       27399    27399              
==========================================
- Hits        14839    14797      -42     
- Misses      10805    10848      +43     
+ Partials     1755     1754       -1     

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

@gsora gsora added the merge when ready Indicates bulldozer bot may merge when all checks pass label Mar 7, 2024
@obol-bulldozer obol-bulldozer bot merged commit 35090ec into main Mar 7, 2024
12 checks passed
@obol-bulldozer obol-bulldozer bot deleted the gsora/compose-fuzz-custom-timeout branch March 7, 2024 11:28
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.

2 participants