[jboss-jira] [JBoss JIRA] (WFLY-12108) Add a better timeout for the ConsoleAccessLogTestCase

James Perkins (Jira) issues at jboss.org
Tue May 21 16:52:00 EDT 2019


James Perkins created WFLY-12108:
------------------------------------

             Summary: Add a better timeout for the ConsoleAccessLogTestCase
                 Key: WFLY-12108
                 URL: https://issues.jboss.org/browse/WFLY-12108
             Project: WildFly
          Issue Type: Bug
          Components: Test Suite
            Reporter: James Perkins
            Assignee: James Perkins


The {{ConsoleAccessLogTestCase}} had a potential for race conditions only waiting 1 second for messages to be logged. The test has now failed twice and CI which indicates that is not a long enough timeout. The test should be updated with a better timeout routine.

Due to this the {{testPredicate()}} should be removed. It always ran the risk of getting a false positive due to the possible race between when the log is written vs when it is read. Since the timeout will be increased I see no reason to leave this test. If there are concerns with the predicate not working a test should be written in Undertow and likely already exists.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list