<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>17469</buildableDurationMillis><buildableTimeMillis>17469</buildableTimeMillis><buildingDurationMillis>1120650</buildingDurationMillis><executingTimeMillis>1120650</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>2194</buildNumber><marked><SHA1>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</SHA1><branch><SHA1>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</SHA1><branch><SHA1>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</SHA1><branch><SHA1>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</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 _class='hudson.plugins.jira.JiraBuildAction'></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#2194</displayName><duration>1120650</duration><estimatedDuration>887979</estimatedDuration><fullDisplayName>Solr » Solr-reference-guide-main #2194</fullDisplayName><id>2194</id><inProgress>false</inProgress><keepLog>false</keepLog><number>2194</number><queueId>10208413</queueId><result>SUCCESS</result><timestamp>1776084437499</timestamp><url>https://ci-builds.apache.org/job/Solr/job/Solr-reference-guide-main/2194/</url><builtOn>websites1</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>solr/core/src/test/org/apache/solr/rest/schema/analysis/TestManagedStopFilterFactory.java</affectedPath><affectedPath>solr/modules/ltr/src/test/org/apache/solr/ltr/TestLTROnSolrCloud.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/core/TestSetPropertyConfigApis.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/rest/TestRestManager.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java</affectedPath><affectedPath>solr/modules/ltr/src/test/org/apache/solr/ltr/TestRerankBase.java</affectedPath><affectedPath>solr/core/build.gradle</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/core/TestConfigSetImmutable.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/handler/TestReqParamsAPI.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java</affectedPath><affectedPath>solr/modules/ltr/src/test/org/apache/solr/ltr/store/rest/TestModelManagerPersistence.java</affectedPath><affectedPath>solr/modules/language-models/src/test/org/apache/solr/languagemodels/TestLanguageModelBase.java</affectedPath><affectedPath>solr/solrj/src/test/org/apache/solr/client/solrj/request/SchemaTest.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/handler/BackupRestoreUtils.java</affectedPath><affectedPath>solr/solrj/src/java/org/apache/solr/common/util/URLUtil.java</affectedPath><affectedPath>solr/modules/language-models/src/test/org/apache/solr/languagemodels/textvectorisation/store/rest/TestModelManagerPersistence.java</affectedPath><affectedPath>solr/solrj/src/test/org/apache/solr/common/util/URLUtilTest.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/handler/TestSolrConfigHandlerConcurrent.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/util/RestTestBase.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/handler/TestSolrConfigHandlerCloud.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/util/RestTestHarness.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/rest/schema/analysis/TestManagedSynonymGraphFilterFactory.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/schema/TestUseDocValuesAsStored2.java</affectedPath><affectedPath>solr/core/src/test/org/apache/solr/core/TestCustomStream.java</affectedPath><commitId>6f15595ac4030da9c99135f463cd6bfb9c78390b</commitId><timestamp>1776008265000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>SOLR-18188: RestTestHarness overhaul, add URLUtil.buildURI (#4270)

Refactors RestTestHarness to be immutable and use Jetty HttpClient instead of Apache HttpClient. 
Introduces URLUtil.buildURI helper, used by RestTestHarness and a backup test.

Co-authored-by: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</comment><date>2026-04-12 11:37:45 -0400</date><id>6f15595ac4030da9c99135f463cd6bfb9c78390b</id><msg>SOLR-18188: RestTestHarness overhaul, add URLUtil.buildURI (#4270)</msg><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/rest/schema/TestBulkSchemaAPI.java</file></path><path><editType>edit</editType><file>solr/solrj/src/java/org/apache/solr/common/util/URLUtil.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/handler/TestSolrConfigHandlerCloud.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/schema/TestUseDocValuesAsStored2.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/handler/BackupRestoreUtils.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/util/RestTestBase.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/rest/schema/analysis/TestManagedStopFilterFactory.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/rest/TestRestManager.java</file></path><path><editType>edit</editType><file>solr/modules/ltr/src/test/org/apache/solr/ltr/store/rest/TestModelManagerPersistence.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/handler/TestReqParamsAPI.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/util/RestTestHarness.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/core/TestSolrConfigHandler.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/core/TestConfigSetImmutable.java</file></path><path><editType>edit</editType><file>solr/modules/ltr/src/test/org/apache/solr/ltr/TestRerankBase.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/handler/TestSolrConfigHandlerConcurrent.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/core/TestCustomStream.java</file></path><path><editType>edit</editType><file>solr/modules/language-models/src/test/org/apache/solr/languagemodels/TestLanguageModelBase.java</file></path><path><editType>edit</editType><file>solr/modules/language-models/src/test/org/apache/solr/languagemodels/textvectorisation/store/rest/TestModelManagerPersistence.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/rest/schema/analysis/TestManagedSynonymGraphFilterFactory.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java</file></path><path><editType>edit</editType><file>solr/core/build.gradle</file></path><path><editType>edit</editType><file>solr/modules/ltr/src/test/org/apache/solr/ltr/TestLTROnSolrCloud.java</file></path><path><editType>edit</editType><file>solr/solrj/src/test/org/apache/solr/common/util/URLUtilTest.java</file></path><path><editType>edit</editType><file>solr/core/src/test/org/apache/solr/core/TestSetPropertyConfigApis.java</file></path><path><editType>edit</editType><file>solr/solrj/src/test/org/apache/solr/client/solrj/request/SchemaTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>changelog/unreleased/SOLR-18171-test-framework-external-usage-NPE.yml</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/util/ExternalPaths.java</affectedPath><affectedPath>solr/test-framework/src/java/org/apache/solr/SolrTestCase.java</affectedPath><commitId>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</commitId><timestamp>1776011719000</timestamp><author><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>SOLR-18092: fix solr-test-framework for 3rd party -- ExternalPaths NPE (#4225)

Co-authored-by: David Smiley &lt;dsmiley@apache.org&gt;
</comment><date>2026-04-12 12:35:19 -0400</date><id>1da74ce73a6dffd78568b9f17b4be2dbe307c10a</id><msg>SOLR-18092: fix solr-test-framework for 3rd party -- ExternalPaths NPE (#4225)</msg><path><editType>add</editType><file>changelog/unreleased/SOLR-18171-test-framework-external-usage-NPE.yml</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/util/ExternalPaths.java</file></path><path><editType>edit</editType><file>solr/test-framework/src/java/org/apache/solr/SolrTestCase.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ci-builds.apache.org/user/github</absoluteUrl><fullName>github</fullName></culprit></freeStyleBuild>