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-3825 (Build has failed because it depends on jbossas/jboss-ejb-client#73) #6683

Closed
wants to merge 1 commit into from

Conversation

panossot
Copy link
Contributor

@panossot panossot commented Sep 8, 2014

Develop manual test case to verify client console error messages are displayed, when large parameters are given to an EJB method invocation.

@wildfly-ci
Copy link

Can one of the admins verify this patch?

@panossot
Copy link
Contributor Author

panossot commented Sep 8, 2014

The parameter ERROR_MESSAGE is the message at the client side against which the test is done. This param can be modified according to the error message that is needed to be verified.


final Hashtable jndiProperties = new Hashtable();

jndiProperties.put(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.remote.client.InitialContextFactory");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason indentation goes off the mark.

@panossot
Copy link
Contributor Author

panossot commented Sep 9, 2014

This PR relates to wildfly/jboss-ejb-client#73

@rhusar
Copy link
Member

rhusar commented Sep 9, 2014

This is OK to test.

@@ -23,6 +23,7 @@
<jbossas.ts.integ.dir>${basedir}/..</jbossas.ts.integ.dir>
<jbossas.ts.dir>${jbossas.ts.integ.dir}/..</jbossas.ts.dir>
<jbossas.project.dir>${jbossas.ts.dir}/..</jbossas.project.dir>
<surefire.ejbClient.memory.args>-Xms512m -Xmx1280m -XX:MaxPermSize=256m</surefire.ejbClient.memory.args>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong indentation.

@ctomc
Copy link
Contributor

ctomc commented Sep 9, 2014

this is ok to test

@wildfly-ci
Copy link

Linux Build 4755 is now running using a merge of a027386

@wildfly-ci
Copy link

Linux Build 4755 outcome was FAILURE using a merge of a027386
Summary: Tests failed: 1 (1 new), passed: 2988, ignored: 252 Build time: 1:01:31

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.manualmode.ejb.client.ejbParams.EjbClientMarshallingParamsTestCase.testRemoteServerStartsLate: java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

@rhusar
Copy link
Member

rhusar commented Sep 9, 2014

@ctomc #6683 (comment) -> case sensitivity? :)

@stuartwdouglas
Copy link
Contributor

We require that all contributions be made under the terms of the MIT License, http://www.opensource.org/licenses/mit-license.php. Do you agree to the these terms?

@rhusar
Copy link
Member

rhusar commented Sep 10, 2014

@stuartwdouglas Panos is a new employee of the Carlo's SET team. So I think there is no signing necessary.

@wildfly-ci
Copy link

Linux Build 4764 is now running using a merge of a5a803b

@panossot
Copy link
Contributor Author

@stuartwdouglas I agree with the terms of MIT License.

@panossot
Copy link
Contributor Author

Build has failed because it depends on wildfly/jboss-ejb-client#73

@wildfly-ci
Copy link

Linux Build 4764 outcome was FAILURE using a merge of a5a803b
Summary: Tests failed: 1 (1 new), passed: 2988, ignored: 252 Build time: 1:02:33

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.manualmode.ejb.client.ejbParams.EjbClientMarshallingParamsTestCase.testEjbClientMarshallingParams: java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

@wildfly-ci
Copy link

Linux Build 4766 is now running using a merge of 55914d5

@wildfly-ci
Copy link

Linux Build 4766 outcome was FAILURE using a merge of 55914d5
Summary: Tests failed: 8 (7 new), passed: 2983, ignored: 252 Build time: 1:00:23

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.smoke.webservices.WSTestCase.testManagementDescriptionMetrics: java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.smoke.webservices.WSTestCase.testManagementDescription: java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.clustering.cluster.dispatcher.CommandDispatcherTestCase(SYNC-tcp).test: org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy: command-dispatcher.jar
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)

org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.testActiveBackupReload: java.io.IOException: java.util.concurrent.CancellationException: Operation was cancelled
    at org.jboss.threads.AsyncFutureTask.operationCancelled(AsyncFutureTask.java:70)
    at org.jboss.threads.AsyncFutureTask.get(AsyncFutureTask.java:267)

org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.testActiveBackupReload: org.jboss.arquillian.container.spi.client.container.LifecycleException: Could not stop container
    at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:208)
    at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:146)

org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.testLiveReload: java.lang.AssertionError: Server did not become active in the imparted time.
    at org.junit.Assert.fail(Assert.java:88)
    at org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.waitForHornetQServerActivation(HornetQBackupActivationTestCase.java:326)

org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.testLiveReload: org.jboss.arquillian.container.spi.client.container.LifecycleException: Could not stop container
    at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:120)
    at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:257)

org.jboss.as.test.manualmode.ejb.client.ejbParams.EjbClientMarshallingParamsTestCase.testEjbClientMarshallingParams: java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

…sages are displayed, when large parameters are given to an EJB method invocation.

WFLY-3825  Develop manual test case to verify client console error messages are displayed, when large parameters are given to an EJB method invocation.
@wildfly-ci
Copy link

Linux Build 4769 is now running using a merge of b770a87

@wildfly-ci
Copy link

Linux Build 4769 outcome was FAILURE using a merge of b770a87
Summary: Tests failed: 1, passed: 2988, ignored: 252 Build time: 1:00:57

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.manualmode.ejb.client.ejbParams.EjbClientMarshallingParamsTestCase.testEjbClientMarshallingParams: java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

@panossot panossot changed the title WFLY-3825 WFLY-3825 (Build has failed because it depends on jbossas/jboss-ejb-client#73) Sep 10, 2014
@bstansberry
Copy link
Contributor

@rhusar -- it's not case sensitivity. You are not "one of the admins" of brontes.

@bstansberry
Copy link
Contributor

Can't this be tested somehow within jboss-ejb-client itself? We can't be adding manual mode tests, much less ones with a whole new surefire execution, for such tiny things. We'd end up with a 24 hour testsuite.

@panossot
Copy link
Contributor Author

ok. It will be added at ejb-client.

@panossot panossot closed this Sep 19, 2014
@panossot
Copy link
Contributor Author

Move to EJBCLIENT-117 #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants