enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
201 stars 34 forks source link

All unit tests fail on app-users #7467

Closed jsi closed 4 years ago

jsi commented 4 years ago

On Concourse (https://ci.enonic.io/teams/dev/pipelines/xp-all-master/jobs/build-app-users/builds/721) and locally on my Mac, all the unit tests in app-users fail. Strangely enought, this does not seem to happen on Travis. Please investigate and fix the tests.

jsi commented 4 years ago

Correction: It fails on Travis as well. The reason I didn't think so, was because I asked Travis to rebuild the latest build, but that was on the 7.1 branch so on master this fails, and if I rebuild master on Travis, it does not come up as the latest build, but just a rebuild of the previous build on master: https://travis-ci.org/enonic/app-users/builds/586069206

This is just a wild speculation, but the tests that fail are Java-tests, and there was a lot of new things in the next branch, that had been merged to xp master branch, by the time 7.2.0-SNAPSHOT of app-users was built, so it is most likely a problem in one of the xp-dependencies.

rymsha commented 4 years ago

it is a regression after #7318 testing framework is Junit4 dependent.