You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/12/04 02:12:00 UTC

[jira] [Assigned] (CXF-8476) jaxrs.ee.rs.client.syncinvoker traceWithStringClassThrowsWebApplicationExceptionTest

     [ https://issues.apache.org/jira/browse/CXF-8476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko reassigned CXF-8476:
---------------------------------

    Assignee: Andriy Redko

> jaxrs.ee.rs.client.syncinvoker traceWithStringClassThrowsWebApplicationExceptionTest 
> -------------------------------------------------------------------------------------
>
>                 Key: CXF-8476
>                 URL: https://issues.apache.org/jira/browse/CXF-8476
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 3.4.3
>            Reporter: David Blevins
>            Assignee: Andriy Redko
>            Priority: Major
>             Fix For: 3.4.6
>
>         Attachments: JAXRSClient_traceWithStringClassThrowsWebApplicationExceptionTest_from_standalone.jtr, javatest.log, test.txt
>
>
> Full test name:
> {code}
> com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/JAXRSClient#traceWithStringClassThrowsWebApplicationExceptionTest_from_standalone
> {code}
> Running it locally:
> {code}
> git clone git@github.com:tckwork/cxf.git
> cd cxf
> ./runtests com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/JAXRSClient#traceWithStringClassThrowsWebApplicationExceptionTest_from_standalone
> {code}
> At the time this issue was filed, the test failed with the following output.
> {code}
> [javatest.batch] * props file set to "/var/folders/bd/f9ntqy1m8xj_fs006s6crtjh0000gn/T/dblevins-cts-props.txt"
> [javatest.batch] ************************************************************
> [javatest.batch] 04-15-2021 21:32:31:  [JAXRSCommonClient] Test setup OK
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - >> TRACE http://localhost:8080/jaxrs_ee_rs_client_syncinvoker_web/resource/tracenotok
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - >> Accept:*/*
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - << 200 OK
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - << Content-Length: 232
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - << content-type: message/http
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - << Server: GlassFish Server Open Source Edition  5.1.0
> [javatest.batch] 04-15-2021 21:32:32:  TRACE: [WIRE] - << X-Powered-By: Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  5.1.0  Java/Oracle Corporation/1.8)
> [javatest.batch] 04-15-2021 21:32:32:  ERROR: ProcessingException has not been thrown
> [javatest.batch] 04-15-2021 21:32:32:  ERROR: Test case throws exception: ProcessingException has not been thrown
> [javatest.batch] 04-15-2021 21:32:32:  ERROR: Exception at:  
> [javatest.batch] 04-15-2021 21:32:32:  ERROR: com.sun.ts.lib.harness.EETest$Fault: ProcessingException has not been thrown
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.common.JAXRSCommonClient.fault(JAXRSCommonClient.java:767)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.ee.rs.client.syncinvoker.JAXRSClient.assertException(JAXRSClient.java:2032)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.ee.rs.client.syncinvoker.JAXRSClient.assertWebApplicationException(JAXRSClient.java:2019)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.ee.rs.client.syncinvoker.JAXRSClient.traceWithStringClassThrowsWebApplicationExceptionTest(JAXRSClient.java:1843)
> [javatest.batch] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [javatest.batch] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> [javatest.batch] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [javatest.batch] 	at java.lang.reflect.Method.invoke(Method.java:498)
> [javatest.batch] 	at com.sun.ts.lib.harness.EETest.run(EETest.java:596)
> [javatest.batch] 	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:115)
> [javatest.batch] 	at com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:40)
> [javatest.batch] 	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:105)
> [javatest.batch] 	at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:486)
> [javatest.batch] 	at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
> [javatest.batch] 	at com.sun.ts.lib.harness.EETest.run(EETest.java:285)
> [javatest.batch] 	at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:38)
> [javatest.batch] 
> [javatest.batch] 04-15-2021 21:32:32:  [JAXRSCommonClient] Test cleanup OK
> [javatest.batch] STATUS:Failed.Test case throws exception: ProcessingException has not been thrown
> [javatest.batch] Failed. Test case throws exception: ProcessingException has not been thrown
> [javatest.batch] ********************************************************************************
> [javatest.batch] Finished Test:  FAILED........com/sun/ts/tests/jaxrs/ee/rs/client/syncinvoker/JAXRSClient.java#traceWithStringClassThrowsWebApplicationExceptionTest_from_standalone
> {code}
> See the attached javatest.log and jtr file for full test details



--
This message was sent by Atlassian Jira
(v8.20.1#820001)