Add support for specifying Docker image in DockerComposeContainer and… #16290
ci.yml
on: push
Matrix: core
turbo-mode
3m 22s
Matrix: check
Matrix: check_examples
Matrix: check_docs_examples
Annotations
2 errors
|
ComposeContainerTest.simpleTest():
core/src/test/java/org/testcontainers/containers/ComposeContainerTest.java#L1
org.opentest4j.AssertionFailedError: [The networks]
expected:
["bridge", "host", "none", "vmqmi3ofv5dc_default", "xc67qui2v4hs_default"]
but was:
["bridge",
"host",
"none",
"vmqmi3ofv5dc_default",
"xc67qui2v4hs_default",
"zamrctjx21cd_default"]
|
|
EventHubsEmulatorContainerTest.testWithEventHubsClient():
modules/azure/src/test/java/org/testcontainers/azure/EventHubsEmulatorContainerTest.java#L57
com.azure.core.amqp.exception.AmqpException: The messaging entity 'sb://emulatorns1.eventhubs.emulator.net/eh1' could not be found. To know more visit https://aka.ms/sbResourceMgrExceptions. TrackingId:9b7bc6d331ea4abc90d1768d59b93770_G0, SystemTracker:gateway1, Timestamp:2025-10-10T05:43:52, errorContext[NAMESPACE: localhost. ERROR CONTEXT: N/A, PATH: eh1, REFERENCE_ID: eh1, LINK_CREDIT: 0]
|