Re: Tests are flaky on clean checkout

2019-10-07 Thread Andreas Schildbach
Do tests actually fail? If all you see is errors on the console that's normal because the unit tests try to test all error cases too. Obviously tests shouldn't fail. We managed to fix almost all flakes, only once every approx 100 builds I've got a hanging test. That's on Ubuntu 18.04, OpenJDK 8.

Tests are flaky on clean checkout

2019-10-04 Thread Christian Gruber
Hey, Totally new to bitcoinj, and so I'm sorry if I'm missing some obvious configuration (Followed the docs, which I understand are a bit out of date). Anyway, I checked out a clean clone of master, and ran `gradle clean build` per the instructions. The first time I ran them, I got warnings