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-3770 Graceful shutdown for EE concurrency #7027

Merged
merged 1 commit into from Dec 16, 2014

Conversation

stuartwdouglas
Copy link
Contributor

No description provided.

@wildfly-ci
Copy link

Linux Build 5633 is now running using a merge of 557bcec

@wildfly-ci
Copy link

Linux with security manager Build 619 is now running using a merge of 557bcec

@wildfly-ci
Copy link

Windows Build 745 is now running using a merge of 557bcec

@wildfly-ci
Copy link

Linux with security manager Build 619 outcome was SUCCESS using a merge of 557bcec
Summary: Tests passed: 797, ignored: 370 Build time: 0:06:52

@wildfly-ci
Copy link

Windows Build 745 outcome was FAILURE using a merge of 557bcec
Summary: Tests failed: 2 (2 new), passed: 3016, ignored: 365 Build time: 0:51:37

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase.testManagedExecutorServiceManagement: java.lang.AssertionError: "WFLYCTL0158: Operation handler failed: java.lang.NoClassDefFoundError: org/wildfly/extension/requestcontroller/RequestController"
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase.testManagedScheduledExecutorServiceManagement: java.lang.AssertionError: "WFLYCTL0158: Operation handler failed: java.lang.NoClassDefFoundError: org/wildfly/extension/requestcontroller/RequestController"
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

@wildfly-ci
Copy link

Linux Build 5633 outcome was FAILURE using a merge of 557bcec
Summary: Tests failed: 2 (2 new), passed: 3015, ignored: 365, muted: 1 Build time: 0:52:53

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase.testManagedExecutorServiceManagement: java.lang.AssertionError: "WFLYCTL0158: Operation handler failed: java.lang.NoClassDefFoundError: org/wildfly/extension/requestcontroller/RequestController"
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.integration.ee.concurrent.EEConcurrentManagementTestCase.testManagedScheduledExecutorServiceManagement: java.lang.AssertionError: "WFLYCTL0158: Operation handler failed: java.lang.NoClassDefFoundError: org/wildfly/extension/requestcontroller/RequestController"
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

@wildfly-ci
Copy link

Linux with security manager Build 620 is now running using a merge of 4221726

@wildfly-ci
Copy link

Linux Build 5634 is now running using a merge of 4221726

@wildfly-ci
Copy link

Windows Build 746 is now running using a merge of 4221726

@wildfly-ci
Copy link

Linux with security manager Build 620 outcome was SUCCESS using a merge of 4221726
Summary: Tests passed: 797, ignored: 370 Build time: 0:05:37

@wildfly-ci
Copy link

Windows Build 746 outcome was SUCCESS using a merge of 4221726
Summary: Tests passed: 3018, ignored: 365 Build time: 0:50:34

@wildfly-ci
Copy link

Linux Build 5634 outcome was SUCCESS using a merge of 4221726
Summary: Tests passed: 3018, ignored: 365 Build time: 0:53:51

@wildfly-ci
Copy link

Linux Build 5642 is now running using a merge of c2a06d8

@wildfly-ci
Copy link

Windows Build 754 is now running using a merge of c2a06d8

@wildfly-ci
Copy link

Linux with security manager Build 628 is now running using a merge of c2a06d8

@wildfly-ci
Copy link

Linux with security manager Build 628 outcome was SUCCESS using a merge of c2a06d8
Summary: Tests passed: 797, ignored: 370 Build time: 0:05:34

@wildfly-ci
Copy link

Windows Build 754 outcome was FAILURE using a merge of c2a06d8
Summary: Tests failed: 95 (81 new), passed: 2859, ignored: 363, muted: 1 Build time: 1:01:10

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase.testPutRelayedToBackups: java.lang.IllegalArgumentException: Deployment with name deployment-0 could not be deployed. Container container-0 must be started first.
    at org.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer.deploy(ClientDeployer.java:89)
    at org.jboss.as.test.clustering.NodeUtil.deploy(NodeUtil.java:41)

org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase.testPutToBackupNotRelayed: java.lang.IllegalArgumentException: Deployment with name deployment-0 could not be deployed. Container container-0 must be started first.
    at org.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer.deploy(ClientDeployer.java:89)
    at org.jboss.as.test.clustering.NodeUtil.deploy(NodeUtil.java:41)

org.jboss.as.test.manualmode.ejb.client.cluster.EJBClientClusterConfigurationTestCase.testServerToServerClusterFormation: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: server-to-server-clustered-ejb-invocation.jar
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.ejb.client.outbound.connection.RemoteOutboundConnectionReconnectTestCase.testRemoteServerRestarts: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: server-one-module.jar
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.ejb.client.outbound.connection.RemoteOutboundConnectionReconnectTestCase.testRemoteServerStartsLate: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: server-one-module.jar
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.layered.LayeredDistributionTestCase.testLayeredProductVersion: org.junit.ComparisonFailure: expected:<[WildFly Full]> but was:<[Test-Product]>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at org.junit.Assert.assertEquals(Assert.java:144)

