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

Debugging random failure of atomic upgrade or rollback tests #7

Open
kushaldas opened this issue Oct 29, 2015 · 3 comments
Open

Debugging random failure of atomic upgrade or rollback tests #7

kushaldas opened this issue Oct 29, 2015 · 3 comments

Comments

@kushaldas
Copy link
Owner

The reboots after those tests are failing randomly. I can not find any clear reproducer yet.

@kushaldas
Copy link
Owner Author

Executing command: sudo python3 -m unittest tunirtests.atomictests.TestAtomicUpgradeRun -v
Executing command: @@ sudo reboot
No handlers could be found for logger "paramiko.transport"
Getting ssh exception, sleeping for 30 seconds and then trying again.

Means it is taking more time by when ssh is again working.

@kushaldas
Copy link
Owner Author

We are going to enable the following tests specially for atomic images. Means only upgrade/roll back is having trouble for now.

sudo python3 -m unittest tunirtests.atomictests.TestDockerInstalled -v
sudo python3 -m unittest tunirtests.atomictests.TestDockerStorageSetup -v
sudo python3 -m unittest tunirtests.atomictests.TestAtomicFirstBootRun -v
sudo python3 -m unittest tunirtests.atomictests.TestAtomicCommand -v

@nzwulfin
Copy link
Contributor

nzwulfin commented Feb 2, 2016

What about implementing a POLL statement along the lines of the SLEEP statement in tunir? That would make handling continuing after reboots simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants