Replies: 7 comments 2 replies
-
What happens if you call directly
where |
Beta Was this translation helpful? Give feedback.
-
So I've copied docker-compose.yml in the top directory:
and modified : https://github.com/DIRACGrid/DIRAC/blob/integration/integration_tests.py#L583 to use the docker-compose.yml in the top directory:
Then I get:
If I run directly docker compose, I get:
|
Beta Was this translation helpful? Give feedback.
-
So I thought that with this procedure I would have got docker-compose.yml with real values, but I realize that it's not the case. So I've just replaced variables with real values and now I get:
|
Beta Was this translation helpful? Give feedback.
-
OK I've just changed the docker-compose.yml with:
and now I get:
|
Beta Was this translation helpful? Give feedback.
-
why |
Beta Was this translation helpful? Give feedback.
-
I've used:
since this is what is used first in the: https://github.com/DIRACGrid/DIRAC/blob/integration/integration_tests.py then in principle yes I have docker compose installed, but maybe the command line is slightly different on MacOS, see:
should I use build:
? |
Beta Was this translation helpful? Give feedback.
-
I've managed to run directly:
Then, after destroying the containers I'm able to run :
but I had to comment this line: https://github.com/DIRACGrid/DIRAC/blob/integration/integration_tests.py#L199 which for some reasons gives error when there are no containers running. I'm still adjusting some values in my docker-compose.yml but it looks to work fine now. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I'm trying to run integration tests locally, since we would like to do the same for our CTADIRAC extension.
Following this guide:
https://dirac.readthedocs.io/en/latest/DeveloperGuide/CodeTesting/index.html#running-integration-tests-locally
on my MacOS I get the following error:
and I've checked that the file /var/folders/7j/qdb2nq852973tsy1_v99qzrm0000gq/T/tmp_aqrn3_7/ci/docker-compose.yml does not exist .
Any idea how to solve this issue?
Thank you,
Luisa
Beta Was this translation helpful? Give feedback.
All reactions