server: Add verification of whether lock was called within out outside of apply

This commit is contained in:
Marek Siarkowicz
2022-04-05 14:32:22 +02:00
parent 6c974a3e31
commit 1d3517020b
5 changed files with 164 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ set -o pipefail
# e.g. add/update missing dependencies. Such divergences should be
# detected and trigger a failure that needs explicit developer's action.
export GOFLAGS=-mod=readonly
export ETCD_VERIFY=all
source ./scripts/test_lib.sh
source ./scripts/build.sh