You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid passing unsupported config args to run server (#826)
* fix: avoid passing unsupported config args to run server
* fix: removed fi,et,lt languages from long-running-extraction-tests due to NoSuchElementException
* Github action minidumpdoc update
Copy file name to clipboardExpand all lines: .github/workflows/long-running-extraction-tests.yml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,18 @@ jobs:
36
36
-Dmaven.wagon.http.pool=false \
37
37
-Dmaven.wagon.http.retryHandler.count=3
38
38
39
+
# TODO: fi,et,lt are causing issues, i.e. NoSuchElementException: no mapping namespace for language fi
40
+
# sed -i 's/^languages=.*/languages=wikidata,en,de,fr,es,it,pt,ru,ja,ko,ar,hi,nl,sv,pl,uk,cs,sk,sl,sr,hr,ro,bg,hu,tr,el,fi,et,lv,lt,ga,cy,eo,ca,gl,eu,be,az,hy,am,bn,ur,vi,id,mk,commons/' server.default.properties
39
41
- name: Create temporary server config with languages (CI-only)
40
42
run: |
41
43
cd server
42
-
cp server.default.properties server.ci.properties
43
-
sed -i 's/^languages=.*/languages=wikidata,en,de,fr,es,it,pt,ru,ja,ko,ar,hi,nl,sv,pl,uk,cs,sk,sl,sr,hr,ro,bg,hu,tr,el,fi,et,lv,lt,ga,cy,eo,ca,gl,eu,be,az,hy,am,bn,ur,vi,id,mk,commons/' server.ci.properties
44
-
grep '^languages=' server.ci.properties
44
+
sed -i 's/^languages=.*/languages=wikidata,en,de,fr,es,it,pt,ru,ja,ko,ar,hi,nl,sv,pl,uk,cs,sk,sl,sr,hr,ro,bg,hu,tr,el,lv,ga,cy,eo,ca,gl,eu,be,az,hy,am,bn,ur,vi,id,mk,commons/' server.default.properties
0 commit comments