From 5ca88230711c14880eb6ac02a304c302649c64ce Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 20 Aug 2024 17:17:28 +0200 Subject: [PATCH] Fix e2e tests (#296) Signed-off-by: Andrei Kvapil --- Makefile | 1 + hack/e2e.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62fc1a00..e2a449c7 100644 --- a/Makefile +++ b/Makefile @@ -31,3 +31,4 @@ assets: test: make -C packages/core/testing apply make -C packages/core/testing test + make -C packages/cort/testing delete diff --git a/hack/e2e.sh b/hack/e2e.sh index 4d8329c9..d41c457f 100755 --- a/hack/e2e.sh +++ b/hack/e2e.sh @@ -309,7 +309,7 @@ kubectl wait --timeout=5m --for=condition=available -n tenant-root deploy root-i kubectl wait --timeout=5m --for=jsonpath=.status.readyReplicas=3 -n tenant-root sts etcd # Wait for Victoria metrics -kubectl wait --timeout=5m --for=condition=available deploy -n tenant-root vmalert-vmalert vminsert-longterm vminsert-shortterm +kubectl wait --timeout=5m --for=condition=available deploy -n tenant-root vmalert-vmalert-longterm vmalert-vmalert-shortterm vminsert-longterm vminsert-shortterm kubectl wait --timeout=5m --for=jsonpath=.status.readyReplicas=2 -n tenant-root sts vmalertmanager-alertmanager vmselect-longterm vmselect-shortterm vmstorage-longterm vmstorage-shortterm # Wait for grafana