-
Notifications
You must be signed in to change notification settings - Fork 729
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SSL Test Failure due to time delays in SSL initialization
Due to time delays between SSL context initialization at the server and and the client program exiting too soon, the SSL tests were failing. The failure happens due to: Required condition was not found: [Output match: Connected to a server] As the client did not connect to the server as expected. This fix reads the jitserver verbose log to confirm if the SSL context is initialized before starting the client. Closes: ##18308 Signed-off-by: SajinaKandy <[email protected]>
- Loading branch information
1 parent
59eb37d
commit 5f6edc8
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters