<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.TimerTrigger$TimerTriggerCause'><shortDescription>Started by timer</shortDescription></cause></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>21226381</buildableDurationMillis><buildableTimeMillis>21226381</buildableTimeMillis><buildingDurationMillis>158358</buildingDurationMillis><executingTimeMillis>158358</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>0</waitingDurationMillis><waitingTimeMillis>0</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmain _class='hudson.plugins.git.util.Build'><buildNumber>1185</buildNumber><marked><SHA1>f7ad4f1019891bc0eeed346dab1b3770f301e163</SHA1><branch><SHA1>f7ad4f1019891bc0eeed346dab1b3770f301e163</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>f7ad4f1019891bc0eeed346dab1b3770f301e163</SHA1><branch><SHA1>f7ad4f1019891bc0eeed346dab1b3770f301e163</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>f7ad4f1019891bc0eeed346dab1b3770f301e163</SHA1><branch><SHA1>f7ad4f1019891bc0eeed346dab1b3770f301e163</SHA1><name>refs/remotes/origin/main</name></branch></lastBuiltRevision><remoteUrl>https://gitbox.apache.org/repos/asf/solr.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1185</displayName><duration>158358</duration><estimatedDuration>141739</estimatedDuration><fullDisplayName>Solr » OWASP-main #1185</fullDisplayName><id>1185</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1185</number><queueId>8581219</queueId><result>FAILURE</result><timestamp>1774868266411</timestamp><url>https://ci-builds.apache.org/job/Solr/job/OWASP-main/1185/</url><builtOn>lucene-solr-3</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java</affectedPath><affectedPath>solr/solr-ref-guide/modules/indexing-guide/examples/IndexingNestedDocuments.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/search/join/TestCloudNestedDocsSort.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/update/DeleteByIdWithRouterFieldTest.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/cloud/RecoveryZkTestWithAuth.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKGEquiv.java</affectedPath><affectedPath>solr/benchmark/src/java/org/apache/solr/bench/SolrBenchState.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetJoinDomain.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/cloud/RecoveryStrategyStressTest.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/SolrBackend.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/servlet/TestRequestRateLimiter.java</affectedPath><affectedPath>changelog/unreleased/SOLR-18150-SolrBackend.yml</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/cloud/RemoteSolrBackend.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/embedded/EmbeddedSolrBackend.java</affectedPath><commitId>af21fef102425e2c1b8240634f4eec13eae1e627</commitId><timestamp>1774797793000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>SOLR-18150: Add SolrBackend abstraction for test/benchmark deployments (#4214)

SOLR-18150: Add SolrBackend abstraction for test/benchmark deployments

Created SolrBackend interface to abstract over different Solr deployment
types (embedded, remote, Jetty, MiniSolrCloudCluster) with a unified API
for collection/configSet management, diagnostics, and node URL access.
JettySolrRunner now manages a HttpJettySolrClient instance, get via getSolrClient.

This PR only introduces the abstraction; follow-on PRs will add callers
in benchmarks and tests.

Co-authored-by: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</comment><date>2026-03-29 11:23:13 -0400</date><id>af21fef102425e2c1b8240634f4eec13eae1e627</id><msg>SOLR-18150: Add SolrBackend abstraction for test/benchmark deployments (#4214)</msg><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKG.java</file></path><path><editType>add</editType><file>solr/test-framework/src/java/org/apache/solr/SolrBackend.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/search/facet/RangeFacetCloudTest.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/cloud/RecoveryZkTest.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetJoinDomain.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/search/facet/TestCloudJSONFacetSKGEquiv.java</file></path><path><editType>edit</editType><file>solr/solr-ref-guide/modules/indexing-guide/examples/IndexingNestedDocuments.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/search/join/TestCloudNestedDocsSort.java</file></path><path><editType>add</editType><file>solr/test-framework/src/java/org/apache/solr/cloud/RemoteSolrBackend.java</file></path><path><editType>edit</editType><file>solr/benchmark/src/java/org/apache/solr/bench/SolrBenchState.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/servlet/TestRequestRateLimiter.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java</file></path><path><editType>add</editType><file>solr/test-framework/src/java/org/apache/solr/embedded/EmbeddedSolrBackend.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/update/DeleteByIdWithRouterFieldTest.java</file></path><path><editType>add</editType><file>changelog/unreleased/SOLR-18150-SolrBackend.yml</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/cloud/RecoveryStrategyStressTest.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/cloud/RecoveryZkTestWithAuth.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/cross-dc-manager/src/test/org/apache/solr/crossdc/manager/SolrAndKafkaIntegrationTest.java</affectedPath><commitId>f7ad4f1019891bc0eeed346dab1b3770f301e163</commitId><timestamp>1774813297000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></author><authorEmail>dsmiley@apache.org</authorEmail><comment>SOLR-18077: ignore flaky test
</comment><date>2026-03-29 15:41:37 -0400</date><id>f7ad4f1019891bc0eeed346dab1b3770f301e163</id><msg>SOLR-18077: ignore flaky test</msg><path><editType>edit</editType><file>solr/cross-dc-manager/src/test/org/apache/solr/crossdc/manager/SolrAndKafkaIntegrationTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ci-builds.apache.org/user/anshum</absoluteUrl><fullName>Anshum Gupta</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/hossman</absoluteUrl><fullName>Chris M. Hostetter</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/jdyer</absoluteUrl><fullName>James Dyer</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/dsmiley</absoluteUrl><fullName>David Smiley</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/mlbiscoc</absoluteUrl><fullName>Matthew Biscocho</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/gerlowskija</absoluteUrl><fullName>Jason Gerlowski</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/epugh</absoluteUrl><fullName>David Eric Pugh</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/ishan</absoluteUrl><fullName>Ishan Chattopadhyaya</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/houston</absoluteUrl><fullName>Houston Putman</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/janhoy</absoluteUrl><fullName>Jan Høydahl</fullName></culprit><culprit><absoluteUrl>https://ci-builds.apache.org/user/abenedetti</absoluteUrl><fullName>Alessandro Benedetti</fullName></culprit></freeStyleBuild>