On 18.03.2020 10:19, Angela Schreiber wrote:
Hi Julian

I got the following error during step 6:

[INFO] 6. Build the release candidate
[INFO]
[INFO]    Running the Maven build: mvn clean verify -Ppedantic
[INFO]
[ERROR]   NOT OK: mvn clean verify -Ppedantic
[ERROR]
[ERROR] See ./target/jackrabbit-oak-1.8.21.log for full details.

and from the log file:.

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.014 s 
<<< FAILURE! - in org.apache.jackrabbit.oak.run.UtilsTest
[ERROR] validateMongoUri(org.apache.jackrabbit.oak.run.UtilsTest)  Time elapsed: 3.014 s 
 <<< ERROR!
com.mongodb.MongoTimeoutException: Timed out after 3000 ms while waiting to 
connect. Client view of cluster state is {type=UNKNOWN, 
servers=[{address=127.0.0.1:27017, type=UNKNOWN, state=CONNECTING, 
exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, 
caused by {java.net.ConnectException: Connection refused (Connection refused)}}]
at org.apache.jackrabbit.oak.run.UtilsTest.validateMongoUri(UtilsTest.java:38)

[INFO] Running org.apache.jackrabbit.oak.run.DataStoreCheckTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 s 
- in org.apache.jackrabbit.oak.run.DataStoreCheckTest
[INFO] Running org.apache.jackrabbit.oak.run.JsonIndexTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - 
in org.apache.jackrabbit.oak.run.JsonIndexTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   UtilsTest.validateMongoUri:38 » MongoTimeout Timed out after 3000 ms 
while wai...
[INFO]

shall i run it again or is this already a blocker for the release?

kind regards
angela

That's a test problem I've seen as well; should go away if you run a
local Mongo instance. Now the interesting question is why this hasn't
surfaced before...

Best regards, Julian

Reply via email to