Skip to content

Commit 28f0384

Browse files
committed
tests: enable async propagation for cs3apivalidator
1 parent a4f8027 commit 28f0384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.star

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OC_CI_GOLANG = "owncloudci/golang:1.22"
2323
OC_CI_NODEJS = "owncloudci/nodejs:%s"
2424
OC_CI_PHP = "owncloudci/php:%s"
2525
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
26-
OC_CS3_API_VALIDATOR = "owncloud/cs3api-validator:0.2.1"
26+
OC_CS3_API_VALIDATOR = "owncloud/cs3api-validator:0.3.0"
2727
OC_LITMUS = "owncloudci/litmus:latest"
2828
OC_UBUNTU = "owncloud/ubuntu:20.04"
2929
ONLYOFFICE_DOCUMENT_SERVER = "onlyoffice/documentserver:7.5.1"
@@ -1065,7 +1065,7 @@ def cs3ApiTests(ctx, storage, accounts_hash_difficulty = 4):
10651065
"image": OC_CS3_API_VALIDATOR,
10661066
"environment": {},
10671067
"commands": [
1068-
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --endpoint=%s:9142" % OCIS_SERVER_NAME,
1068+
"/usr/bin/cs3api-validator /var/lib/cs3api-validator --async-propagation=true --endpoint=%s:9142" % OCIS_SERVER_NAME,
10691069
],
10701070
},
10711071
],

0 commit comments

Comments
 (0)