-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: big refactor of TestHttpFetch, add basic aggregateevent testing #420
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feat/add-bitswap-tracking #420 +/- ##
=============================================================
+ Coverage 76.66% 76.87% +0.21%
=============================================================
Files 86 86
Lines 6325 6332 +7
=============================================================
+ Hits 4849 4868 +19
+ Misses 1232 1224 -8
+ Partials 244 240 -4
|
c960977
to
69ac45b
Compare
curious, bitswap tests now failing on windows with long runs (~30s), they really shouldn't run that long regardless |
Comparing Windows test run times on this branch:
Linux runs are obviously faster but still show notable difference:
Will revisit tomorrow. |
running a profile just on
so just wiring up the aggregateeventrecorder is a huge problem; this is likely going to be an issue in production for Saturn. |
5d42c16
to
14f244d
Compare
14f244d - missing |
Builds on #345 but is separate because this is a major refactor of
TestHttpFetch
, mainly just moving things around to make it slightly more readable.Also adds some basic aggregateevent testing into the integration test so we can start to assert it reports things that we expect.