Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-2741][WFLY-3058] Management op administrative cancellation and timeouts #6237

Merged
merged 6 commits into from May 27, 2014

Conversation

bstansberry
Copy link
Contributor

Supersedes #6206 by continuing on with further work related to operation cancellation.

See description of #6206 for discussion of the operation timeout piece (the 1st two commits).

This PR adds commits related to administratively canceling problematic ops.

Caveat: it is still not possible to force MSC stability if some service will not properly return from start/stop. See https://issues.jboss.org/browse/MSC-143. But the cancellation fixes included here will allow the HC processes to no longer block waiting for servers to stabilize, making it possible for an admin to take corrective action (e.g. kill the hung server.)

The last 3 commits do the following:

  1. Expose a resource for each currently executing management operation:

[domain@localhost:9990 /] /host=master/core-service=management/service=management-operations:read-children-resources(child-type=active-operation)
{
"outcome" => "success",
"result" => {"-63170310" => {
"access-mechanism" => "undefined",
"address" => [
("host" => "master"),
("core-service" => "management"),
("service" => "management-operations")
],
"caller-thread" => "management-handler-thread - 3",
"cancelled" => false,
"exclusive-running-time" => -1L,
"execution-status" => "executing",
"operation" => "read-children-resources",
"running-time" => 3534000L
}}
}

Strip /host=master off the address for the standalone server address; include server=<?> for the domain server address.

  1. Include a "cancel" op in those resources, which if invoked interrupts the thread executing the op. Canceling an op is done via thread interruption, as has been the case since 7.0.

  2. Implement a number of fixes related to ensuring that canceling an op via interruption is properly propagated throughout a managed domain, while also ensuring that the thread interruption that is the basic mechanism for cancellation does not result in inadvertently closing the communication channels between the processes in the domain.

  3. The ModelControllerClient async API has always supported canceling op from the client side by canceling the Future returned from executeAsync. This is now more reliable in a domain due to 3) above.

  4. The parent resource for the active-operation resources includes two convenience operations:

a) find-non-progressing-operation: Checks for an operation that has been holding the exclusive operation execution lock for greater than the provided number of seconds, and if found return its id.

b) cancel-non-progressing-operation: Like find-non-progressing-operation, but instead of returning an operation's id, it cancels that operation.

The intent of these two ops is to simplify identifying/canceling the problem operation that is hanging with the exclusive lock while a number of other ops are blocking waiting for that lock.

@wildfly-ci
Copy link

Build 3575 is now running using a merge of e3dd102

@wildfly-ci
Copy link

Build 3575 outcome was FAILURE using a merge of e3dd102
Summary: Tests failed: 4 (4 new), passed: 5791, ignored: 94 Build time: 1:50:08

Build problems:

Failed tests detected

java.lang.AssertionError: expected:<restart-required> but was:<running>
java.lang.AssertionError: expected:<restart-required> but was:<running>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at org.jboss.as.controller.OperationTimeoutUnitTestCase.testBlockInRollback(OperationTimeoutUnitTestCase.java:165)
java.lang.Exception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
java.lang.Exception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397)
    at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
    at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:572)
    at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
    at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
    at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:640)
    at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
    at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
    at org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase.checkGetURL(TransportGuaranteeTestCase.java:181)
    at org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase.testTransportGuaranteedDD(TransportGuaranteeTestCase.java:238)
java.lang.AssertionError: Auditable event was't logged into the syslog
java.lang.AssertionError: Auditable event was't logged into the syslog
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertNotNull(Assert.java:621)
    at org.jboss.as.test.integration.auditlog.AuditLogToSyslogTestCase.testAuditLoggingToSyslog(AuditLogToSyslogTestCase.java:108)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
    at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
    at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
    at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
    at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
    at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:102)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5 ...
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: stateful-failover.war
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: stateful-failover.war
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:146)
    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:161)
    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:128)
    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271)
    at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:127)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
    at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
    at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
    at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
    at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
    at org.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer.deploy(ClientDeployer.java:93)
    at org.jboss.as.test.clustering.NodeUtil.deploy(NodeUtil.java:41)
    at org.jboss.as.test.clustering.cluster.ClusterAbstractTestCase.deploy(ClusterAbstractTestCase.java:115)
    at org.jboss.as.test.clustering.cluster.ClusterAbstractTestCase.beforeTestMethod(ClusterAbstractTestCase.java:91)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invok ...

Failed tests

org.jboss.as.controller.OperationTimeoutUnitTestCase.testBlockInRollback: java.lang.AssertionError: expected:<restart-required> but was:<running>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase.testTransportGuaranteedDD: java.lang.Exception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397)
    at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)

org.jboss.as.test.integration.auditlog.AuditLogToTCPSyslogTestCase.testAuditLoggingToSyslog: java.lang.AssertionError: Auditable event was't logged into the syslog
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase(SYNC-tcp).noFailover: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: stateful-failover.war
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)

@bstansberry
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Build 3579 is now running using a merge of e3dd102

@wildfly-ci
Copy link

Build 3579 outcome was SUCCESS using a merge of e3dd102
Summary: Tests passed: 5795, ignored: 94 Build time: 1:52:05

@bstansberry
Copy link
Contributor Author

So, it seems there is some intermittent issue with OperationTimeoutUnitTestCase. I've never had that fail locally. Investigating...

@bstansberry
Copy link
Contributor Author

The OperationTimeoutUnitTestCase issue should be sorted now.

@wildfly-ci
Copy link

Build 3597 is now running using a merge of 9c2bb35

@wildfly-ci
Copy link

Build 3597 outcome was SUCCESS using a merge of 9c2bb35
Summary: Tests passed: 5795, ignored: 94 Build time: 1:50:03

@bstansberry
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Build 3601 is now running using a merge of 9c2bb35

@wildfly-ci
Copy link

Build 3601 outcome was SUCCESS using a merge of 9c2bb35
Summary: Tests passed: 5795, ignored: 94 Build time: 1:50:34

@bstansberry
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Build 3605 is now running using a merge of 9c2bb35

@wildfly-ci
Copy link

Build 3605 outcome was FAILURE using a merge of 9c2bb35
Summary: Tests failed: 18 (18 new), passed: 5777, ignored: 94 Build time: 1:54:49

Build problems:

Failed tests detected

java.util.concurrent.TimeoutException: Operation timed out
java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)
    at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:105)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockCompletionCancelSlave(OperationCancellationTestCase.java:399)
java.lang.AssertionError: block not present after 5000 ms
java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertNotNull(Assert.java:621)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.findActiveOperation(OperationCancellationTestCase.java:899)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.findActiveOperation(OperationCancellationTestCase.java:869)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveServerBlockRuntimeCancelMaster(OperationCancellationTestCase.java:584)
java.util.concurrent.TimeoutException: Operation timed out
java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)
    at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:105)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockModelCancelSlave(OperationCancellationTestCase.java:354)
java.util.concurrent.TimeoutException: Operation timed out
java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)
    at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:105)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelMaster(OperationCancellationTestCase.java:484)
org.jboss.as.test.integration.management.util.MgmtOperationException: Management operation succeeded.
org.jboss.as.test.integration.management.util.MgmtOperationException: Management operation succeeded.
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForFailure(DomainTestUtils.java:176)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.executeForFailure(OperationCancellationTestCase.java:955)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.validateNoActiveOperation(OperationCancellationTestCase.java:918)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockRuntimeCancelMaster(OperationCancellationTestCase.java:436)

##### and more errors, see build details

Failed tests

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockCompletionCancelSlave: java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveServerBlockRuntimeCancelMaster: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockModelCancelSlave: java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelMaster: java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockRuntimeCancelMaster: org.jboss.as.test.integration.management.util.MgmtOperationException: Management operation succeeded.
    at org.jboss.as.test.integration.domain.management.util.DomainTestUtils.executeForFailure(DomainTestUtils.java:176)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.executeForFailure(OperationCancellationTestCase.java:955)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveServerBlockRuntimeCancelServer: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockRollbackCancelSlave: java.lang.AssertionError: block not in status rolling-back after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockRollbackCancelMaster: java.lang.AssertionError: block not in status rolling-back after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelServer: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockRuntimeCancelServer: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterBlockCompletion: java.lang.AssertionError: block not in status completing after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)


##### there are 8 more failed tests, see build details

@wildfly-ci
Copy link

Build 3614 is now running using a merge of 7feca6b

@wildfly-ci
Copy link

Build 3617 is now running using a merge of c6dd663

@wildfly-ci
Copy link

