[jira] [Commented] (OAK-1472) ConcurrentAddReferenceTest#addReferences still fails

2014-03-17 Thread Julian Reschke (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937970#comment-13937970
 ] 

Julian Reschke commented on OAK-1472:
-

Concurrency issues with the RDB persistence are indeed on my TODO list.

 ConcurrentAddReferenceTest#addReferences still fails
 

 Key: OAK-1472
 URL: https://issues.apache.org/jira/browse/OAK-1472
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: angela
Assignee: Julian Reschke
 Fix For: 0.19


 the test ConcurrentAddReferenceTest#addReferences is marked with @Ignore 
 pointing to OAK-1137 which has been resolved already for release 0.12.
 Opening a new issue here in order to keep track of the failing test and get a 
 resolution for this.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OAK-1472) ConcurrentAddReferenceTest#addReferences still fails

2014-03-04 Thread Alex Parvulescu (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919330#comment-13919330
 ] 

Alex Parvulescu commented on OAK-1472:
--

the test is now enabled and passing except for the {{DOCUMENT_JDBC}} where I've 
disabled it.

 ConcurrentAddReferenceTest#addReferences still fails
 

 Key: OAK-1472
 URL: https://issues.apache.org/jira/browse/OAK-1472
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: angela
Assignee: Alex Parvulescu
 Fix For: 0.19


 the test ConcurrentAddReferenceTest#addReferences is marked with @Ignore 
 pointing to OAK-1137 which has been resolved already for release 0.12.
 Opening a new issue here in order to keep track of the failing test and get a 
 resolution for this.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (OAK-1472) ConcurrentAddReferenceTest#addReferences still fails

2014-02-28 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13915571#comment-13915571
 ] 

angela commented on OAK-1472:
-

no, it's excluded from execution as it has the @Ignore annotation set.

 ConcurrentAddReferenceTest#addReferences still fails
 

 Key: OAK-1472
 URL: https://issues.apache.org/jira/browse/OAK-1472
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: angela
 Fix For: 0.19


 the test ConcurrentAddReferenceTest#addReferences is marked with @Ignore 
 pointing to OAK-1137 which has been resolved already for release 0.12.
 Opening a new issue here in order to keep track of the failing test and get a 
 resolution for this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (OAK-1472) ConcurrentAddReferenceTest#addReferences still fails

2014-02-28 Thread angela (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13915646#comment-13915646
 ] 

angela commented on OAK-1472:
-

ok... even better :-) so feel free to enable it and resolve this issue.

 ConcurrentAddReferenceTest#addReferences still fails
 

 Key: OAK-1472
 URL: https://issues.apache.org/jira/browse/OAK-1472
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: angela
Assignee: Alex Parvulescu
 Fix For: 0.19


 the test ConcurrentAddReferenceTest#addReferences is marked with @Ignore 
 pointing to OAK-1137 which has been resolved already for release 0.12.
 Opening a new issue here in order to keep track of the failing test and get a 
 resolution for this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (OAK-1472) ConcurrentAddReferenceTest#addReferences still fails

2014-02-28 Thread Alex Parvulescu (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13915662#comment-13915662
 ] 

Alex Parvulescu commented on OAK-1472:
--

damn, it did not work as expected, marking as Ignored again... :)

{code}
addReferences[4](org.apache.jackrabbit.oak.jcr.ConcurrentAddReferenceTest)  
Time elapsed: 25.25 sec   FAILURE!
java.lang.AssertionError: expected:100 but was:99
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at 
org.apache.jackrabbit.oak.jcr.ConcurrentAddReferenceTest.addReferences(ConcurrentAddReferenceTest.java:96)
{code}

 ConcurrentAddReferenceTest#addReferences still fails
 

 Key: OAK-1472
 URL: https://issues.apache.org/jira/browse/OAK-1472
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: angela
Assignee: Alex Parvulescu
 Fix For: 0.19


 the test ConcurrentAddReferenceTest#addReferences is marked with @Ignore 
 pointing to OAK-1137 which has been resolved already for release 0.12.
 Opening a new issue here in order to keep track of the failing test and get a 
 resolution for this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (OAK-1472) ConcurrentAddReferenceTest#addReferences still fails

2014-02-27 Thread Alex Parvulescu (JIRA)

[ 
https://issues.apache.org/jira/browse/OAK-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13914350#comment-13914350
 ] 

Alex Parvulescu commented on OAK-1472:
--

is this test still failing? for me it looks good locally.

 ConcurrentAddReferenceTest#addReferences still fails
 

 Key: OAK-1472
 URL: https://issues.apache.org/jira/browse/OAK-1472
 Project: Jackrabbit Oak
  Issue Type: Bug
  Components: core, jcr
Reporter: angela
 Fix For: 0.19


 the test ConcurrentAddReferenceTest#addReferences is marked with @Ignore 
 pointing to OAK-1137 which has been resolved already for release 0.12.
 Opening a new issue here in order to keep track of the failing test and get a 
 resolution for this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)