Skip to content

Defect: lorem count parameters are accepted but ignored #297

Description

@eviltester

DEFECT-001: lorem count parameters are ignored by runtime generation

Summary

lorem.words(wordCount=5) and related lorem.* count parameters are accepted by the deployed generator but do not control the generated output count. The clearest repeatable case is lorem.words(wordCount=5), which generated three words per row instead of five.

Environment

Steps To Reproduce

  1. Open the deployed app.
  2. Expand Test Data.
  3. Switch to schema text mode.
  4. Enter this schema:
words
lorem.words(wordCount=5)
  1. Set row count to 5.
  2. Click Generate.

Expected Result

Each generated row should contain five words, or the app should reject/clarify the unsupported parameter.

Actual Result

Generation completes successfully, but each sampled row contains three words. Final review evidence also showed lorem.words(wordCount=1), lorem.sentence(wordCount=3), and lorem.lines(lineCount=5) not honoring exact requested counts.

Evidence

lorem count params ignored

Local-only replication video: ../videos/defect-lorem-count-params-ignored.webm

Supporting data: ../support/final-review-execute-now-results.json, ../logs/removed-deprecated-test-log.md

Repeatability

Repeatable in the main final review loop and the removed/deprecated subagent lane.


Parent exploratory review: #296
Evidence bundle path: docs/testing/20260701/issue-286-001/

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions