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

Fix hanging CI #1715

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Fix hanging CI #1715

merged 2 commits into from
Oct 23, 2024

Conversation

slundqui
Copy link
Contributor

This PR fixes forever hanging CI when running local_fuzz_bots_test. The issue is around lp_share_price_test, which hangs forever if the iteration of fuzz bots doesn't execute a trade.

@slundqui slundqui changed the title Fuzz hotfix Fix hanging CI Oct 23, 2024
@slundqui slundqui enabled auto-merge (squash) October 23, 2024 23:30
@slundqui slundqui merged commit 5b6458b into delvtech:main Oct 23, 2024
4 checks passed
@slundqui slundqui deleted the fuzz-hotfix branch October 23, 2024 23:33
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.64%. Comparing base (438a56c) to head (322f317).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...c/agent0/hyperfuzz/system_fuzz/invariant_checks.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1715      +/-   ##
==========================================
- Coverage   81.48%   80.64%   -0.84%     
==========================================
  Files          93       93              
  Lines        6974     6966       -8     
==========================================
- Hits         5683     5618      -65     
- Misses       1291     1348      +57     
Flag Coverage Δ
unittests 80.64% <50.00%> (-0.84%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants