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

Improve error handling when connection to QMP socket #1520

Merged

Conversation

Martchus
Copy link
Contributor

  • Abort connection attempts if QEMU exits while trying to connect to avoid wasting time when the VM can not be started
  • Improve consistency and readability of error and log messages
  • See https://progress.opensuse.org/issues/68938

* Abort connection attempts if QEMU exits while trying to connect to avoid
  wasting time when the VM can not be started
* Improve consistency and readability of error and log messages
* See https://progress.opensuse.org/issues/68938
@codecov
Copy link

codecov bot commented Aug 27, 2020

Codecov Report

Merging #1520 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1520      +/-   ##
==========================================
- Coverage   57.66%   57.64%   -0.02%     
==========================================
  Files          55       55              
  Lines        6474     6476       +2     
==========================================
  Hits         3733     3733              
- Misses       2741     2743       +2     
Impacted Files Coverage Δ
opt/OpenQA/Qemu/Proc.pm 71.55% <0.00%> (-0.65%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 166a4d0...850aede. Read the comment docs.

@Martchus Martchus requested a review from okurz August 31, 2020 13:51
@mergify mergify bot merged commit a169fcf into os-autoinst:master Sep 1, 2020
@Martchus Martchus deleted the abort-qmp-connection-on-qemu-exit branch September 1, 2020 13:14
Martchus added a commit to Martchus/os-autoinst that referenced this pull request Sep 2, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants