Depends on D4161
Adding docker file for the test service based mostly on what's in the identity service.
Differential D4162
[DRAFT] [services] Tests - Add Dockerfile • karol on May 31 2022, 6:49 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions Do we really need a Docker container for these tests? Why can't we just run the build and the tests locally, without a container?
Comment Actions
The summary of D4161 explains the idea:
But I'm not sure if containerizing really simplifies the setup.
Comment Actions
I don't think this is the case... see ENG-1060 and ENG-1122. With Nix and potentially vcpkg, I think we should be able to avoid all of the bad parts here and get all of the performance / debugging benefits. Comment Actions I agree we can omit the docker setup. This is probably going to be abandoned then. Thanks for the review of the Dockerfile itself even though we're resigning from it. BTW, as for any doubts - most of the code here is copied from the identity, sorry I've not mentioned this. |