-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration test using docker compose #88
Conversation
Devel to main so we can proceed with agent rewrite.
- Removing /zambeze volume - Keeping ../db:/zambeze/db volume - Running with subprocess.Popen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works, I'm happy to get this in as soon as possible, thanks for cleaning it up. I have a few minor suggestions. I would also like to know more about the details of the problem so I don't reproduce it. Thanks again this was a lot of work and much appreciated.
tests/test_imagemagick_files.py
Outdated
print(stdout) | ||
print(stderr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just clean this file of the extraneous print statements.
tty: true | ||
stdin_open: true | ||
volumes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this was the culprit, I don't know how you figured this out.
Please close the other PR that is opened against main when you have merged this. |
imagemagick-files.py
from agent2 communicating with agent1, using the current compose file.Tests passing: https://github.com/ORNL/zambeze/actions/runs/3888182470