Skip to content
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

[stress testing][m] Add in the ability to use separate docker base images #2817

Closed
richardpark-msft opened this issue Feb 25, 2022 · 0 comments · Fixed by #3790
Closed

[stress testing][m] Add in the ability to use separate docker base images #2817

richardpark-msft opened this issue Feb 25, 2022 · 0 comments · Fixed by #3790
Assignees
Labels
Central-EngSys This issue is owned by the Engineering System team. Stress This issue is related to stress testing, part of our reliability pillar.

Comments

@richardpark-msft
Copy link
Member

Part of long term testing is also making sure that you are testing against some of the various OS dependencies that might be linked in or pulled into your app.

For Go, it's possible to use alpine (which uses libmusl) vs ubuntu (which uses libc).
For C++, which depends even more on the runtime environment, it will probably need to run against several flavors of Linux images, etc...

What would be nice is if there was a way to parameterize the Dockerfile so that I can just craft up multiple dockerfiles and have them each package up and run the tests. For this particular issue there's no need to run different tests at all, just need to build separate Docker images.

CC: @vhvb1989, @ckairen ,@benbp

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Feb 25, 2022
@kurtzeborn kurtzeborn added Central-EngSys This issue is owned by the Engineering System team. Stress This issue is related to stress testing, part of our reliability pillar. and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Mar 7, 2022
@benbp benbp changed the title [stress testing] Add in the ability to use separate docker base images [stress testing][m] Add in the ability to use separate docker base images Apr 7, 2022
@ckairen ckairen moved this from Triage to Dev in Azure SDK EngSys 🚢🎉 May 18, 2022
@ckairen ckairen linked a pull request Oct 4, 2022 that will close this issue
@ckairen ckairen moved this from 🐝 Dev to 🔬Dev in PR in Azure SDK EngSys 🚢🎉 Oct 4, 2022
@ghost ghost closed this as completed in #3790 Oct 20, 2022
Repository owner moved this from 🔬Dev in PR to 🎊Closed in Azure SDK EngSys 🚢🎉 Oct 20, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team. Stress This issue is related to stress testing, part of our reliability pillar.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants