Skip to content

docs: warn about repetition-loop risk in long-input manual test#57

Merged
min0625 merged 1 commit into
mainfrom
docs/manual-testing-repetition-loop-note
Jul 8, 2026
Merged

docs: warn about repetition-loop risk in long-input manual test#57
min0625 merged 1 commit into
mainfrom
docs/manual-testing-repetition-loop-note

Conversation

@min0625

@min0625 min0625 commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Case 15 (long-input chunked translation) uses a repeated-phrase document as its example input.
  • Against a real (non-mock) model, that degenerate input can send some models (observed: gpt-4o-mini, llama3.1:8b) into a runaway repetition loop — producing an oversized chunk and taking minutes instead of seconds, which can look like a hang during manual testing.
  • Adds a note recommending varied content (testdata/sample.txt duplicated) when testing against a real model instead.

Test plan

  • make check (pre-commit hook) passed
  • Docs-only change; no code behavior affected

Repeated-phrase input used in case 15 can send some real models
(gpt-4o-mini, llama3.1:8b) into a runaway repetition loop that looks
like a hang; recommend varied content (testdata/sample.txt) instead
when testing against a real model.
@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@min0625 min0625 merged commit 3446f5d into main Jul 8, 2026
6 checks passed
@min0625 min0625 deleted the docs/manual-testing-repetition-loop-note branch July 8, 2026 07:59
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