org.jboss.as.test.manualmode.layered.LayeredDistributionTestCase.testLayeredDeployment: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test-deployment.war
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.logging.LoggingDependenciesTestCase.disableLoggingDependencies: java.lang.AssertionError: Expected exception: org.jboss.arquillian.container.spi.client.container.DeploymentException
    at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
    at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)

org.jboss.as.test.manualmode.logging.LoggingPreferencesTestCase.loggingPreferences: java.lang.AssertionError: Failed to delete custom-file-logger.log
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.manualmode.logging.PerDeployLoggingTestCase.disablePerDeployLogging: java.lang.AssertionError: Failed to delete custom-file-logger.log
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.manualmode.logging.SizeAppenderRestartTestCase.appendFalseTest: java.lang.AssertionError: Unable to delete file: sizeAppenderRestartTestCase.log
    at org.junit.Assert.fail(Assert.java:88)
    at org.jboss.as.test.manualmode.logging.SizeAppenderRestartTestCase.clearLogs(SizeAppenderRestartTestCase.java:290)


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

@wildfly-ci
Copy link

Linux Build 5642 outcome was FAILURE using a merge of c2a06d8
Summary: Tests failed: 93 (81 new), passed: 2865, ignored: 365, muted: 1 Build time: 1:04:54

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase.testPutRelayedToBackups: java.lang.IllegalArgumentException: Deployment with name deployment-0 could not be deployed. Container container-0 must be started first.
    at org.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer.deploy(ClientDeployer.java:89)
    at org.jboss.as.test.clustering.NodeUtil.deploy(NodeUtil.java:41)

org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase.testPutToBackupNotRelayed: java.lang.IllegalArgumentException: Deployment with name deployment-0 could not be deployed. Container container-0 must be started first.
    at org.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer.deploy(ClientDeployer.java:89)
    at org.jboss.as.test.clustering.NodeUtil.deploy(NodeUtil.java:41)

org.jboss.as.test.manualmode.ejb.client.cluster.EJBClientClusterConfigurationTestCase.testServerToServerClusterFormation: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: server-to-server-clustered-ejb-invocation.jar
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.ejb.client.outbound.connection.RemoteOutboundConnectionReconnectTestCase.testRemoteServerRestarts: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: server-one-module.jar
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.ejb.client.outbound.connection.RemoteOutboundConnectionReconnectTestCase.testRemoteServerStartsLate: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: server-one-module.jar
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.layered.LayeredDistributionTestCase.testLayeredProductVersion: org.junit.ComparisonFailure: expected:<[WildFly Full]> but was:<[Test-Product]>
    at org.junit.Assert.assertEquals(Assert.java:115)
    at org.junit.Assert.assertEquals(Assert.java:144)

org.jboss.as.test.manualmode.layered.LayeredDistributionTestCase.testLayeredDeployment: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: test-deployment.war
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)

org.jboss.as.test.manualmode.logging.LoggingDependenciesTestCase.disableLoggingDependencies: java.lang.AssertionError: Expected exception: org.jboss.arquillian.container.spi.client.container.DeploymentException
    at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
    at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)

org.jboss.as.test.manualmode.logging.LoggingPreferencesTestCase.loggingPreferences: java.lang.AssertionError: Message 'Logging subsystem profile message.' found in custom-file-logger.log expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.manualmode.logging.PerDeployLoggingTestCase.disablePerDeployLogging: java.lang.AssertionError: Message 'Per deploy logging disabled message.' found in custom-file-logger.log expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.manualmode.logging.SizeAppenderRestartTestCase.appendFalseTest: java.io.FileNotFoundException: /opt/buildAgent/work/340a2b56aab3b1db/testsuite/integration/clustering/target/wildfly-SYNC-tcp-0/standalone/log/sizeAppenderRestartTestCase.log (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:146)


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

@bstansberry
Copy link
Contributor

Linux Build 5642 failure is the same RemoteFailoverTestCast failure to complete problem that we've seen elsewhere, so I consider it unrelated.

@bstansberry
Copy link
Contributor

Same with Windows Build 754.

@bstansberry bstansberry added the ready-for-merge Only for use by those with merge permissions! label Dec 16, 2014
bstansberry added a commit that referenced this pull request Dec 16, 2014
WFLY-3770 Graceful shutdown for EE concurrency
@bstansberry bstansberry merged commit 99e5b48 into wildfly:master Dec 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Only for use by those with merge permissions!
Projects
None yet
3 participants