add more tests

This commit is contained in:
2026-07-06 14:16:12 +02:00
parent 2fed42fbf4
commit 01247ae744
10 changed files with 80 additions and 36 deletions

View File

@@ -21,7 +21,7 @@ clean-docker: down delete
# mosscap esctl stuff
test: up waitup cluster docs search
test: up waitup cluster docs wait search
cluster:
@echo "setting up elastisearch cluster"
@@ -31,9 +31,12 @@ docs:
@echo "put some docs"
mosscap msc-actions.yaml msc-docs.yaml -n -c 1000 -p 100
wait:
sleep 10
search:
@echo "make some searches"
mosscap msc-actions.yaml msc-search.yaml -n
mosscap msc-actions.yaml msc-search.yaml -n -t 60
clean:
@echo "cleaning up cluster"