helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.47k stars 563 forks source link

examples/integrations missing tests #1705

Open barchetta opened 4 years ago

barchetta commented 4 years ago

Environment Details


Problem Description

The examples under integrations are missing unit tests. At a minimum the unit test should start the application and ping the health endpoint.

tomas-langer commented 2 years ago

This may be an issue for quite a lot of these examples, as they actually require the integrated party to start up. This may work fine for databases, where we can use in-memory h2, but not for Vault, Jedis etc.

dalexandrov commented 2 years ago

A lot of those issues can be solved with TestContainers.