Skip to content

fix: --export-scp hang bug#524

Open
sadsfae wants to merge 4 commits intoredhat-performance:developmentfrom
sadsfae:development
Open

fix: --export-scp hang bug#524
sadsfae wants to merge 4 commits intoredhat-performance:developmentfrom
sadsfae:development

Conversation

@sadsfae
Copy link
Copy Markdown
Member

@sadsfae sadsfae commented Apr 15, 2026

  • export_scp method polling loop 'continue' statement was nested inside an unnecessary 'else:' block after the timeout check. This made the control flow inconsistent with the working import_scp() method.

fixes: #499

* export_scp method polling loop 'continue' statement was
nested inside an unnecessary 'else:' block after the timeout check.
This made the control flow inconsistent with the working import_scp() method.

fixes: redhat-performance#499
@sadsfae sadsfae changed the title fix: --export-scp hang bug. fix: --export-scp hang bug Apr 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.28%. Comparing base (42d4911) to head (cfe2f71).
⚠️ Report is 1 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development     #524      +/-   ##
===============================================
+ Coverage        92.24%   92.28%   +0.03%     
===============================================
  Files                8        8              
  Lines             2516     2515       -1     
===============================================
  Hits              2321     2321              
+ Misses             195      194       -1     
Flag Coverage Δ
unittests 92.28% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant