Skip to content

Commit 904bd55

Browse files
committed
WIP
1 parent 67997ee commit 904bd55

19 files changed

+155
-142
lines changed

.ci/azure-pipelines.yml

+4-109
Original file line numberDiff line numberDiff line change
@@ -46,120 +46,15 @@ jobs:
4646

4747
- job: Linux
4848
pool:
49-
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md
49+
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
5050
vmImage: ubuntu-20.04
5151
steps:
5252
- template: azure-pipelines-steps.yml
5353
strategy:
5454
matrix:
55-
Mito_27_centos6:
56-
tox.env: py27-mode_mitogen-distro_centos6
57-
Mito_27_centos7:
58-
tox.env: py27-mode_mitogen-distro_centos7
59-
Mito_27_centos8:
60-
tox.env: py27-mode_mitogen-distro_centos8
61-
Mito_27_debian9:
62-
tox.env: py27-mode_mitogen-distro_debian9
63-
Mito_27_debian10:
64-
tox.env: py27-mode_mitogen-distro_debian10
65-
Mito_27_debian11:
66-
tox.env: py27-mode_mitogen-distro_debian11
67-
Mito_27_ubuntu1604:
68-
tox.env: py27-mode_mitogen-distro_ubuntu1604
69-
Mito_27_ubuntu1804:
70-
tox.env: py27-mode_mitogen-distro_ubuntu1804
71-
Mito_27_ubuntu2004:
72-
tox.env: py27-mode_mitogen-distro_ubuntu2004
73-
74-
Mito_36_centos6:
75-
python.version: '3.6'
76-
tox.env: py36-mode_mitogen-distro_centos6
77-
Mito_36_centos7:
78-
python.version: '3.6'
79-
tox.env: py36-mode_mitogen-distro_centos7
80-
Mito_36_centos8:
81-
python.version: '3.6'
82-
tox.env: py36-mode_mitogen-distro_centos8
83-
Mito_36_debian9:
84-
python.version: '3.6'
85-
tox.env: py36-mode_mitogen-distro_debian9
86-
Mito_36_debian10:
87-
python.version: '3.6'
88-
tox.env: py36-mode_mitogen-distro_debian10
89-
Mito_36_debian11:
90-
python.version: '3.6'
91-
tox.env: py36-mode_mitogen-distro_debian11
92-
Mito_36_ubuntu1604:
93-
python.version: '3.6'
94-
tox.env: py36-mode_mitogen-distro_ubuntu1604
95-
Mito_36_ubuntu1804:
96-
python.version: '3.6'
97-
tox.env: py36-mode_mitogen-distro_ubuntu1804
98-
Mito_36_ubuntu2004:
99-
python.version: '3.6'
100-
tox.env: py36-mode_mitogen-distro_ubuntu2004
101-
102-
Mito_312_centos6:
103-
python.version: '3.12'
104-
tox.env: py312-mode_mitogen-distro_centos6
105-
Mito_312_centos7:
106-
python.version: '3.12'
107-
tox.env: py312-mode_mitogen-distro_centos7
108-
Mito_312_centos8:
109-
python.version: '3.12'
110-
tox.env: py312-mode_mitogen-distro_centos8
111-
Mito_312_debian9:
112-
python.version: '3.12'
113-
tox.env: py312-mode_mitogen-distro_debian9
114-
Mito_312_debian10:
115-
python.version: '3.12'
116-
tox.env: py312-mode_mitogen-distro_debian10
117-
Mito_312_debian11:
118-
python.version: '3.12'
119-
tox.env: py312-mode_mitogen-distro_debian11
120-
Mito_312_ubuntu1604:
121-
python.version: '3.12'
122-
tox.env: py312-mode_mitogen-distro_ubuntu1604
123-
Mito_312_ubuntu1804:
124-
python.version: '3.12'
125-
tox.env: py312-mode_mitogen-distro_ubuntu1804
126-
Mito_312_ubuntu2004:
127-
python.version: '3.12'
128-
tox.env: py312-mode_mitogen-distro_ubuntu2004
129-
130-
Ans_27_210:
131-
tox.env: py27-mode_ansible-ansible2.10
132-
Ans_27_4:
133-
tox.env: py27-mode_ansible-ansible4
134-
135-
Ans_36_210:
136-
python.version: '3.6'
137-
tox.env: py36-mode_ansible-ansible2.10
138-
Ans_36_4:
139-
python.version: '3.6'
140-
tox.env: py36-mode_ansible-ansible4
141-
142-
Ans_311_210:
143-
python.version: '3.11'
144-
tox.env: py311-mode_ansible-ansible2.10
145-
Ans_311_3:
146-
python.version: '3.11'
147-
tox.env: py311-mode_ansible-ansible3
148-
Ans_311_4:
149-
python.version: '3.11'
150-
tox.env: py311-mode_ansible-ansible4
151-
Ans_311_5:
152-
python.version: '3.11'
153-
tox.env: py311-mode_ansible-ansible5
154-
Ans_312_6:
155-
python.version: '3.12'
156-
tox.env: py312-mode_ansible-ansible6
157-
Ans_312_7:
158-
python.version: '3.12'
159-
tox.env: py312-mode_ansible-ansible7
160-
Ans_312_8:
161-
python.version: '3.12'
162-
tox.env: py312-mode_ansible-ansible8
16355
Ans_312_9:
16456
python.version: '3.12'
16557
tox.env: py312-mode_ansible-ansible9
58+
Van_312_9:
59+
python.version: '3.12'
60+
tox.env: py312-mode_ansible-ansible9-strategy_linear

