Skip to content

Commit 2cccc17

Browse files
Merge pull request #669 from StuartWheater/v6.3.6-dev
Updates to follow align with 6.3.6 virtual release
2 parents d153176 + 10fe92d commit 2cccc17

9 files changed

Lines changed: 27 additions & 22 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
^R/secure.global.ranking.md$
1818
^_pkgdown\.yml$
1919
^docs$
20-
^dsBase_6.3.5.tar.gz$
21-
^dsBase_6.3.5-permissive.tar.gz$
20+
^dsBase_6.3.6.tar.gz$
21+
^dsBase_6.3.6-permissive.tar.gz$
2222
^dsDanger_6.3.4.tar.gz$
2323
^\.circleci$
2424
^\.circleci/config\.yml$

.github/workflows/dsBaseClient_test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Install dsBase to Armadillo
139139
run: |
140140
curl -u admin:admin -X GET http://localhost:8080/packages
141-
curl -u admin:admin -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.5-permissive.tar.gz" -X POST http://localhost:8080/install-package
141+
curl -u admin:admin -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.6-permissive.tar.gz" -X POST http://localhost:8080/install-package
142142
sleep 60
143143
docker restart dsbaseclient-armadillo-1
144144
sleep 30

armadillo_azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
237237
curl -u admin:admin -X GET http://localhost:8080/packages
238238
239-
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.5-permissive.tar.gz" -X POST http://localhost:8080/install-package
239+
curl -u admin:admin --max-time 300 -v -H 'Content-Type: multipart/form-data' -F "file=@dsBase_6.3.6-permissive.tar.gz" -X POST http://localhost:8080/install-package
240240
sleep 60
241241
242242
docker container restart dsbaseclient_armadillo_1

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- bash: |
218218
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'http://localhost:8080'); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
219219
220-
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http://localhost:8080/'); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.5-dev'); opal.logout(opal)"
220+
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http://localhost:8080/'); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.6-dev'); opal.logout(opal)"
221221
222222
sleep 60
223223
Binary file not shown.

opal_azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- bash: |
218218
R -q -e "library(opalr); opal <- opal.login(username = 'administrator', password = 'datashield_test&', url = 'http://localhost:8080'); opal.put(opal, 'system', 'conf', 'general', '_rPackage'); opal.logout(opal)"
219219
220-
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http://localhost:8080/'); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.5-dev'); opal.logout(opal)"
220+
R -q -e "library(opalr); opal <- opal.login('administrator','datashield_test&', url='http://localhost:8080/'); dsadmin.install_github_package(opal, 'dsBase', username = 'datashield', ref = 'v6.3.6-dev'); opal.logout(opal)"
221221
222222
sleep 60
223223

tests/docker/armadillo/standard/config/application.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,13 @@ stdout.log.path: '/logs/armadillo.log'
6767

6868
logging:
6969
level:
70-
root: INFO
70+
root: "warn"
7171
## change to DEBUG to have more details, typically when developing
72-
org.molgenis: INFO
72+
org.molgenis: "warn"
7373
## Don't log upload data
74-
org.apache.coyote.http11.Http11InputBuffer: INFO
74+
org.apache.coyote.http11.Http11InputBuffer: "warn"
75+
## SpringFramework
76+
org.springframework.boot: "warn"
77+
org.springframework.web: "warn"
78+
org.springframework.core: "warn"
79+
org.springframework.codex: "warn"
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"refer_name","rate","lower_tolerance","upper_tolerance"
2-
"conndisconn::perf::simple0","0.04918","0.5","2"
3-
"ds.abs::perf::0","1.184","0.5","2"
4-
"ds.asInteger::perf:0","1.297","0.5","2"
5-
"ds.asList::perf:0","2.884","0.5","2"
6-
"ds.asNumeric::perf:0","1.354","0.5","2"
7-
"ds.assign::perf::0","2.745","0.5","2"
8-
"ds.class::perf::combine:0","3.261","0.5","2"
9-
"ds.colnames::perf:0","8.566","0.5","2"
10-
"ds.exists::perf::combine:0","6.342","0.5","2"
11-
"ds.length::perf::combine:0","7.835","0.5","2"
12-
"ds.mean::perf::combine:0","8.127","0.5","2"
13-
"ds.mean::perf::split:0","8.109","0.5","2"
14-
"void::perf::void::0","20280.0","0.5","2"
2+
"conndisconn::perf::simple0","0.06790","0.5","2"
3+
"ds.abs::perf::0","1.998","0.5","2"
4+
"ds.asInteger::perf:0","2.111","0.5","2"
5+
"ds.asList::perf:0","4.550","0.5","2"
6+
"ds.asNumeric::perf:0","1.879","0.5","2"
7+
"ds.assign::perf::0","4.806","0.5","2"
8+
"ds.class::perf::combine:0","3.865","0.5","2"
9+
"ds.colnames::perf:0","9.577","0.5","2"
10+
"ds.exists::perf::combine:0","8.411","0.5","2"
11+
"ds.length::perf::combine:0","7.957","0.5","2"
12+
"ds.mean::perf::combine:0","9.049","0.5","2"
13+
"ds.mean::perf::split:0","9.429","0.5","2"
14+
"void::perf::void::0","21400.0","0.5","2"

0 commit comments

Comments
 (0)