Conversation
halfalicious
left a comment
There was a problem hiding this comment.
Need to fix test failures and maybe include ethash version
|
How did the appveyor configs change? Are these builds still for Windows? |
I restarted AppVeyor build. It usually times out because with first build after Hunter upgrade it has to build and cache dependencies. |
|
Hey @halfalicious, after Windows build restart there are some blockchain tests failures. Can you check maybe on Windows yourself? |
Sure, will build overnight and run tests tomorrow. |
Getting failures and the stsstoretest appears to have hung (I let the tests run all day and it was still going when I got back) - console output: |
|
Bad news @halfalicious, the stSStoreTest tests run extremely slow. Did you use Debug build? |
I did but the test was running for a good few hours, I’d expect it to have completed? I can try running a release build if you’d like. |
Re-ran the tests using a release build, still get a failure and a test hang (tests were running for at least 8 hours so I think "BlockhashDoesntNeedLastHashesInExperimental" is hung): |
Upgrades Hunter to v0.23.178. This upgrades following packages: - leveldb to 1.22, it now builds natively on Windows, - Crypto++ to 8.2.0. The ethash stays at version 0.4.4, the current default version in Hunter.
Codecov Report
@@ Coverage Diff @@
## master #5506 +/- ##
=========================================
- Coverage 62.43% 61.9% -0.54%
=========================================
Files 350 345 -5
Lines 29548 28713 -835
Branches 3326 3264 -62
=========================================
- Hits 18448 17774 -674
+ Misses 9898 9773 -125
+ Partials 1202 1166 -36 |
Upgrades Hunter to v0.23.178.
This upgrades following packages:
The ethash stays at version 0.4.4, the current default version in Hunter.