This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 2cf02359d34 Remove "crawling a web site" from test_post.bats (#4430)
2cf02359d34 is described below
commit 2cf02359d3497a1f4cf4d7f6227d7d22950e77dd
Author: Jan Høydahl <[email protected]>
AuthorDate: Sat May 16 22:03:26 2026 +0200
Remove "crawling a web site" from test_post.bats (#4430)
---
solr/packaging/test/test_post.bats | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/solr/packaging/test/test_post.bats
b/solr/packaging/test/test_post.bats
index fa60a76afb0..73f4471cc5c 100644
--- a/solr/packaging/test/test_post.bats
+++ b/solr/packaging/test/test_post.bats
@@ -138,22 +138,6 @@ teardown() {
assert_output --partial '"numFound":45'
}
-# this test doesn't complete due to issues in posting to the /extract handler
-@test "crawling a web site" {
- solr create -c webcrawl -d _default
-
- curl -X POST -H 'Content-type:application/json' -d '{
- "add-requesthandler": {
- "name": "/update/extract",
- "class": "solr.extraction.ExtractingRequestHandler",
- "defaults":{ "lowernames": "true", "captureAttr":"true"}
- }
- }' "http://localhost:${SOLR_PORT}/solr/webcrawl/config"
-
- run solr post --mode web -c webcrawl --recursive 1 --delay 1
https://solr.apache.org
- assert_output --partial 'Entering crawl at level 0'
-}
-
@test "skipcommit and optimize and delete" {
run solr create -c monitors2 -d _default