Eric Norman created SLING-11631:
-----------------------------------
Summary: The server ready waitForQuietPeriod pause should only
happen once
Key: SLING-11631
URL: https://issues.apache.org/jira/browse/SLING-11631
Project: Sling
Issue Type: Bug
Components: Testing
Reporter: Eric Norman
Assignee: Eric Norman
Fix For: Apache Sling Server Setup Tools 1.0.6
When specifying a value for the "server.ready.quiet.period.seconds" system
property it is expected to pause for that duration once after the server is
ready.
Currently, the waitForQuietPeriod pause is happening every time the
SlingTestBase#getServerBaseUrl or SlingTestBase#getOsgiConsoleClient is
invoked. If your tests happen to call either of those apis then you may get
unexpected waiting during your test run.
Expected:
After the SlingTestBase#waitForQuietPeriod has been invoked once, it should not
do the wait logic again.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)