Skip to content
Snippets Groups Projects
  • Ole Langbehn's avatar
    3c868e4b
    fix(CI): improve the wait-for-ssl.sh script · 3c868e4b
    Ole Langbehn authored
    about 10-20% of times smoketests were using this script to ensure availability
    of services, the smoketest failed after the script succeeded. This change
    improves the script by:
    
    * providing an early exit for already deployed services without testing
      multiple times for success if the first test succeeds
    * raising the amount of successful checks needed to 25 and sleeping a second
      after each successful test in order to lower the probability of the service
      not being available for the smoketest after the script succeeds.
    3c868e4b
    History
    fix(CI): improve the wait-for-ssl.sh script
    Ole Langbehn authored
    about 10-20% of times smoketests were using this script to ensure availability
    of services, the smoketest failed after the script succeeded. This change
    improves the script by:
    
    * providing an early exit for already deployed services without testing
      multiple times for success if the first test succeeds
    * raising the amount of successful checks needed to 25 and sleeping a second
      after each successful test in order to lower the probability of the service
      not being available for the smoketest after the script succeeds.