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

[Backport 2024.2] fix(full scan thread): Added missing fetch-next-page to fetch_result_pages #9110

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 31, 2024

fetch_result_pages had a "while" loop where a call to result.fetch_next_page() is missing. Adding it back.
Fixes: #8287

Testing

  • [ ]

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

(cherry picked from commit 3f0b2f3)

Parent PR: #8705

…pages

fetch_result_pages had a "while" loop where a call to result.fetch_next_page()
is missing. Adding it back.
Fixes: #8287

(cherry picked from commit 3f0b2f3)
@vponomaryov vponomaryov merged commit f0c43c6 into branch-2024.2 Nov 1, 2024
7 checks passed
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.

2 participants