You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2015/10/09 22:54:05 UTC

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

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

Joel Bernstein edited comment on SOLR-8150 at 10/9/15 8:53 PM:
---------------------------------------------------------------

Ah, just saw the commit. Thanks!


was (Author: joel.bernstein):
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 <je...@builds.apache.org>:
> 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=20000)}} 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org