-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adds redis-devservices it #17133
Adds redis-devservices it #17133
Conversation
This workflow status is outdated as a new workflow run has been triggered. |
...ts/redis-devservices/src/test/java/io/quarkus/redis/devservices/it/GreetingResourceTest.java
Outdated
Show resolved
Hide resolved
...edis-devservices/src/test/java/io/quarkus/redis/devservices/it/NativeGreetingResourceIT.java
Outdated
Show resolved
Hide resolved
...n-tests/redis-devservices/src/test/java/io/quarkus/redis/devservices/it/utils/SocketKit.java
Outdated
Show resolved
Hide resolved
integration-tests/redis-devservices/src/test/resources/application.properties
Outdated
Show resolved
Hide resolved
...vservices/src/test/java/io/quarkus/redis/devservices/it/DevServicesRedisCustomPortITest.java
Outdated
Show resolved
Hide resolved
...devservices/src/test/java/io/quarkus/redis/devservices/it/DevServicesRedisDisabledITest.java
Outdated
Show resolved
Hide resolved
...-tests/redis-devservices/src/main/java/io/quarkus/redis/devservices/it/GreetingResource.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful addition. Thanks @netodevel, I left some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@machi1990, I made the changes, when I can resolve let me know.
integration-tests/redis-devservices/src/test/resources/application.properties
Outdated
Show resolved
Hide resolved
This workflow status is outdated as a new workflow run has been triggered. |
@machi1990, when you can review again |
LGTM. Can you squash, once it is done I'll merge this PR? Thanks for the great work! |
Squash done! Thanks for the review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition. LGTM.
CI passed, lgtm? |
@machi1990, To do this I would like to reuse this class: Which module do you think this class should stay? |
Adds feature integration tests of
redis.devservices
To guarantee the functioning of the resource.