-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
48
In SERVER-70121 and SERVER-70083 we switched to building an image, committing that image then running it. That is causing us to run out of space in package_test_complete tests. We want to revert that functionality to the way it was before where we would only have docker.run and all the setup would happen inside the docker container.
After this ticket there should be no use of container.commit and all the commands that were previously in package_test.py should be in package_test_internal.py.