-
Notifications
You must be signed in to change notification settings - Fork 136
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
Duplicate tproxy MG test in integration tests #1262
Duplicate tproxy MG test in integration tests #1262
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1262 +/- ##
=======================================
Coverage 19.30% 19.30%
=======================================
Files 164 164
Lines 10849 10849
=======================================
Hits 2094 2094
Misses 8755 8755
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
🚨 2 Alerts
Click to view all benchmark results
|
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.
I tested it many times, and some of them I got this error, I don't know if you already noticed it:
running 2 tests
thread 'translation_proxy' panicked at tests-integration/tests/common/mod.rs:162:14:
called `Result::unwrap()` on an `Err` value: JsonRpc(Transport(SocketError(Os { code: 35, kind: WouldBlock, message: "Resource temporarily unavailable" })))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test translation_proxy ... FAILED
thread 'success_pool_template_provider_connection' panicked at tests-integration/tests/common/mod.rs:162:14:
called `Result::unwrap()` on an `Err` value: JsonRpc(Transport(SocketError(Os { code: 35, kind: WouldBlock, message: "Resource temporarily unavailable" })))
test success_pool_template_provider_connection ... FAILED
failures:
failures:
success_pool_template_provider_connection
translation_proxy
test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 37.93s
error: test failed, to rerun pass `-p integration-test --test pool_integration`
7ee9303
to
8389498
Compare
WARNING: this commit is just to illustrate how to unblock stratum-mining#1262 DO NOT CHERRY PICK, we still need to fix unnecessary JDC logic
WARNING: this commit is just to illustrate how to unblock stratum-mining#1262 DO NOT CHERRY PICK, we still need to fix unnecessary JDC logic
8389498
to
3ef0d87
Compare
905ff56
to
8c7a09e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b4efbd2
to
a7551ff
Compare
a7551ff
to
6884c19
Compare
6884c19
to
31c52f1
Compare
resolves #1208