You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2013/06/03 11:09:55 UTC

svn commit: r1488925 - /jackrabbit/oak/trunk/.travis.yml

Author: jukka
Date: Mon Jun  3 09:09:55 2013
New Revision: 1488925

URL: http://svn.apache.org/r1488925
Log:
Try re-enabling the MongoDB-based TCK runs in Travis

Modified:
    jackrabbit/oak/trunk/.travis.yml

Modified: jackrabbit/oak/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/.travis.yml?rev=1488925&r1=1488924&r2=1488925&view=diff
==============================================================================
--- jackrabbit/oak/trunk/.travis.yml (original)
+++ jackrabbit/oak/trunk/.travis.yml Mon Jun  3 09:09:55 2013
@@ -18,6 +18,7 @@ script:   mvn verify -Ppedantic,integrat
 language: java
 jdk:
   - oraclejdk7
+services: mongodb
 notifications:
   email: false
   webhooks:



Re: svn commit: r1488925 - /jackrabbit/oak/trunk/.travis.yml

Posted by Jukka Zitting <ju...@apache.org>.
Hi,

On Mon, Jun 3, 2013 at 12:11 PM, Jukka Zitting <ju...@apache.org> wrote:
> I got the TCK running against MongoMK and SegmentMK on my laptop.
> Let's see if it works also on Travis.

It didn't. The tests seem to be passing, but the VersionIT takes more
than 10 minutes, which causes Travis to consider the build a failure.

I re-disabled the MongoDB tests until we figure out what's taking so
long in VersionIT.

BR,

Jukka Zitting

Re: svn commit: r1488925 - /jackrabbit/oak/trunk/.travis.yml

Posted by Jukka Zitting <ju...@apache.org>.
Hi,

On Mon, Jun 3, 2013 at 12:09 PM,  <ju...@apache.org> wrote:
> URL: http://svn.apache.org/r1488925
> Log:
> Try re-enabling the MongoDB-based TCK runs in Travis

I got the TCK running against MongoMK and SegmentMK on my laptop.
Let's see if it works also on Travis.

BR,

Jukka Zitting