Skip to content

Azure Devops, DynamoDB and TestContainers #590

Answered by HofmeisterAn
dsshep asked this question in Q&A
Discussion options

You must be logged in to vote

Does your configuration run on your local machine? You can configure logging and forward stdout and stderr with an output consumer, but somehow DynamoDBLocal.jar does not write to stdout (at least that is what I noticed in a quick test). Getting the logs otherwise is not yet supported (but I can add it, it is not much to do).

You can disable the resource reaper (TestcontainersSettings.ResourceReaperEnabled = false), run your configuration and get the logs with the CLI docker logs CONTAINER (set the container name with WithName())?

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@HofmeisterAn
Comment options

@dsshep
Comment options

@HofmeisterAn
Comment options

@HofmeisterAn
Comment options

@dsshep
Comment options

Answer selected by dsshep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants