From 07c4d56884a73477453268d70fba00793e0eb0e0 Mon Sep 17 00:00:00 2001 From: alexander-gesinn Date: Thu, 12 Dec 2024 14:11:55 +0100 Subject: [PATCH] temp. debugging Solr --- .github/workflows/test.yml | 6 ++++++ test.ini | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 925d070..a614d59 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,6 +62,12 @@ jobs: # Replace default path to CKAN core config file with the one on the container sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini + - name: Check Solr schema version + run: curl -s "http://solr:8983/solr/ckan/admin/file?file=schema.xml" + + - name: Fetch Solr logs + run: docker logs $(docker ps -qf "ancestor=ckan/ckan-solr:${{ matrix.ckan-version }}-solr9") || true + - name: Setup extension continue-on-error: ${{ matrix.experimental }} run: | diff --git a/test.ini b/test.ini index a09cbbc..c8e9f69 100755 --- a/test.ini +++ b/test.ini @@ -10,7 +10,7 @@ port = 5000 [app:main] use = config:../ckan/test-core.ini -#ckan.plugins = multiuploader +ckan.plugins = multiuploader #solr_url = http://127.0.0.1:8983/solr/ckan