[jira] [Commented] (SOLR-8150) Fix build failure due to too much printout from QueryResponseTest

2015-10-10 Thread JIRA

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

Jan Høydahl commented on SOLR-8150:
---

Could be that we should dig to see if there is some unwanted logging going on?
But since the failed test merely exceeded the 8192 bytes limit I figured a 
small limit increase was the way to go as a first step.

> Fix build failure due to too much printout from QueryResponseTest
> -
>
> Key: SOLR-8150
> URL: https://issues.apache.org/jira/browse/SOLR-8150
> Project: Solr
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 5.3, Trunk
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
> Fix For: 5.4, Trunk
>
>
> Jenkins failure:
> {noformat}
> 9. okt. 2015 kl. 08.19 skrev Apache Jenkins Server 
> :
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/463/
> 1 tests failed.
> FAILED:  
> junit.framework.TestSuite.org.apache.solr.client.solrj.response.QueryResponseTest
> Error Message:
> The test or suite printed 8730 bytes to stdout and stderr, even though the 
> limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
> completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
> Stack Trace:
> java.lang.AssertionError: The test or suite printed 8730 bytes to stdout and 
> stderr, even though the limit was set to 8192 bytes. Increase the limit with 
> @Limit, ignore it completely with @SuppressSysoutChecks or run with 
> -Dtests.verbose=true
>   at __randomizedtesting.SeedInfo.seed([96A3A8B2A4180026]:0)
>   at 
> org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:212)
>   at 
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
>   at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>   at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>   at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>   at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>   at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Fix by adding {{@Limit(bytes=2)}} to class {{QueryResponseTest}}
> This applies to both Trunk and 5.x, and is easily reproducible on OSX.



--
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-8150) Fix build failure due to too much printout from QueryResponseTest

2015-10-09 Thread ASF subversion and git services (JIRA)

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

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

Commit 1707817 from jan...@apache.org in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1707817 ]

SOLR-8150: Fix build failure due to too much output from QueryResponseTest 
(backport)

> Fix build failure due to too much printout from QueryResponseTest
> -
>
> Key: SOLR-8150
> URL: https://issues.apache.org/jira/browse/SOLR-8150
> Project: Solr
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: Trunk
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
> Fix For: Trunk
>
>
> Jenkins failure:
> {noformat}
> 9. okt. 2015 kl. 08.19 skrev Apache Jenkins Server 
> :
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/463/
> 1 tests failed.
> FAILED:  
> junit.framework.TestSuite.org.apache.solr.client.solrj.response.QueryResponseTest
> Error Message:
> The test or suite printed 8730 bytes to stdout and stderr, even though the 
> limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
> completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
> Stack Trace:
> java.lang.AssertionError: The test or suite printed 8730 bytes to stdout and 
> stderr, even though the limit was set to 8192 bytes. Increase the limit with 
> @Limit, ignore it completely with @SuppressSysoutChecks or run with 
> -Dtests.verbose=true
>   at __randomizedtesting.SeedInfo.seed([96A3A8B2A4180026]:0)
>   at 
> org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:212)
>   at 
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
>   at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>   at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>   at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>   at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>   at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Fix by adding {{@Limit(bytes=2)}} to class {{QueryResponseTest}}
> This applies to both Trunk and 5.x, and is easily reproducible on OSX.



--
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-8150) Fix build failure due to too much printout from QueryResponseTest

2015-10-09 Thread Joel Bernstein (JIRA)

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

Joel Bernstein commented on SOLR-8150:
--

Probably would be good to commit this so we can get things passing again. 

I was looking for a change that caused this test to start failing but I don't 
see one.

