PRD: macOS Container backend - Part III (integration coverage) #232
Reference in New Issue
Block a user
Delete Branch "feat/macos-container-integration-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stacked on PR #231.
Closes out the remaining PRD work after the launch-step PR:
containeravailabilityBOT_BOTTLE_MACOS_CONTAINER_DNSexplicitly requests a different DNSscutil --dns, falling back to1.1.1.1only when no host resolver is discoverableVerification:
python3 -m compileall -q bot_bottle tests/unit/test_macos_container_util.py tests/unit/test_macos_container_launch.py tests/integration/test_macos_container_launch.pypython3 -m unittest discover tests/unitpython3 -m unittest tests.integration.test_macos_container_launchpython3 -m unittest tests.unit.test_macos_container_util tests.unit.test_macos_container_launchnpx pyright .git diff --checkThe Apple Container integration smoke passes on this host with the tightened builder DNS behavior.