tests/ansible/bench/file_transfer.yml

+39-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
21
- name: bench/file_transfer.yml
32
hosts: test-targets
43
tasks:
5-
64
- name: Make 32MiB file
75
delegate_to: localhost
6+
run_once: true
87
shell: openssl rand 33554432 > /tmp/bigfile.in
8+
args:
9+
creates: /tmp/bigfile.in
910

1011
- name: Make 320MiB file
1112
delegate_to: localhost
13+
run_once: true
1214
shell: >
1315
cat
1416
/tmp/bigfile.in
@@ -22,6 +24,8 @@
2224
/tmp/bigfile.in
2325
/tmp/bigfile.in
2426
> /tmp/bigbigfile.in
27+
args:
28+
creates: /tmp/bigbigfile.in
2529

2630
- name: Delete SSH file is present.
2731
file:
@@ -36,17 +40,20 @@
3640
copy:
3741
src: /tmp/bigfile.in
3842
dest: /tmp/bigfile.out
43+
mode: ugo=rw
3944

4045
- name: Copy 320MiB file via SSH
4146
copy:
4247
src: /tmp/bigbigfile.in
4348
dest: /tmp/bigbigfile.out
49+
mode: ugo=rw
4450

4551
- name: Delete localhost sudo file if present.
4652
file:
4753
path: "{{item}}"
4854
state: absent
4955
delegate_to: localhost
56+
run_once: true
5057
become: true
5158
with_items:
5259
- /tmp/bigfile.out
@@ -56,21 +63,51 @@
5663

5764
- name: Copy 32MiB file via localhost sudo
5865
delegate_to: localhost
66+
run_once: true
5967
become: true
6068
copy:
6169
src: /tmp/bigfile.in
6270
dest: /tmp/bigfile.out
71+
mode: ugo=rw
6372
tags:
6473
- requires_local_sudo
6574

6675
- name: Copy 320MiB file via localhost sudo
6776
delegate_to: localhost
77+
run_once: true
6878
become: true
6979
copy:
7080
src: /tmp/bigbigfile.in
7181
dest: /tmp/bigbigfile.out
82+
mode: ugo=rw
7283
tags:
7384
- requires_local_sudo
7485

86+
- name: Local cleanup
87+
file:
88+
path: "{{ item.path }}"
89+
state: absent
90+
loop:
91+
- /tmp/bigfile.in
92+
- /tmp/bigfile.out
93+
- /tmp/bigbigfile.in
94+
- /tmp/bigbigfile.out
95+
delegate_to: localhost
96+
run_once: true
97+
tags:
98+
- cleanup_local
99+
- cleanup
100+
101+
- name: Target cleanup
102+
file:
103+
path: "{{ item.path }}"
104+
state: absent
105+
loop:
106+
- /tmp/bigfile.out
107+
- /tmp/bigbigfile.out
108+
tags:
109+
- cleanup_target
110+
- cleanup
111+
75112
tags:
76113
- resource_intensive

tests/ansible/integration/action/copy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
content:
1010
this is a tiny file.
1111
delegate_to: localhost
12+
run_once: true
1213

1314
- name: Create large file
1415
copy:
1516
dest: /tmp/copy-large-file
1617
# Must be larger than Connection.SMALL_SIZE_LIMIT.
1718
content: "{% for x in range(200000) %}x{% endfor %}"
1819
delegate_to: localhost
20+
run_once: true
1921

2022
- name: Cleanup copied files
2123
file:

tests/ansible/integration/action/fixup_perms2__copy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
- name: Create local weird mode file
4040
delegate_to: localhost
41+
run_once: true
4142
copy:
4243
content: "weird mode"
4344
dest: "/tmp/weird-mode"

tests/ansible/integration/action/synchronize.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@
2424
path: /tmp/sync-test
2525
state: absent
2626
delegate_to: localhost
27+
run_once: true
2728

2829
- name: Create sync-test
2930
file:
3031
path: /tmp/sync-test
3132
state: directory
3233
delegate_to: localhost
34+
run_once: true
3335

3436
- name: Create syn-test item
3537
copy:
3638
dest: /tmp/sync-test/item
3739
content: "item!"
3840
delegate_to: localhost
41+
run_once: true
3942

4043
# TODO: https://github.com/dw/mitogen/issues/692
4144
# - file:

tests/ansible/integration/become/su_password.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
vars:
5454
ansible_become_pass: user1_password
5555
when:
56+
- false
5657
# https://github.com/ansible/ansible/pull/70785
5758
- ansible_facts.distribution not in ["MacOSX"]
5859
or ansible_version.full is version("2.11", ">=", strict=True)
@@ -63,6 +64,7 @@
6364
- out.stdout == 'mitogen__user1'
6465
fail_msg: out={{out}}
6566
when:
67+
- false
6668
# https://github.com/ansible/ansible/pull/70785
6769
- ansible_facts.distribution not in ["MacOSX"]
6870
or ansible_version.full is version("2.11", ">=", strict=True)
@@ -76,6 +78,7 @@
7678
vars:
7779
ansible_become_pass: user1_password
7880
when:
81+
- false
7982
# https://github.com/ansible/ansible/pull/70785
8083
- ansible_facts.distribution not in ["MacOSX"]
8184
or ansible_version.full is version("2.11", ">=", strict=True)
@@ -86,6 +89,7 @@
8689
- out.stdout == 'mitogen__user1'
8790
fail_msg: out={{out}}
8891
when:
92+
- false
8993
# https://github.com/ansible/ansible/pull/70785
9094
- ansible_facts.distribution not in ["MacOSX"]
9195
or ansible_version.full is version("2.11", ">=", strict=True)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- name: Cleanup local file
2+
file:
3+
path: /tmp/{{ file_name }}
4+
state: absent
5+
delegate_to: localhost
6+
run_once: true
7+
tags:
8+
- cleanup_local
9+
- cleanup
10+
11+
- name: Cleanup target file
12+
file:
13+
path: /tmp/{{ file_name }}.out
14+
state: absent
15+
tags:
16+
- cleanup_target
17+
- cleanup

tests/ansible/integration/connection/_put_file.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
---
2-
31
- name: Create {{ file_name }}
4-
shell: dd if=/dev/urandom of=/tmp/{{ file_name }} bs=1024 count={{ file_size }}
5-
args:
2+
command:
3+
cmd: dd if=/dev/urandom of=/tmp/{{ file_name }} bs=1024 count={{ file_size_kib }}
64
creates: /tmp/{{file_name}}
75
delegate_to: localhost
6+
run_once: true
87

98
- name: Copy {{ file_name }}
109
copy:
1110
dest: /tmp/{{file_name}}.out
1211
src: /tmp/{{file_name}}
12+
mode: "{{ file_mode }}"
1313

1414
- name: Stat created {{ file_name }}
1515
stat: path=/tmp/{{ file_name }}
1616
register: original
1717
delegate_to: localhost
18+
run_once: true
1819

1920
- name: Stat copied {{ file_name }}
2021
stat: path=/tmp/{{ file_name }}.out

tests/ansible/integration/connection/put_large_file.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
gather_facts: no
77
vars:
88
file_name: large-file
9-
file_size: 512
9+
file_size_kib: 512
10+
file_mode: u=rw,go=
1011
tasks:
1112
- include_tasks: _put_file.yml
13+
- include_tasks: _cleanup_file.yml
1214
tags:
1315
- put_file
1416
- put_large_file

tests/ansible/integration/connection/put_small_file.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
gather_facts: no
77
vars:
88
file_name: small-file
9-
file_size: 123
9+
file_size_kib: 123
10+
file_mode: u=rw,go=
1011
tasks:
1112
- include_tasks: _put_file.yml
13+
- include_tasks: _cleanup_file.yml
1214
tags:
1315
- put_file
1416
- put_small_file

0 commit comments

Comments
 (0)