You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Eric Norman (Jira)" <ji...@apache.org> on 2022/10/20 19:57:00 UTC

[jira] [Resolved] (SLING-11631) The server ready waitForQuietPeriod pause should only happen once

     [ https://issues.apache.org/jira/browse/SLING-11631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Norman resolved SLING-11631.
---------------------------------
    Resolution: Fixed

Fixed at: [c97ac74|https://github.com/apache/sling-org-apache-sling-testing-serversetup/commit/c97ac74e3e40beceedeb68f51b112a8de417d98d] + [d3ad7c8|https://github.com/apache/sling-org-apache-sling-testing-serversetup/commit/d3ad7c82f4f1d1921ed29459a873785a2895eb6a]

> 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
>            Priority: Major
>             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)