-
Notifications
You must be signed in to change notification settings - Fork 25
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
Hybrid integration test follow up #1479
Hybrid integration test follow up #1479
Conversation
quick question, which encrypt command are you calling in test_hybrid()? |
7925b17
to
2b06be6
Compare
@tyurek I was calling failure is the same, and has to do with how the network.toml is loaded in. . I think we just need to use the sharded version, looking into it. |
ok, just fixed the issue with the network.toml file in the |
got the the test is still failing, though:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1479 +/- ##
==========================================
- Coverage 93.37% 93.20% -0.17%
==========================================
Files 239 239
Lines 43476 43547 +71
==========================================
- Hits 40594 40590 -4
- Misses 2882 2957 +75 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Alex Koshelev <[email protected]>
fcfdfa6
into
private-attribution:main
adds an integration test for the hybrid protocol, plus a bunch of bug fixes to get it to work