Build 3614 outcome was SUCCESS using a merge of c6dd663
Summary: Tests passed: 5795, ignored: 94 Build time: 1:49:42

@wildfly-ci
Copy link

Build 3617 outcome was FAILURE using a merge of c6dd663
Summary: Tests failed: 1 (1 new), passed: 5794, ignored: 94 Build time: 1:50:04

Build problems:

Failed tests detected

java.lang.AssertionError: Client with valid certificate should be authenticated.
Expected: a string containing "\"outcome\" => \"success\""
     but: was "1: INFO  [org.jboss.modules] JBoss Modules version 1.3.3.Final
INFO  [org.xnio] XNIO version 3.2.2.Final
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.2.2.Final
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.3.Final
org.jboss.as.cli.CliInitializationException: Failed to connect to the controller
 at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:278)
 at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:241)
 at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at org.jboss.modules.Module.run(Module.java:312)
 at org.jboss.modules.Main.main(Main.java:460)
Caused by: org.jboss.as.cli.CommandLineException: The controller is not available at [::1]:9993
 at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1028)
 at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:840)
 at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:819)
 at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:276)
 ... 8 more
Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to https-remoting://[::1]:9993. The connection timed out
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
 at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1005)
 ... 11 more
Caused by: java.net.ConnectException: JBAS012144: Could not connect to https-remoting://[::1]:9993. The connection timed out
 at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:119)
 at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
 at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
 at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:204)
 at org.jboss.as.cli.impl.CLIModelControllerClient.getOrCreateChannel(CLIModelControllerClient.java:169)
 at org.jboss.as.cli.impl.CLIModelControllerClient$2.getChannel(CLIModelControllerClient.java:129)
 at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:117)
 at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:92)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
 ... 13 more
"
java.lang.AssertionError: Client with valid certificate should be authenticated.
Expected: a string containing "\"outcome\" => \"success\""
     but: was "1: INFO  [org.jboss.modules] JBoss Modules version 1.3.3.Final
INFO  [org.xnio] XNIO version 3.2.2.Final
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.2.2.Final
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.3.Final
org.jboss.as.cli.CliInitializationException: Failed to connect to the controller
    at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:278)
    at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:241)
    at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.modules.Module.run(Module.java:312)
    at org.jboss.modules.Main.main(Main.java:460)
Caused by: org.jboss.as.cli.CommandLineException: The controller is not available at [::1]:9993
    at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1028)
    at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:840)
    at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:819)
    at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:276)
    ... 8 more
Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to https-remoting://[::1]:9993. The connection timed out
    at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
    at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
    at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1005)
    ... 11 more
Caused by: java.net.ConnectException: JBAS012144: Could not connect to https-remoting://[::1]:9993. The connection timed out
    at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:119)
    at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
    at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
    at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:204)
    at org.jboss.as.cli.impl.CLIModelControllerClient.getOrCreateChannel(CLIModelControllerClient.java:169)
    at org.jboss.as.cli.impl.CLIModelControllerClient$2.getChannel(CLIModelControllerClient.java:129)
    at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:117)
    at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:92)
    at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
    at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
    at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
    ... 13 more
"
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
    at org.junit.Assert.assertThat(Assert.java:865)
    at org.jboss.as.test.manualmode.management.cli.HTTPSConnectionWithCLITestCase.testTrustedCLICertificate(HTTPSConnectionWithCLITestCase.java:166)

Failed tests

org.jboss.as.test.manualmode.management.cli.HTTPSConnectionWithCLITestCase.testTrustedCLICertificate: java.lang.AssertionError: Client with valid certificate should be authenticated.
Expected: a string containing "\"outcome\" => \"success\""
     but: was "1: INFO  [org.jboss.modules] JBoss Modules version 1.3.3.Final
INFO  [org.xnio] XNIO version 3.2.2.Final
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.2.2.Final
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.3.Final
org.jboss.as.cli.CliInitializationException: Failed to connect to the controller
 at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:278)
 at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:241)
 at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)
 at org.jboss.modules.Module.run(Module.java:312)
 at org.jboss.modules.Main.main(Main.java:460)
Caused by: org.jboss.as.cli.CommandLineException: The controller is not available at [::1]:9993
 at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1028)
 at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:840)
 at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:819)
 at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:276)
 ... 8 more
Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to https-remoting://[::1]:9993. The connection timed out
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
 at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1005)
 ... 11 more
Caused by: java.net.ConnectException: JBAS012144: Could not connect to https-remoting://[::1]:9993. The connection timed out
 at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:119)
 at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
 at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
 at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:204)
 at org.jboss.as.cli.impl.CLIModelControllerClient.getOrCreateChannel(CLIModelControllerClient.java:169)
 at org.jboss.as.cli.impl.CLIModelControllerClient$2.getChannel(CLIModelControllerClient.java:129)
 at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:117)
 at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:92)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
 ... 13 more
"
java.lang.AssertionError: Client with valid certificate should be authenticated.
Expected: a string containing "\"outcome\" => \"success\""
     but: was "1: INFO  [org.jboss.modules] JBoss Modules version 1.3.3.Final

@ctomc
Copy link
Contributor

ctomc commented May 9, 2014

retest this please

@wildfly-ci
Copy link

Build 3619 is now running using a merge of c6dd663

@bstansberry
Copy link
Contributor Author

http://brontes.lab.eng.brq.redhat.com/viewLog.html?buildId=15095&buildTypeId=WFPR ran cleanly. The previous failure ^^^ was an unrelated recurring issue.

@n1hility I've run the domain tests 11 times now on brontes since pushing my fix for the OperationCancellationTestCase that failed once above, and have also run it dozens of times on my local machines. There have been no further issues. So this is good to go.

@bstansberry
Copy link
Contributor Author

retest this please

I'll go for one more run.

@wildfly-ci
Copy link

Build 3627 is now running using a merge of c6dd663

@wildfly-ci
Copy link

Build 3627 outcome was FAILURE using a merge of c6dd663
Summary: Tests failed: 18 (18 new), passed: 5766, ignored: 94 Build time: 1:55:53

Build problems:

Failed tests detected

java.util.concurrent.TimeoutException: Operation timed out
java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)
    at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:105)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockCompletionCancelSlave(OperationCancellationTestCase.java:403)
java.lang.AssertionError: block not present after 5000 ms
java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.findActiveOperation(OperationCancellationTestCase.java:906)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.findActiveOperation(OperationCancellationTestCase.java:874)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveServerBlockRuntimeCancelMaster(OperationCancellationTestCase.java:588)
java.util.concurrent.TimeoutException: Operation timed out
java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)
    at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:105)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockModelCancelSlave(OperationCancellationTestCase.java:358)
org.junit.ComparisonFailure: {"outcome" => "cancelled","failure-description" => "JBAS014862: Operation cancelled","rolled-back" => true} expected:<[success]> but was:<[cancelled]>
org.junit.ComparisonFailure: {"outcome" => "cancelled","failure-description" => "JBAS014862: Operation cancelled","rolled-back" => true} expected:<[success]> but was:<[cancelled]>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelMaster(OperationCancellationTestCase.java:489)
java.util.concurrent.TimeoutException: Operation timed out
java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)
    at org.jboss.as.controller.client.impl.AbstractDelegatingAsyncFuture.get(AbstractDelegatingAsyncFuture.java:105)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockRuntimeCancelMaster(OperationCancellationTestCase.java:438)

##### and more errors, see build details

Failed tests

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockCompletionCancelSlave: java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveServerBlockRuntimeCancelMaster: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockModelCancelSlave: java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelMaster: org.junit.ComparisonFailure: {"outcome" => "cancelled","failure-description" => "JBAS014862: Operation cancelled","rolled-back" => true} expected:<[success]> but was:<[cancelled]>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelMaster(OperationCancellationTestCase.java:489)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockRuntimeCancelMaster: java.util.concurrent.TimeoutException: Operation timed out
    at org.jboss.threads.AsyncFutureTask.operationTimedOut(AsyncFutureTask.java:66)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:283)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveServerBlockRuntimeCancelServer: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockRollbackCancelSlave: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testSlaveBlockRollbackCancelMaster: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockCompletionCancelServer: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterServerBlockRuntimeCancelServer: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.domain.suites.OperationCancellationTestCase.testMasterBlockCompletion: java.lang.AssertionError: block not present after 5000 ms
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)


##### there are 8 more failed tests, see build details

@wildfly-ci
Copy link

Build 3639 is now running using a merge of 21b6439

@wildfly-ci
Copy link

