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>
2021-01-21 12:22:58 -05:00
..
ansible_test
integration Use a pty for local connections (#73023) 2021-01-18 16:02:04 -05:00
lib/ansible_test Vanquish rare container bootstrap failure (#73288) 2021-01-21 12:22:58 -05:00
sanity Document install_python_apt option of apt_repository (#72959) 2021-01-08 11:30:23 -06:00
support Various intentional tests (#72485) 2020-11-06 08:41:41 -06:00
units Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263) 2021-01-20 15:50:24 -05:00
utils/shippable [devel] Azure Pipelines configuration. 2020-12-02 13:40:01 -08:00