Matheus Cruz

Results 162 comments of Matheus Cruz

I would like to work with baby steps, one class per time, because normally I contribute in my free times hehe, what do you think?

It is a good way to know in deep dive the project too, I want to grow the coverage of the project testing some scenario, this is my idea.

Seeing the SonarQube map, I started with `AMQPMessageConsumptionTaskITest` class.

Hi @lbroudoux do not close, I want to add more tests :)

I would like to contribute with this one 👍🏼

Thank you for all comments and considerations!

Hi @gsmet, could you make a new review?

Hi @gsmet, could you take a new review?

@artur-ciocanu @cicoyle @salaboy Trying to move the following test to use Testcontainers I got a problem. https://github.com/dapr/java-sdk/blob/3a8fd611da051a5e8bbb1e01a6a49bf348cda6c6/sdk-tests/src/test/java/io/dapr/it/pubsub/http/PubSubIT.java#L571-L572 When running the test from `PubSub` the following assert works well: https://github.com/dapr/java-sdk/blob/3a8fd611da051a5e8bbb1e01a6a49bf348cda6c6/sdk-tests/src/test/java/io/dapr/it/pubsub/http/PubSubIT.java#L612 I...