[jira] [Resolved] (JCR-3411) UserManager createUser method without Principal

2017-02-21 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-3411. - Resolution: Later > UserManager createUser method without Principal >

[jira] [Closed] (JCR-4050) Allow creation of users with existing password hashes in UserManager

2017-02-21 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela closed JCR-4050. --- > Allow creation of users with existing password hashes in UserManager >

[jira] [Updated] (JCR-4050) Allow creation of users with existing password hashes in UserManager

2017-02-21 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-4050: Resolution: Won't Fix Status: Resolved (was: Patch Available) i am sorry, but that request doesn't sound

Flaky tests due to timing issues

2017-02-21 Thread Michael Dürig
Hi, I assume that at least some of the tests that sporadically fail on the Apache Jenkins fail because of timing issues. To address this we could either a) skip these tests on Jenkins, b) increase the time-out, c) apply platform dependent time-outs. I would prefer b). I presume that there

Re: [Observation] Should listeners require constant inflow of commits to get all events?

2017-02-21 Thread Stefan Egli
>> >>But agreed, this is a bug and we should fix it. >> >Actually, I'm not too sure as long as we concretely document the >behavior and potentially have a sample abstract >commit-creator/listener which does the job well (may be similar to the >hack I used) I've created OAK-5740 and attached test

Re: Supporting "resumable" operations on a large tree

2017-02-21 Thread Thomas Mueller
Hi, For re-indexing, there are two problems actually: * Indexing can take multiple days, so resume would be nice * For synchronous indexes, indexing create a large commit, which is problematic (specially for MongoDB) To solve both problems ("kill two birds with one stone"), we could instead try

Re: Flaky tests due to timing issues

2017-02-21 Thread Thomas Mueller
Hi, >No I actually meant getting individual time-out values (or a scaling >factor for time-outs) from CIHelper. That class already provides the >means to skip tests based on where they are running. So it should be >relatively straight forward to have it supply scaling factors for >time-outs in a

Re: Flaky tests due to timing issues

2017-02-21 Thread Thomas Mueller
Hi, I assume with (b) you mean: change tests to use loops, combined with very high timeouts. Example: Before: save(); Thread.sleep(1000); assertTrue(abc()); After: save(); for(int i=0; !abc() && i<600; i++) { Thread.sleep(100); } assertTrue(abc()); The

Re: Flaky tests due to timing issues

2017-02-21 Thread Alex Parvulescu
Hi, If in this context b) actually means 'fix the tests to be more lenient' I agree this should be the way to go. However I think the failing tests are not being given enough priority currently and if people aren't able to carve out the time for investigation, then it means we're stuck with very

Re: Flaky tests due to timing issues

2017-02-21 Thread Michael Dürig
On 21.02.17 14:09, Thomas Mueller wrote: Hi, I assume with (b) you mean: change tests to use loops, combined with very high timeouts. Example: No I actually meant getting individual time-out values (or a scaling factor for time-outs) from CIHelper. That class already provides the means to

Re: Flaky tests due to timing issues

2017-02-21 Thread Michael Dürig
On 21.02.17 15:32, Alex Parvulescu wrote: Hi, If in this context b) actually means 'fix the tests to be more lenient' I agree this should be the way to go. Yes and this is not necessarily bad as I presume that some of the time-outs might well be overly tight (at least in some

[Oak origin/1.6] Apache Jackrabbit Oak matrix - Build # 1441 - Still Failing

2017-02-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1441) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1441/ to view the results. Changes: [reschke] OAK-5738: Potential NPE in LargeLdapProviderTest

[Oak origin/1.4] Apache Jackrabbit Oak matrix - Build # 1442 - Still Failing

2017-02-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1442) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1442/ to view the results. Changes: [reschke] OAK-5738: Potential NPE in LargeLdapProviderTest

[Oak origin/trunk] Apache Jackrabbit Oak matrix - Build # 1444 - Still Failing

2017-02-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1444) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1444/ to view the results. Changes: [reschke] OAK-5738: Potential NPE in LargeLdapProviderTest

[Oak origin/1.2] Apache Jackrabbit Oak matrix - Build # 1443 - Still Failing

2017-02-21 Thread Apache Jenkins Server
The Apache Jenkins build system has built Apache Jackrabbit Oak matrix (build #1443) Status: Still Failing Check console output at https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/1443/ to view the results. Changes: [reschke] OAK-5738: Potential NPE in LargeLdapProviderTest