UserOfficeProject / issue-tracker

Shared place for features and bugs from all collaborators.
0 stars 0 forks source link

STFC local test set up improvements #1165

Closed TCMeldrum closed 3 weeks ago

TCMeldrum commented 2 months ago

Since it is possible to merge https://docs.docker.com/compose/multiple-compose-files/merge/ docker compose files we could simplify our tests setups by creating e2e compose files. Then when needing to run the backend in test configuration we can simply run something along the lines of: For e2e mode: fba-compose -f <path to e2e compose file> up -f duo-backend For STFC mode fba-compose -f <path to stfc e2e compose file> up -f duo-backend I think this would simplify running tests, meaning we have to edit the docker compose file less.

simonfernandes commented 2 months ago

Sprint planning notes:

@TCMeldrum Is your team working on this?

TCMeldrum commented 2 months ago

Not yet this was just a quality of life improvement to our local setup, I have some proof of concept examples that I have been using locally. If you guys would like to pick this up I'm happy to send over what I have, else we might pick it up sometime after the reviews features are wrapped up.

joshhdawes commented 1 month ago

@simonfernandes we're just going through our issues - are you planning on picking this one up?

simonfernandes commented 1 month ago

@joshhdawes Might be one for us to decide on in the cross team meeting. We likely won't be able to work on this until after the Xpress deadline passes considering it's a nice to have improvement.