fix: QA and tests running until timeout because of missing count in while lo…#1872
Merged
JoshuaSBrown merged 25 commits intostagingfrom Feb 25, 2026
Merged
Conversation
…op for query end to end test.
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideEnsures the query end-to-end test loop now progresses its iteration counter so it can eventually terminate instead of running until timeout. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since this loop is bounded by
count, consider making the termination condition and increment more explicit (e.g., aforloop over a range orcount += 1with a clear max-iterations constant) to make the intent and safety of the retry logic easier to understand.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since this loop is bounded by `count`, consider making the termination condition and increment more explicit (e.g., a `for` loop over a range or `count += 1` with a clear max-iterations constant) to make the intent and safety of the retry logic easier to understand.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…m full document replace.
…m:ORNL/DataFed into 1871-DAPS-bug-query-api-test-endless-loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…op for query end to end test.
Ticket
Description
This PR fixes several problems with the logging output, as well as a number of bugs, and notably removal of prj/search route which is not used anywhere and shouldn't be. Includes fixing indentation problem with UUID that was causing an early return where a save was needed... among other items.
How Has This Been Tested?
Artifacts (if appropriate):
Tasks
Summary by Sourcery
Bug Fixes: