diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1278b833143..fc68e9864b5 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -87,8 +87,8 @@ stages: - template: templates/matrix.yml # context/target parameters: targets: - - name: macOS 12.0 - test: macos/12.0 + - name: macOS 13.2 + test: macos/13.2 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.7 py36 @@ -107,8 +107,8 @@ stages: - template: templates/matrix.yml # context/controller parameters: targets: - - name: macOS 12.0 - test: macos/12.0 + - name: macOS 13.2 + test: macos/13.2 - name: RHEL 8.7 test: rhel/8.7 - name: RHEL 9.1 diff --git a/changelogs/fragments/ansible-test-updated-platforms.yml b/changelogs/fragments/ansible-test-updated-platforms.yml index 1fff9b9ac27..71b14060fe2 100644 --- a/changelogs/fragments/ansible-test-updated-platforms.yml +++ b/changelogs/fragments/ansible-test-updated-platforms.yml @@ -5,5 +5,6 @@ minor_changes: - ansible-test - Add Alpine 3.17 remote. - ansible-test - Add Fedora 37 remote. - ansible-test - Add Fedora 37 container. + - ansible-test - Add macOS 13.2 remote. - ansible-test - Update Alpine 3 container to 3.17. - ansible-test - Minor cleanup and package updates in distro containers. diff --git a/test/integration/targets/lookup_url/aliases b/test/integration/targets/lookup_url/aliases index ef37fce1b92..df50c1ae8a8 100644 --- a/test/integration/targets/lookup_url/aliases +++ b/test/integration/targets/lookup_url/aliases @@ -1,4 +1,11 @@ destructive shippable/posix/group3 needs/httptester -skip/macos/12.0 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html +skip/macos/13.2 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html +# Example failure: +# +# TASK [lookup_url : Test that retrieving a url works] *************************** +# objc[15394]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. +# objc[15394]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in t +# he fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug. +# ERROR! A worker was found in a dead state diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 06ef7c3e614..47f0913569f 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -6,6 +6,7 @@ freebsd/12.4 python=3.9 python_dir=/usr/local/bin become=su_sudo provider=aws ar freebsd/13.1 python=3.8,3.7,3.9,3.10 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/12.0 python=3.10 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 +macos/13.2 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 rhel/7.9 python=2.7 become=sudo provider=aws arch=x86_64 rhel/8.7 python=3.6,3.8,3.9 become=sudo provider=aws arch=x86_64