[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13414988#comment-13414988
 ] 

Robert Muir commented on LUCENE-4214:
-

Martijn, I don't think the current number is ok for nightly builds either.

This test took more than an hour last night! :)

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir

 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Chris Male (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415068#comment-13415068
 ] 

Chris Male commented on LUCENE-4214:


I havent looked at the test much but I imagine it probably randomly generates 
groups, so maybe the number of groups heavily influences the time.

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415071#comment-13415071
 ] 

Robert Muir commented on LUCENE-4214:
-

This patch fixes the variance (as mentioned above)

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Chris Male (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415073#comment-13415073
 ] 

Chris Male commented on LUCENE-4214:


Oh right I understand what you mean by currently now.

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415087#comment-13415087
 ] 

Robert Muir commented on LUCENE-4214:
-

unpatched: 62.87s, 14.08s, 6.05s, 41.36s, 3.90s, 8.14s, 12.50s, 16.09s, 7.02s, 
7.18s, 125.19s, 37.17s
patched:3.03s,  3.76s, 3.22s,  4.20s, 2.10s, 6.47s,  4.03s,  5.85s, 3.39s, 
2.39s,   2.16s,  2.82s


 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Chris Male (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415090#comment-13415090
 ] 

Chris Male commented on LUCENE-4214:


Awesome +1

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Martijn van Groningen (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415329#comment-13415329
 ] 

Martijn van Groningen commented on LUCENE-4214:
---

Yeah one hour is way to long... even for the nightly build. Thanks Robert for 
fixing this!

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Fix For: 4.0, 5.0

 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-16 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13415334#comment-13415334
 ] 

Robert Muir commented on LUCENE-4214:
-

I think the one hour might be related to clover. Lets give it some time and see.

Because if thats all it is, we could use the test multiplier here (clover uses 
1x), so that we get 
more test coverage in nightly and hourly builds, without disrupting things. I 
just wanted to
see if we can stabilize the test for now :)

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir
Assignee: Robert Muir
 Fix For: 4.0, 5.0

 Attachments: LUCENE-4214.patch


 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-4214) TestJoinUtil sometimes takes minutes

2012-07-15 Thread Martijn van Groningen (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13414747#comment-13414747
 ] 

Martijn van Groningen commented on LUCENE-4214:
---

I think lowering the number of search and index iterations would be fine for 
regular builds and nightly builds can keep the current number of maximum 
iterations.

 TestJoinUtil sometimes takes minutes
 

 Key: LUCENE-4214
 URL: https://issues.apache.org/jira/browse/LUCENE-4214
 Project: Lucene - Java
  Issue Type: Task
  Components: general/test
Reporter: Robert Muir

 common.test:
 [junit4:junit4] JUnit4 says aloha! Master seed: 4CF29391D095CE45
 [junit4:junit4] Executing 2 suites with 2 JVMs.
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
 [junit4:junit4] Completed on J1 in 2.48s, 7 tests
 [junit4:junit4]  
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:27:14, no events in: 68.2s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] HEARTBEAT J0: 2012-07-11T14:28:14, no events in:  128s, 
 approx. at: TestJoinUtil.testMultiValueRandomJoin
 [junit4:junit4] Suite: org.apache.lucene.search.join.TestJoinUtil

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org