Skip to content

test: add option for keep the test container #13

Merged
muscariello merged 1 commit intomainfrom
update-agp-test-to-log
Feb 26, 2025
Merged

test: add option for keep the test container #13
muscariello merged 1 commit intomainfrom
update-agp-test-to-log

Conversation

@pbalogh-sa
Copy link
Copy Markdown
Contributor

@pbalogh-sa pbalogh-sa commented Feb 26, 2025

This can be useful for debugging and checking logs

example usage:

cd integrations
task kind:create
task test:env:gateway:deploy
task test:gateway REMOVE_CONTAINERS=false

docker ps -a
CONTAINER ID   IMAGE                                             COMMAND                  CREATED          STATUS                      PORTS                       NAMES
fad3fddf8e0f   ghcr.io/agntcy/csit/test-langchain-agent:v0.0.1   "poetry run python l…"   23 seconds ago   Exited (0) 15 seconds ago                               reverent_galileo
4a98dd9c08ce   kindest/node:v1.32.0                              "/usr/local/bin/entr…"   19 hours ago     Up 19 hours                 127.0.0.1:65285->6443/tcp   agntcy-test-control-plane

docker logs fad3fddf8e0f

…E_CONTAINERS=false)

Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
Copy link
Copy Markdown
Member

@muscariello muscariello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@muscariello muscariello merged commit b68a355 into main Feb 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants