Closed hansieodendaal closed 1 month ago
2 files 86 suites 23m 54s :stopwatch: 1 339 tests 1 339 :white_check_mark: 0 :zzz: 0 :x: 2 677 runs 2 677 :white_check_mark: 0 :zzz: 0 :x:
Results for commit 81f423bb.
:recycle: This comment has been updated with latest results.
2 files + 2 11 suites +11 24m 37s :stopwatch: + 24m 37s 36 tests +36 34 :white_check_mark: +34 0 :zzz: ±0 2 :x: +2 38 runs +38 36 :white_check_mark: +36 0 :zzz: ±0 2 :x: +2
For more details on these failures, see this check.
Results for commit 81f423bb. ± Comparison against base commit c6cbbc1f.
:recycle: This comment has been updated with latest results.
Description
Added resiliency to the merge mining proxy monerod connection:
monero.fail
is not availableconfig.toml
or from the command line)Motivation and Context
All the things addressed in this PR were handled inadequately.
How Has This Been Tested?
use_dynamic_fail_data = false
. [PASSED]use_dynamic_fail_data = true
butmonero_fail_url
is invalid. [PASSED]use_dynamic_fail_data = false
with 5 entries in themonerod_url
list but where the first 4 entries are invalid. [PASSED]match inner.handle(&method_name, request).await {
, all of this while merge mining is taking place. [PASSED]Stress test results
What process can a PR reviewer use to test or verify this change?
Breaking Changes