> Fix build failure due to too much printout from QueryResponseTest
> -
>
> Key: SOLR-8150
> URL: https://issues.apache.org/jira/browse/SOLR-8150
> Project: Solr
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: Trunk
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
> Fix For: Trunk
>
>
> Jenkins failure:
> {noformat}
> 9. okt. 2015 kl. 08.19 skrev Apache Jenkins Server 
> :
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/463/
> 1 tests failed.
> FAILED:  
> junit.framework.TestSuite.org.apache.solr.client.solrj.response.QueryResponseTest
> Error Message:
> The test or suite printed 8730 bytes to stdout and stderr, even though the 
> limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
> completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
> Stack Trace:
> java.lang.AssertionError: The test or suite printed 8730 bytes to stdout and 
> stderr, even though the limit was set to 8192 bytes. Increase the limit with 
> @Limit, ignore it completely with @SuppressSysoutChecks or run with 
> -Dtests.verbose=true
>   at __randomizedtesting.SeedInfo.seed([96A3A8B2A4180026]:0)
>   at 
> org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:212)
>   at 
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
>   at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>   at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>   at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>   at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>   at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Fix by adding {{@Limit(bytes=2)}} to class {{QueryResponseTest}}
> This applies to both Trunk and 5.x, and is easily reproducible on OSX.



--
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-8150) Fix build failure due to too much printout from QueryResponseTest

2015-10-09 Thread Joel Bernstein (JIRA)

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

Joel Bernstein commented on SOLR-8150:
--

Ah, just the commit. Thanks!

> Fix build failure due to too much printout from QueryResponseTest
> -
>
> Key: SOLR-8150
> URL: https://issues.apache.org/jira/browse/SOLR-8150
> Project: Solr
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: Trunk
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
> Fix For: Trunk
>
>
> Jenkins failure:
> {noformat}
> 9. okt. 2015 kl. 08.19 skrev Apache Jenkins Server 
> :
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/463/
> 1 tests failed.
> FAILED:  
> junit.framework.TestSuite.org.apache.solr.client.solrj.response.QueryResponseTest
> Error Message:
> The test or suite printed 8730 bytes to stdout and stderr, even though the 
> limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
> completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
> Stack Trace:
> java.lang.AssertionError: The test or suite printed 8730 bytes to stdout and 
> stderr, even though the limit was set to 8192 bytes. Increase the limit with 
> @Limit, ignore it completely with @SuppressSysoutChecks or run with 
> -Dtests.verbose=true
>   at __randomizedtesting.SeedInfo.seed([96A3A8B2A4180026]:0)
>   at 
> org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:212)
>   at 
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
>   at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>   at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>   at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>   at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>   at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Fix by adding {{@Limit(bytes=2)}} to class {{QueryResponseTest}}
> This applies to both Trunk and 5.x, and is easily reproducible on OSX.



--
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-8150) Fix build failure due to too much printout from QueryResponseTest

2015-10-09 Thread ASF subversion and git services (JIRA)

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

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

Commit 1707813 from jan...@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1707813 ]

SOLR-8150: Fix build failure due to too much output from QueryResponseTest

> Fix build failure due to too much printout from QueryResponseTest
> -
>
> Key: SOLR-8150
> URL: https://issues.apache.org/jira/browse/SOLR-8150
> Project: Solr
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: Trunk
>Reporter: Jan Høydahl
>Assignee: Jan Høydahl
> Fix For: Trunk
>
>
> Jenkins failure:
> {noformat}
> 9. okt. 2015 kl. 08.19 skrev Apache Jenkins Server 
> :
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/463/
> 1 tests failed.
> FAILED:  
> junit.framework.TestSuite.org.apache.solr.client.solrj.response.QueryResponseTest
> Error Message:
> The test or suite printed 8730 bytes to stdout and stderr, even though the 
> limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
> completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
> Stack Trace:
> java.lang.AssertionError: The test or suite printed 8730 bytes to stdout and 
> stderr, even though the limit was set to 8192 bytes. Increase the limit with 
> @Limit, ignore it completely with @SuppressSysoutChecks or run with 
> -Dtests.verbose=true
>   at __randomizedtesting.SeedInfo.seed([96A3A8B2A4180026]:0)
>   at 
> org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:212)
>   at 
> com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
>   at 
> org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
>   at 
> org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
>   at 
> org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
>   at 
> org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
>   at 
> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>   at 
> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
>   at java.lang.Thread.run(Thread.java:745)
> {noformat}
> Fix by adding {{@Limit(bytes=2)}} to class {{QueryResponseTest}}
> This applies to both Trunk and 5.x, and is easily reproducible on OSX.



--
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