You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Alexander Sowitzki fe792fdcd2
Vanquish rare container bootstrap failure (#73288)
The init script for the test container writes additional lines to
the .bashrc of the user. This was done via a `cat` multiline
instruction, which is implemented internally by writing a
temporary file to TMPDIR (/tmp in this case) first. Docker fails
to provide /tmp just after creation, which results in a race
condition that rarely makes the init fail. Changed the `cat`
statement to multiple `echo`s.

Co-authored-by: Matt Clay <matt@mystile.com>
4 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Use a pty for local connections (#73023) 4 years ago
lib/ansible_test Vanquish rare container bootstrap failure (#73288) 4 years ago
sanity Document install_python_apt option of apt_repository (#72959) 4 years ago
support Various intentional tests (#72485) 4 years ago
units Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263) 4 years ago
utils/shippable [devel] Azure Pipelines configuration. 4 years ago