This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 6963b30  Make smoke test a little lenient in case one backup is slow
6963b30 is described below

commit 6963b30d9118266494bcd830172e8be25a3a82ec
Author: Houston Putman <[email protected]>
AuthorDate: Mon Jun 27 14:56:16 2022 -0400

    Make smoke test a little lenient in case one backup is slow
---
 hack/release/smoke_test/test_cluster.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hack/release/smoke_test/test_cluster.sh 
b/hack/release/smoke_test/test_cluster.sh
index 2f950eb..274e654 100755
--- a/hack/release/smoke_test/test_cluster.sh
+++ b/hack/release/smoke_test/test_cluster.sh
@@ -233,8 +233,8 @@ sleep 15
 printf "\nQuery the prometheus exporter, test for 
'http://example-solrcloud-*.example-solrcloud-headless.default:8983/solr' 
(internal) URL being scraped.\n"
 curl --silent "http://localhost:18984/metrics"; | grep 
'http://example-solrcloud-.*.example-solrcloud-headless.default:8983/solr' > 
/dev/null
 
-printf "\nWait 20 seconds, so that more backups can be taken.\n"
-sleep 20
+printf "\nWait 22 seconds, so that more backups can be taken.\n"
+sleep 22
 
 printf "\nList the backups, and make sure that >= 3 have been taken (should be 
four), but only 3 are saved.\n"
 BACKUP_RESP=$(curl --silent -L 
"http://localhost:18983/solr/admin/collections?action=LISTBACKUP&name=ex-back-smoke-test&repository=local&collection=smoke-test&location=/var/solr/data/backup-restore/local/test-dir";)

Reply via email to