-
Notifications
You must be signed in to change notification settings - Fork 145
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
Concurrency test failures with GlassFish 7 #24012
Comments
The TCK can be run after building GF locally by navigating into
And then typing:
A single test can be run like this:
and with debugging:
|
Exception related to "SecurityTests":
|
Note that a couple of these tests have challenges: and @aubi Did your code and Payara pass these already? |
Hi, |
@aubi Do you have the full lists of tests you excluded? Without exclusions we have:
|
@aubi I think it's this list, right? |
@arjantijms |
With the exclusions added things look much better:
Just the signature test faling now.
|
@aubi As of PR #24016 all tests now pass, mostly thanks to your amazing hard work!
|
@breakponchito did half of the work! :-) |
@breakponchito congrats and thanks to you too! |
As of today there are
1020 failures when running the Concurrency 3 TCK with GlassFish 7:[ERROR] Failures:
[ERROR] SecurityTests>Arquillian.arquillianBeforeClass:99 » Deployment Could not deploy security.ear[ERROR] SecurityTests>Arquillian.arquillianBeforeClass:99 » Deployment Could not deploy security.ear[ERROR] ManagedExecutorDefinitionTests>Arquillian.run:138->testCompletedFuture:104->TestClient.runTest:52->TestClient.runTest:60->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false][ERROR] ManagedScheduledExecutorDefinitionTests>Arquillian.run:138->testCompletedFutureMSE:101->TestClient.runTest:52->TestClient.runTest:60->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false][ERROR] ManagedThreadFactoryDefinitionTests>Arquillian.run:138->testManagedThreadFactoryDefinitionAllAttributes:84->TestClient.runTest:52->TestClient.runTest:60->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false][ERROR] ManagedThreadFactoryDefinitionTests>Arquillian.run:138->testManagedThreadFactoryDefinitionAllAttributesEJB:90->TestClient.runTest:70->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false]
[ERROR] ManagedThreadFactoryDefinitionTests>Arquillian.run:138->testParallelStreamBackedByManagedThreadFactory:106->TestClient.runTest:52->TestClient.runTest:60->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false]
[ERROR] ManagedThreadFactoryDefinitionTests>Arquillian.run:138->testParallelStreamBackedByManagedThreadFactoryEJB:112->TestClient.runTest:70->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false]
[ERROR] DeploymentDescriptorTests>Arquillian.run:138->testDeploymentDescriptorDefinesManagedThreadFactory:92->TestClient.runTest:52->TestClient.runTest:60->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false][ERROR] SignatureTests>Arquillian.run:138->testSignatures:54->TestClient.runTest:52->TestClient.runTest:60->TestClient.assertSuccessfulURLResponse:143->ArquillianTests.assertTrue:108 Output did not contain successful message: SUCCESS expected [true] but found [false]The total result is:
The text was updated successfully, but these errors were encountered: