From 1cc3cde185d6cf0afc33698ae84bcd36b73b31c7 Mon Sep 17 00:00:00 2001 From: Yogananth Subramanian Date: Thu, 3 Oct 2024 07:55:14 +0530 Subject: [PATCH] chore(RHIDP-4039): 1.3-mvp-catalog-size-api-scalability Set entitiy timeout to 1800 --- ci-scripts/rhdh-setup/create_resource.sh | 2 +- test.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/rhdh-setup/create_resource.sh b/ci-scripts/rhdh-setup/create_resource.sh index 76c234c..4a28b55 100755 --- a/ci-scripts/rhdh-setup/create_resource.sh +++ b/ci-scripts/rhdh-setup/create_resource.sh @@ -117,7 +117,7 @@ clone_and_upload() { ACCESS_TOKEN=$(get_token "rhdh") curl -k "$(backstage_url)/api/catalog/locations" --cookie "$COOKIE" --cookie-jar "$COOKIE" -X POST -H 'Accept-Encoding: gzip, deflate, br' -H 'Authorization: Bearer '"$ACCESS_TOKEN" -H 'Content-Type: application/json' --data-raw '{"type":"url","target":"'"${upload_url}"'"}' - timeout=600 + timeout=1800 timeout_timestamp=$(date -d "$timeout seconds" "+%s") last_count=-1 while true; do diff --git a/test.env b/test.env index b71d6f2..4b23657 100644 --- a/test.env +++ b/test.env @@ -61,7 +61,7 @@ export DURATION=15m export PRE_LOAD_DB=true export SCALE_ACTIVE_USERS_SPAWN_RATES='100:5' export SCALE_BS_USERS_GROUPS='10000:2000' -export SCALE_CATALOG_SIZES='1:1 2500:1 5000:1 6000:1 7000:1 8000:1 9000:1 10000:1 11000:1 12000:1 13000:1 14000:1 15000:1' +export SCALE_CATALOG_SIZES='1:1 5000:1 5100:1 5200:1 5300:1 5400:1' export SCALE_CPU_REQUESTS_LIMITS=: export SCALE_DB_STORAGES=1Gi export SCALE_MEMORY_REQUESTS_LIMITS=: