problems logging into repository.apache.org

2014-04-04 Thread Alex Parvulescu
Hi, I'm having trouble finishing the release, I can't deploy the artifacts, I get a 401 Unauthorized error. [0] Is anybody else experiencing the same issue? I can't even ask for a password reset, it says my username doesn't exist :( thanks, alex [0] Failed to transfer file:

Re: problems logging into repository.apache.org

2014-04-04 Thread Tommaso Teofili
no idea, but I guess it may be related to yesterday's SVN outage, which was caused by LDAP issues [1] ... maybe worth asking to infra@a.o Tommaso [1] : https://twitter.com/infrabot/status/451726976794263552 2014-04-04 9:48 GMT+02:00 Alex Parvulescu alex.parvule...@gmail.com: Hi, I'm having

jackrabbit-oak build #4026: Fixed

2014-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4026 Status: Fixed Duration: 2786 seconds Commit: a59acc5cd22f35f2c5badb96be04e05008eb3d3c (trunk) Author: Michael Duerig Message: @Trivial: typo git-svn-id:

[trivia] unit test class length

2014-04-04 Thread Davide Giannella
Good afternoon everyone, normally I tend to group all the unit testing per class of coverage. For example all the unit tests related to a class named FooBar will be in a class named FooBarTest. So far so good, it gives me a quick understanding of what I am looking at. Now I have some test

jackrabbit-oak build #4028: Fixed

2014-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4028 Status: Fixed Duration: 2894 seconds Commit: e122b5dd903dcdb824f08459eedf7e5517b561d2 (trunk) Author: Julian Reschke Message: OAK-1266 - implement batch remove git-svn-id:

Re: [trivia] unit test class length

2014-04-04 Thread Michael Dürig
Hi Davide, I wouldn't split just because you reached 3k (or any number of lines of code). Since a unit test is just a collection of tests there is (should be) no further dependency between the various tests beyond belonging to the same unit under test. Thus the number of lines it not a good

Re: [trivia] unit test class length

2014-04-04 Thread Davide Giannella
On 04/04/2014 13:48, Michael Dürig wrote: ... OTHO the size of the test class might be an indicator that the class under test has to many responsibilities and should be split up by itself. Or it could be that I'm paranoid and test every single bit ;) D.

occasional CacheInvalidationIT failure

2014-04-04 Thread Julian Reschke
testCacheInvalidationHierarchical(org.apache.jackrabbit.oak.plugins.document.mongo.CacheInvalidationIT) Time elapsed: 0.03 sec FAILURE! java.lang.AssertionError: expected:2 but was:0 at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647)

Re: [trivia] unit test class length

2014-04-04 Thread Bertrand Delacretaz
On Fri, Apr 4, 2014 at 3:35 PM, Davide Giannella giannella.dav...@gmail.com wrote: ...it could be that I'm paranoid and test every single bit ;)... I don't remember how many times I thought I was being paranoid with tests, and later saw my paranoid tests expose very stupid bugs ;-) -Bertrand

[VOTE] Release Apache Jackrabbit Oak 0.20.0

2014-04-04 Thread Alex Parvulescu
Hi, A candidate for the Jackrabbit Oak 0.20.0 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/oak/0.20.0/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-0.20.0/ The SHA1 checksum of

jackrabbit-oak build #4029: Broken

2014-04-04 Thread Travis CI
Build Update for apache/jackrabbit-oak - Build: #4029 Status: Broken Duration: 1754 seconds Commit: d47d485b0778e45ac89b82293e6cebab848dfc6f (trunk) Author: Julian Reschke Message: OAK-1266 - use cached documents for updates git-svn-id:

Re: [VOTE] Release Apache Jackrabbit Oak 0.20.0

2014-04-04 Thread Davide Giannella
On 04/04/2014 15:51, Alex Parvulescu wrote: [X] +1 Release this package as Apache Jackrabbit Oak 0.20.0 Cheers