Integration tests: Update testenv.ProtectAll() to also cleanup Services #36581
Labels
area/testing
exp/beginner
exp/intermediate
kind/enhancement
Enhancements are not bugs or new features but can improve usability or performance.
status/claimed
Creating a tracking issue for #36538 (comment)
We should update
testenv.ProtectAll()
andtestenv.Clean()
to also cleanup services, so that integration-tests don't have to clean up services after running the tests.Similar to the way containers, networks, and other resources are currently handled;
moby/internal/test/environment/protect.go
Lines 32 to 43 in 3e0299f
moby/internal/test/environment/clean.go
Lines 25 to 42 in 3e0299f
labelling with both "beginner" and "intermediate"; it's probably somewhere in between 😄
The text was updated successfully, but these errors were encountered: