Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recurrent Timer issue on CI on docker multi-node playbook #1700

Closed
themr0c opened this issue Jan 24, 2019 · 2 comments
Closed

recurrent Timer issue on CI on docker multi-node playbook #1700

themr0c opened this issue Jan 24, 2019 · 2 comments
Labels
bug test Improvement to quality assurance: CI/CD, testing, building

Comments

@themr0c
Copy link
Contributor

themr0c commented Jan 24, 2019

Issue Type

  • Bug report

Desired Behavior

Do not fail on timer expired

Actual Behaviour

        playbook: /home/travis/build/ansible/molecule/test/scenarios/driver/docker/molecule/multi-node/playbook.yml
    --> Scenario: 'multi-node'
[...]
        PLAY [Converge] ****************************************************************
        
        TASK [Gathering Facts] *********************************************************
        An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
        fatal: [instance-2]: FAILED! => {"changed": false, "cmd": "/sbin/udevadm info --query property --name /dev/sda1", "msg": "Timer expired after 10 seconds", "rc": 257}
        An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds
        fatal: [instance-1]: FAILED! => {"changed": false, "cmd": "/sbin/udevadm info --query property --name /dev/sda1", "msg": "Timer expired after 10 seconds", "rc": 257}

examples: on Python: 2.7 TESTS_TYPE=functional ANSIBLE_VERSION=27

@webknjaz
Copy link
Member

Yeah... @fabianvf had some suggestions on this.
I'd say we should have an exponential backoff in place for this.

@webknjaz webknjaz added bug test Improvement to quality assurance: CI/CD, testing, building labels Jan 24, 2019
@themr0c
Copy link
Contributor Author

themr0c commented Jan 30, 2019

fixed by #1698

@themr0c themr0c closed this as completed Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug test Improvement to quality assurance: CI/CD, testing, building
Projects
None yet
Development

No branches or pull requests

2 participants