Re: [PR] dubbo-samples-rest-springmvc-1 [dubbo-samples]

2024-06-21 Thread via GitHub


chickenlj commented on PR #1121:
URL: https://github.com/apache/dubbo-samples/pull/1121#issuecomment-2177391933

   Rerun this pull request when https://github.com/apache/dubbo/pull/14334 is 
merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] dubbo-samples-rest-springmvc-1 [dubbo-samples]

2024-04-22 Thread via GitHub


chickenlj commented on PR #1121:
URL: https://github.com/apache/dubbo-samples/pull/1121#issuecomment-2068788504

   The following test case failed:
   
   ```
   getVariable(org.apache.dubbo.rest.demo.test.ConsumerIT)  Time elapsed: 0.021 
s
   RestPutUpdateId(org.apache.dubbo.rest.demo.test.ConsumerIT)  Time elapsed: 
0.014 s
   RestFilterGet(org.apache.dubbo.rest.demo.test.ConsumerIT)  Time elapsed: 
0.051 s
   putUpdateId(org.apache.dubbo.rest.demo.test.ConsumerIT)  Time elapsed: 0.024 
s
   RestPostBody(org.apache.dubbo.rest.demo.test.ConsumerIT)  Time elapsed: 
0.073 s
   RestPostList(org.apache.dubbo.rest.demo.test.ConsumerIT)  Time elapsed: 
0.058 s  <<< ERROR!
   org.springframework.web.client.HttpServerErrorException$InternalServerError: 
500 Internal Server Error: "{"message":"Failed to convert from type 
[java.util.ArrayList] to type 
[java.util.List] for value 
[[...]]","status":"500"}"
at 
org.springframework.web.client.HttpServerErrorException.create(HttpServerErrorException.java:102)
at 
org.springframework.web.client.StatusHandler.lambda$defaultHandler$3(StatusHandler.java:89)
at 
org.springframework.web.client.StatusHandler.handle(StatusHandler.java:146)
at 
org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.applyStatusHandlers(DefaultRestClient.java:680)
at 
org.springframework.web.client.DefaultRestClient.readWithMessageConverters(DefaultRestClient.java:200)
at 
org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.readBody(DefaultRestClient.java:667)
at 
org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.toEntityInternal(DefaultRestClient.java:637)
at 
org.springframework.web.client.DefaultRestClient$DefaultResponseSpec.toEntity(DefaultRestClient.java:633)
at 
org.apache.dubbo.rest.demo.test.ConsumerIT.RestPostList(ConsumerIT.java:449)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at 
org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:76)
at 
org.springframework.test.context.junit4.statements.RunAfterTestExecutionCallbacks.evaluate(RunAfterTestExecutionCallbacks.java:84)
at 
org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)
at 
org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)
at 
org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at 
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at 
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at 

Re: [PR] dubbo-samples-rest-springmvc-1 [dubbo-samples]

2024-04-22 Thread via GitHub


chickenlj commented on PR #1121:
URL: https://github.com/apache/dubbo-samples/pull/1121#issuecomment-2068779761

   
https://github.com/apache/dubbo-samples/actions/runs/8487553378/job/23255505102?pr=1121
   
   Please make sure to add ASF headers for all the new files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] dubbo-samples-rest-springmvc-1 [dubbo-samples]

2024-04-22 Thread via GitHub


chickenlj commented on PR #1121:
URL: https://github.com/apache/dubbo-samples/pull/1121#issuecomment-2068777478

   
https://github.com/apache/dubbo-samples/actions/runs/8487553378/job/23255505102?pr=1121
   
   Please make sure to add ASF headers for all the new files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org



Re: [PR] dubbo-samples-rest-springmvc-1 [dubbo-samples]

2024-03-29 Thread via GitHub


QuYao-Fighting closed pull request #1119: dubbo-samples-rest-springmvc-1
URL: https://github.com/apache/dubbo-samples/pull/1119


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org