[jboss-jira] [JBoss JIRA] (WFLY-12514) Server reload race conditions in testsuite/integration/multinode
Brian Stansberry (Jira)
issues at jboss.org
Sun Sep 8 11:40:00 EDT 2019
Brian Stansberry created WFLY-12514:
---------------------------------------
Summary: Server reload race conditions in testsuite/integration/multinode
Key: WFLY-12514
URL: https://issues.jboss.org/browse/WFLY-12514
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Brian Stansberry
The testsuite/integration/multinode suite includes two servers. Tests do various manipulations of those servers and use the ServerReload utility to attempt to reload the servers if necessary.
The problem is the default behavior of most of the ServerReload utility methods is to use TestsuiteEnvironment to get the address/port of the server to connect to after the reload in order to poll waiting for completion of the reload. But that breaks down in multi-server environments as TestsuiteEnvironment is going to only provide the data for one of the servers, so ServerReload is not going to accurately wait for completion of reload for the other.
ServerReload provides a method where the address/port to use for waiting can be provided.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
More information about the jboss-jira
mailing list