magibney commented on PR #2221: URL: https://github.com/apache/solr/pull/2221#issuecomment-3543342822
[Test failure](https://github.com/apache/solr/actions/runs/19439745944/job/55619834113) hasn't reproduced for me locally: ``` ./gradlew :solr:core:test --tests "org.apache.solr.search.TestQueryLimits.testAdjustShardRequestLimits" "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=9EF16791021EE82D -Ptests.timeoutSuite=600000! -Ptests.useSecurityManager=true -Ptests.file.encoding=US-ASCII ``` ``` 2> 34795 INFO (TEST-TestQueryLimits.testAdjustShardRequestLimits-seed#[9EF16791021EE82D]) [n: c: s: r: x: t:] o.a.s.SolrTestCaseJ4 ###Ending testAdjustShardRequestLimits > java.lang.AssertionError: should have full results: { > "responseHeader":{ > "zkConnected":true, > "partialResultsDetails":"[Shard:http://127.0.0.1:34045/solr/test_shard1_replica_n11]Limits exceeded! ([process] Limit(s) exceeded prior to facet in [delayingSearchComponent, query, facet, facet_module, mlt, highlight, stats, expand, terms, debug]): Query limits: [TimeAllowedLimit:LIMIT EXCEEDED]", > "partialResults":true, > "cpuTime":86, > "status":0, > "QTime":373}, > "grouped":{ > "val_i":{ > "matches":100, > "groups":[ ... > { > "groupValue":"2", > "doclist":{ > "numFound":0, > "start":0, > "numFoundExact":true, > "docs":[]}}]}}} expected null, but was:<true> > at __randomizedtesting.SeedInfo.seed([9EF16791021EE82D:316796918915397C]:0) > at org.junit.Assert.fail(Assert.java:89) > at org.junit.Assert.failNotNull(Assert.java:756) > at org.junit.Assert.assertNull(Assert.java:738) > at org.apache.solr.search.TestQueryLimits.testAdjustShardRequestLimits(TestQueryLimits.java:133) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
