You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/04 07:55:04 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new issue, #3957: Google-pubsub remove @TestMethodOrder from the tests and investigate closing error

JiriOndrusek opened a new issue, #3957:
URL: https://github.com/apache/camel-quarkus/issues/3957

   Fix of https://github.com/apache/camel-quarkus/issues/3910 brings an exception in a log, which does not affect the test results, and happens only in the native mode.
   
   
   If `@TestMethodOrder` is removed, there is an exception in the log of the native run.
   
   ```
   Caused by: io.grpc.StatusRuntimeException: NOT_FOUND: Subscription does not exist (resource=camel-quarkus-ordering-subscription-d8z9wouytwed4jbp0nxjhqmqtlyeecthd4myttcntavagpvt1)
   	at io.grpc.Status.asRuntimeException(Status.java:535)
   ```
   
   One possible explanation is that the google subscription is removed before the consumer is closed. 
   (but if so, why it is not a problem in the JVM mode)
   It would be nice to find a reason of the issue, because it may indicate some kind of a problem.
   
   
   


-- 
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: commits-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-quarkus] JiriOndrusek closed issue #3957: Google-pubsub remove @TestMethodOrder from the tests and investigate closing error

Posted by GitBox <gi...@apache.org>.
JiriOndrusek closed issue #3957: Google-pubsub remove @TestMethodOrder from the tests and investigate closing error 
URL: https://github.com/apache/camel-quarkus/issues/3957


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #3957: Google-pubsub remove @TestMethodOrder from the tests and investigate closing error

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #3957:
URL: https://github.com/apache/camel-quarkus/issues/3957#issuecomment-1220489909

   Fix is a part of the https://github.com/apache/camel-quarkus/pull/3919


-- 
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: commits-unsubscribe@camel.apache.org

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


[GitHub] [camel-quarkus] JiriOndrusek commented on issue #3957: Google-pubsub remove @TestMethodOrder from the tests and investigate closing error

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on issue #3957:
URL: https://github.com/apache/camel-quarkus/issues/3957#issuecomment-1217698290

   The problem seems to be somehow connected to the close of the consumer in the native mode.There is a test `stopConsumerTest`, which is closing the consumer after all the tests (and requires method order to achieve this)


-- 
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: commits-unsubscribe@camel.apache.org

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