Hi all,
i’m following the steps described at syncope side to deploy syncope with maven.
i’m using syncope 2.1.4
maven :
[root@test_non_usare bin]# mvn --version
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T09:58:13+02:00)
i got this error:
ERROR] Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 263.684
s <<< FAILURE! - in org.apache.syncope.fit.core.PullTaskITCase
[ERROR] reconcileFromLDAP Time elapsed: 24.004 s <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <null> but was:
<org.apache.syncope.common.lib.to.AttrTO@f36afeef>
at
org.apache.syncope.fit.core.PullTaskITCase.reconcileFromLDAP(PullTaskITCase.java:449)
……
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52:39 min
[INFO] Finished at: 2019-05-30T19:09:41+02:00
[INFO] Final Memory: 275M/916M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:2.22.1:verify (default) on
project syncope-fit-core-reference: There are test failures.
[ERROR]
[ERROR] Please refer to
/home/eyeass/syncope-2.1.4/fit/core-reference/target/failsafe-reports for the
individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstream.
how can i solve this error ?
Thanks