Build 3639 outcome was SUCCESS using a merge of 21b6439
Summary: Tests passed: 5831, ignored: 103 Build time: 1:54:48

@bstansberry
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Build 3645 is now running using a merge of 21b6439

@wildfly-ci
Copy link

Build 3738 outcome was SUCCESS using a merge of 9e02dac
Summary: Tests passed: 5852, ignored: 101 Build time: 1:56:06

@wildfly-ci
Copy link

Build 3743 is now running using a merge of 1323c6a

@wildfly-ci
Copy link

Build 3743 outcome was SUCCESS using a merge of 1323c6a
Summary: Tests passed: 5852, ignored: 101 Build time: 1:56:21

@wildfly-ci
Copy link

Build 3768 is now running using a merge of 0e24999

@wildfly-ci
Copy link

Build 3768 outcome was SUCCESS using a merge of 8fd184b
Summary: Tests passed: 5852, ignored: 101 Build time: 1:56:19

@wildfly-ci
Copy link

Build 3771 is now running using a merge of 8fd184b

@wildfly-ci
Copy link

Build 3771 outcome was SUCCESS using a merge of 8fd184b
Summary: Tests passed: 5852, ignored: 101 Build time: 1:56:20

@wildfly-ci
Copy link

Build 3786 is now running using a merge of 2f14574

@wildfly-ci
Copy link

Build 3786 outcome was SUCCESS using a merge of 2f14574
Summary: Tests passed: 5852, ignored: 101 Build time: 1:56:46

@bstansberry
Copy link
Contributor Author

This is good to go. I've now tested this a ton of times on a custom run on brontes:

http://brontes.lab.eng.brq.redhat.com/viewType.html?buildTypeId=WF_MasterLinux&branch_WF=%2FWFLY-2741-3058%3B%2Fbstansberry&tab=buildTypeStatusDiv

The couple of issues that have popped up there or in the last week in the pull player runs ^^^ have been addressed.

@wildfly-ci
Copy link

Build 3803 is now running using a merge of a896634

@wildfly-ci
Copy link

Build 3803 outcome was SUCCESS using a merge of a896634
Summary: Tests passed: 5878, ignored: 101 Build time: 1:56:36

@wildfly-ci
Copy link

Build 3807 is now running using a merge of 8f22a37

@wildfly-ci
Copy link

Build 3807 outcome was SUCCESS using a merge of 8f22a37
Summary: Tests passed: 5881, ignored: 101 Build time: 1:54:59

@wildfly-ci
Copy link

Build 3820 is now running using a merge of 61e9b19

@wildfly-ci
Copy link

Build 3820 outcome was FAILURE using a merge of 61e9b19
Summary: Tests failed: 1 (1 new), passed: 5879, ignored: 101 Build time: 1:55:10

Build problems:

Failed tests detected

java.lang.RuntimeException: Expecting NoSuchEjbException
java.lang.RuntimeException: Expecting NoSuchEjbException
    at org.jboss.as.test.integration.ejb.stateful.timeout.StatefulTimeoutTestCase.testStatefulTimeoutWithPassivation(StatefulTimeoutTestCase.java:113)

Failed tests

org.jboss.as.test.integration.ejb.stateful.timeout.StatefulTimeoutTestCase.testStatefulTimeoutWithPassivation: java.lang.RuntimeException: Expecting NoSuchEjbException
    at org.jboss.as.test.integration.ejb.stateful.timeout.StatefulTimeoutTestCase.testStatefulTimeoutWithPassivation(StatefulTimeoutTestCase.java:113)

@kabir
Copy link
Contributor

kabir commented May 27, 2014

Retest this please

@wildfly-ci
Copy link

Build 3836 is now running using a merge of 61e9b19

@wildfly-ci
Copy link

Build 3836 outcome was SUCCESS using a merge of 61e9b19
Summary: Tests passed: 5883, ignored: 98 Build time: 1:55:55

kabir added a commit that referenced this pull request May 27, 2014
[WFLY-2741][WFLY-3058] Management op administrative cancellation and timeouts
@kabir kabir merged commit 56df572 into wildfly:master May 27, 2014
kabir added a commit to kabir/wildfly that referenced this pull request May 28, 2014
kabir added a commit that referenced this pull request May 28, 2014
@bstansberry bstansberry deleted the WFLY-2741-3058 branch June 29, 2014 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants