Informatievlaanderen / VSDS-LDES-E2E-testing

End-to-end tests and tooling needed for testing LDES components build as part of VSDS
European Union Public License 1.2
5 stars 2 forks source link

Docker compose stop will not clean the enviroment #47

Closed Krieke closed 1 year ago

Krieke commented 2 years ago

https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/tree/main/e2e-test/use-cases/gipod/4.time-fragment-ldes#restart-containers-between-the-scenarios explains that one should use docker compose ... stop to clean the environment. This is not correct. One will notice that the MongoDB still has the fragments after one restarts the environment again with docker compose .. start

I suggest the following changes:

Note: the good thing with the above is that one has tested the mutability of the LDES members in the LDES fragment :-)

zargha commented 1 year ago

@rorlic This issue can be closed as the documentation has been updated with docker compose <> up and docker compose <> down