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 8b9ce3e150
commit 83538f342d
5 changed files with 164 additions and 2 deletions

View File

@@ -43,6 +43,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 ./build.sh