-
## 🚀 Feature Request
Can we use the Java test containers or have a script that runs the the CE version of HiveMQ to run the integration tests.
Also separate the integration tests from unit tests.
…
-
On XWiki we have the following use cases related to configuration testing:
* UC1: Fast to start XWiki in a given environment/configuration
* UC2: Solution must be usable both for running the functio…
-
its look like this test is fluky
```
--- FAIL: TestDockerEngine (197.19s)
--- FAIL: TestDockerEngine/amazonlinux:2 (10.62s)
```
https://github.com/aquasecurity/trivy/actions/runs/5103258804/j…
-
Looks like health state is no longer part of the `docker inspect` response ([api v1.40](https://docs.docker.com/engine/api/v1.40/#operation/ContainerInspect)).
Looks like `docker-java` is mista…
-
At the moment, the datastore emulator is not able to act as the "real" Firestore in Datastore mode.
To be specific, transactions do only allow ancestor queries. The emulator itself is capable of beha…
-
There are some integration tests that have been ported directly from the cryostat repo, but are disabled that need fixing. There are some that also haven't been ported over. Here's a current status of…
-
To make unit testing easier to run (especialy the psql instance), use conteneurization.
I recently discovered this project that could match our need a great way : https://www.testcontainers.org/
…
-
This isn't necessarily a bug but it seems like its a gap in the start up error reporting.
When starting up a test containers, it's failing with the following "Caused by" stacktrace:
Caused by: o…
-
In the infrastructure module, it may be nice to add integration tests with a PostgreSQL database, in addition to the memory database tests. The implementation may use Testcontainers.
-
Creating integration tests with a shared abstract class to avoid initializing multiple contexts does not work as expected when a container is managed by Spring:
```java
@SpringBootTest
@Testconta…