Add upgrade check to stateful dependent field

This commit is contained in:
Kruglov Pavel 2023-02-28 17:45:04 +01:00 committed by GitHub
parent 29296cb004
commit 4e0a4e56c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@
"docker/test/stateful": {
"name": "clickhouse/stateful-test",
"dependent": [
"docker/test/stress"
"docker/test/stress",
"docker/test/upgrade"
]
},
"docker/test/unit": {