|
Interceptor stress test still fails on GlassFish 3.1.2. Currently GlassFish 3.1.2 has weld core 1.1.4.Final integrated into it. [INFO] Scanning for projects... ------------------------------------------------------- Results : Tests in error: Tests run: 75, Failures: 0, Errors: 74, Skipped: 1 [INFO] ------------------------------------------------------------------------ Finally able to run this test against GF 3.1.2 This testsuite is slightly outdated. For these tests to run against GF 3.1.2, the arquillian-glassfish-remote-3.1-1.0.0.Alpha5 need to be updated to add filter com.sun.jersey.api.client.filter.CsrfProtectionFilter to jersey client. I modified it locally and made it to work. After this change, with latest GF 3.1.2 this test work fine. [INFO] Scanning for projects... ------------------------------------------------------- Results : Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] Closing this issue ad not reproducible. Will update this issue later with glassfish trunk result. On GlassFish trunk, further change was needed in arquillian-glassfish-remote-3.1-1.0.0.Alpha5 to generate list-sub-components REST url to be generated in following format : After above change done locally, this test passed. [INFO] Scanning for projects... ------------------------------------------------------- Results : Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] |
|||||||||||||||||||||||||||||||||||||||||||||
Requesting Kshitiz to try to reproduce this with latest 3.1.2 workspace that already has Weld 1.1.3 and close it if it is not reproducible anymore.