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 2022/04/02 22:13:00 UTC

[jira] [Assigned] (CXF-8485) jaxrs.ee.rs.ext.paramconverter atomicIntegerIsLazyDeployableAndThrowsErrorTest

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

Andriy Redko reassigned CXF-8485:
---------------------------------

    Assignee: Andriy Redko

> jaxrs.ee.rs.ext.paramconverter atomicIntegerIsLazyDeployableAndThrowsErrorTest 
> -------------------------------------------------------------------------------
>
>                 Key: CXF-8485
>                 URL: https://issues.apache.org/jira/browse/CXF-8485
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 3.4.3
>            Reporter: David Blevins
>            Assignee: Andriy Redko
>            Priority: Major
>         Attachments: JAXRSClient_atomicIntegerIsLazyDeployableAndThrowsErrorTest_from_standalone.jtr, javatest.log, test.txt
>
>
> Full test name:
> {code}
> com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/JAXRSClient#atomicIntegerIsLazyDeployableAndThrowsErrorTest_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/ext/paramconverter/JAXRSClient#atomicIntegerIsLazyDeployableAndThrowsErrorTest_from_standalone
> {code}
> At the time this issue was filed, the test failed with the following output.
> {code}
> [javatest.batch] 04-15-2021 21:38:24:  [JAXRSCommonClient] Test setup OK
> [javatest.batch] 04-15-2021 21:38:24:  [Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080'
> [javatest.batch] 04-15-2021 21:38:24:  ###############################
> [javatest.batch] 04-15-2021 21:38:24:  TRACE: [WIRE] - >> GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery
> [javatest.batch] 04-15-2021 21:38:24:  TRACE: [WIRE] - >> Accept:*/*
> [javatest.batch] 04-15-2021 21:38:25:  TRACE: [WIRE] - << 404 NOT_FOUND
> [javatest.batch] 04-15-2021 21:38:25:  TRACE: [WIRE] - << Content-Length: 0
> [javatest.batch] 04-15-2021 21:38:25:  TRACE: [WIRE] - << Date: Fri, 16 Apr 2021 04:38:25 GMT
> [javatest.batch] 04-15-2021 21:38:25:  TRACE: [WIRE] - << Server: GlassFish Server Open Source Edition  5.1.0
> [javatest.batch] 04-15-2021 21:38:25:  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:38:25:  ERROR: [WebValidatorBase] Unexpected Status Code recieved from server.  Expected '406' received '404'
> [javatest.batch] 04-15-2021 21:38:25:  ERROR: Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure.
> [javatest.batch] 04-15-2021 21:38:25:  ERROR: Exception at:  
> [javatest.batch] 04-15-2021 21:38:25:  ERROR: com.sun.ts.tests.common.webclient.TestFailureException: Test FAILED!
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.common.client.JaxrsWebTestCase.execute(JaxrsWebTestCase.java:219)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.common.client.JaxrsCommonClient.invoke(JaxrsCommonClient.java:210)
> [javatest.batch] 	at com.sun.ts.tests.jaxrs.ee.rs.ext.paramconverter.JAXRSClient.atomicIntegerIsLazyDeployableAndThrowsErrorTest(JAXRSClient.java:105)
> [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:38:25:  [JAXRSCommonClient] Test cleanup OK
> [javatest.batch] STATUS:Failed.Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure.
> [javatest.batch] Failed. Test case throws exception: [JAXRSCommonClient] null failed! Check output for cause of failure.
> [javatest.batch] Apr 15, 2021 9:38:26 PM Finished executing all tests, wait for cleanup...
> [javatest.batch] ********************************************************************************Apr 15, 2021 9:38:26 PM Harness done with cleanup from test run.
> [javatest.batch] Finished Test:  FAILED........com/sun/ts/tests/jaxrs/ee/rs/ext/paramconverter/JAXRSClient.java#atomicIntegerIsLazyDeployableAndThrowsErrorTest_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)