HoustonPutman commented on PR #3249:
URL: https://github.com/apache/solr/pull/3249#issuecomment-2721420292

   I think this is breaking an integration test, namely: "export fails on non 
cloud mode" in `test_export.bats`.
   
   It gives the following error on Jenkins:
   https://ci-builds.apache.org/job/Solr/job/Solr-Smoketest-9.x/642/
   ```
   not ok 36 export fails on non cloud mode # in 11026 ms
   # (from function `assert_output' in file 
.gradle/node/node_modules/bats-assert/src/assert.bash, line 247,
   #  in test file test/test_export.bats, line 69)
   #   `assert_output --partial "ERROR: Couldn't initialize a 
HttpClusterStateProvider"' failed
   # 
   # -- output does not contain substring --
   # substring (1 lines):
   #   ERROR: Couldn't initialize a HttpClusterStateProvider
   # output (36 lines):
   #   Option '-url','--solr-collection-url': Deprecated for removal since 9.8: 
Use --solr-url and -c / --name instead
   #   Option '-url','--solr-collection-url': Deprecated for removal since 9.8: 
Use --solr-url and -c / --name instead
   # 
   #   ERROR: Failed fetching live_nodes from [http://localhost:40197/solr]. If 
you think your Solr cluster is up and is accessible, you could try re-creating 
a new CloudSolrClient using working solr URLs.
   ```
   
   https://ci-builds.apache.org/job/Solr/job/Solr-TestIntegration-main/123/
   ```
   not ok 35 export fails on non cloud mode # in 11893 ms
   # (from function `assert_output' in file 
.gradle/node/node_modules/bats-assert/src/assert.bash, line 247,
   #  in test file test/test_export.bats, line 69)
   #   `assert_output --partial "ERROR: Couldn't initialize a 
HttpClusterStateProvider"' failed
   # 
   # -- output does not contain substring --
   # substring (1 lines):
   #   ERROR: Couldn't initialize a HttpClusterStateProvider
   # output (2 lines):
   # 
   #   ERROR: Failed fetching live_nodes from [http://localhost:37591/solr]. If 
you think your Solr cluster is up and is accessible, you could try re-creating 
a new CloudSolrClient using working solr URLs.
   ```


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

Reply via email to