-
Notifications
You must be signed in to change notification settings - Fork 22
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: e2e defunct process #192
Fix: e2e defunct process #192
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #192 +/- ##
=======================================
Coverage 51.43% 51.43%
=======================================
Files 114 114
Lines 16948 16950 +2
=======================================
+ Hits 8717 8719 +2
Misses 7491 7491
Partials 740 740
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Great job, man. 💯
It fixes the test probabilistic failure that we had long missed.
A minor correction would make it better.
Description
protocol/testing.go
data directory path empty (uset.TempDir()
temp directory)mockStore.GetReceiptsByHash
concurrent errorChanges include
Checklist
Testing