[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255879#comment-15255879
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 0304729f8e2677b16366e7ff7f4139ad132c7400 in lucene-solr's branch 
refs/heads/branch_5_5 from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=0304729 ]

SOLR-8789: Remove the *Tests regular expression from the build xml, and instead 
rename CollectionsAPISolrJTests to CollectionsAPISolrJTest


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>Assignee: Anshum Gupta
> Fix For: master, 6.0, 5.5.1
>
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-04-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255878#comment-15255878
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 153a13c9ae153df6f32358fe06d2d490812fdbb8 in lucene-solr's branch 
refs/heads/branch_5_5 from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=153a13c ]

SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>Assignee: Anshum Gupta
> Fix For: master, 6.0, 5.5.1
>
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-04-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255025#comment-15255025
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 1fb79c94b182e0fbe4c5f90033cd6d34033c773a in lucene-solr's branch 
refs/heads/branch_5x from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=1fb79c9 ]

SOLR-8789: Remove the *Tests regular expression from the build xml, and instead 
rename CollectionsAPISolrJTests to CollectionsAPISolrJTest


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>Assignee: Anshum Gupta
> Fix For: master, 6.0, 5.5.1
>
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-04-22 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255024#comment-15255024
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 87f99019acd8a82756ee930a1b088f9a514e0f75 in lucene-solr's branch 
refs/heads/branch_5x from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=87f9901 ]

SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>Assignee: Anshum Gupta
> Fix For: master, 6.0, 5.5.1
>
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196067#comment-15196067
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 2ff013cdc49d82f96715f700e1c3999f76adeb13 in lucene-solr's branch 
refs/heads/branch_6_0 from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2ff013c ]

SOLR-8789: Remove the *Tests regular expression from the build xml, and instead 
rename CollectionsAPISolrJTests to CollectionsAPISolrJTest


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
> Fix For: master, 6.0
>
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196066#comment-15196066
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 94325a9095fed26128cff8eb3256680f1dd01399 in lucene-solr's branch 
refs/heads/branch_6_0 from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=94325a9 ]

SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
> Fix For: master, 6.0
>
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181361#comment-15181361
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 0ac5d724b207e052ca86ef413fbd9d76fdadf72d in lucene-solr's branch 
refs/heads/branch_6x from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=0ac5d72 ]

SOLR-8789: Remove the *Tests regular expression from the build xml, and instead 
rename CollectionsAPISolrJTests to CollectionsAPISolrJTest


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181359#comment-15181359
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 437170fa88bc9ee5ee8da1a597b4dfc2d20160a3 in lucene-solr's branch 
refs/heads/master from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=437170f ]

SOLR-8789: Remove the *Tests regular expression from the build xml, and instead 
rename CollectionsAPISolrJTests to CollectionsAPISolrJTest


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181350#comment-15181350
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 651da42116f169c1391309d16eb8aa7d1b9d49fb in lucene-solr's branch 
refs/heads/branch_6x from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=651da42 ]

SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181343#comment-15181343
 ] 

ASF subversion and git services commented on SOLR-8789:
---

Commit 6772ed09e8097b6c93774b96fce914eb847aaa41 in lucene-solr's branch 
refs/heads/master from anshum
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=6772ed0 ]

SOLR-8789: Fix common-build.xml to run tests in classes that end in *Tests.java


> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
> Attachments: SOLR-8789.patch
>
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread Shawn Heisey (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181328#comment-15181328
 ] 

Shawn Heisey commented on SOLR-8789:


Obviously I'm blind.  I saw the recent comments, but didn't look closely at the 
issue description.

> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread Shawn Heisey (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181310#comment-15181310
 ] 

Shawn Heisey commented on SOLR-8789:


In lucene/common-build.xml:




Remove the last "s" from the class name on the test.

> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread Anshum Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15181301#comment-15181301
 ] 

Anshum Gupta commented on SOLR-8789:


./solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTests.java

> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-8789) CollectionAPISolrJTests is not run when running ant test

2016-03-04 Thread Martin Gainty (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15180774#comment-15180774
 ] 

Martin Gainty commented on SOLR-8789:
-

anshum/eric 

solr-5.3.1>find . -name *Test*.java
?

can you be specific on which filenames e.g. *Test*.java are *supposed to be* 
located in solr
?

> CollectionAPISolrJTests is not run when running ant test
> 
>
> Key: SOLR-8789
> URL: https://issues.apache.org/jira/browse/SOLR-8789
> Project: Solr
>  Issue Type: Bug
>Reporter: Anshum Gupta
>
> The pattern that is used to run the tests on Jenkins (ant test) is (from 
> lucene/common-build.xml) :
> {code}
> 
> 
> {code}
> CollectionAPISolrJTests ends in an extra 's' and so is not executed. We need 
> to either fix the pattern or the test name to make sure that this test is run.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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