[jbosstools-issues] [JBoss JIRA] (JBTIS-1138) Update the wait condition in SAPConnectionTest

Andrej Podhradsky (JIRA) issues at jboss.org
Fri Jul 14 08:28:00 EDT 2017


Andrej Podhradsky created JBTIS-1138:
----------------------------------------

             Summary: Update the wait condition in SAPConnectionTest
                 Key: JBTIS-1138
                 URL: https://issues.jboss.org/browse/JBTIS-1138
             Project: JBoss Tools Integration Stack
          Issue Type: Task
          Components: Fuse IDE, QE
            Reporter: Andrej Podhradsky
            Assignee: Andrej Podhradsky


Update the wait condition in SAPConnectionTest
{code}
new WaitUntil(new ContainsText(testServerConnection.getResultText(), "Server state: STARTED"));
new WaitUntil(new ContainsText(testServerConnection.getResultText(), "Server state: ALIVE"));
{code}

because sometimes there is only the following output
{code}
Server state: changed from STOPPED to STARTED on QUICKSTART

Server state: changed from STARTED to ALIVE on QUICKSTART

Server state: ALIVE

Server state: ALIVE

...
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list