Promote dev→uat: expand UAT seed to 30+ pets with medicalAlerts 25-35% distribution (GRO-1962) #117

Merged
The Dogfather merged 2 commits from dev into uat 2026-05-31 22:47:11 +00:00
Member

Promotion from dev to uat.

Fixes: GRO-1962 and GRO-1961

Changes

  • PR #115: Fixed stale closure bug (uc.petName ReferenceError) in seed.ts random pet loop
  • PR #115: Corrected medicalAlerts distribution to ~30% by moving deterministic test clients inside the rand() gate
  • PR #114: Added extended field population on re-runs for deterministic UAT pets (TestCooper, TestRocky)

Ready for UAT verification

Once merged and deployed, UAT acceptance tests can verify:

  • TC-API-3.20: UAT test pets have extended fields populated
  • TC-API-3.21: Random-pool pets exist and have extended fields
  • TC-API-3.22: medicalAlerts distribution is 25-35% across 30+ pets
  • TC-API-3.23: No null values on required fields
**Promotion from dev to uat.** Fixes: [GRO-1962](/GRO/issues/GRO-1962) and [GRO-1961](/GRO/issues/GRO-1961) ## Changes - PR #115: Fixed stale closure bug (`uc.petName` ReferenceError) in seed.ts random pet loop - PR #115: Corrected medicalAlerts distribution to ~30% by moving deterministic test clients inside the rand() gate - PR #114: Added extended field population on re-runs for deterministic UAT pets (TestCooper, TestRocky) ## Ready for UAT verification Once merged and deployed, UAT acceptance tests can verify: - TC-API-3.20: UAT test pets have extended fields populated - TC-API-3.21: Random-pool pets exist and have extended fields - TC-API-3.22: medicalAlerts distribution is 25-35% across 30+ pets - TC-API-3.23: No null values on required fields
The Dogfather added 2 commits 2026-05-31 22:46:51 +00:00
GRO-1961: populate extended fields on UAT Pup Alpha/Beta on re-runs (#114)
CI / Test (push) Successful in 10s
CI / Lint & Typecheck (push) Successful in 22s
CI / Build & Push Docker Images (push) Successful in 59s
01cff9006a
GRO-1961: populate extended fields on UAT Pup Alpha/Beta on re-runs
fix(seed): remove stale uc.petName closure ref, correct medicalAlerts distribution to 30% (#115)
CI / Test (push) Successful in 11s
CI / Lint & Typecheck (push) Successful in 18s
CI / Build & Push Docker Images (push) Successful in 1m4s
CI / Test (pull_request) Successful in 12s
CI / Lint & Typecheck (pull_request) Successful in 14s
CI / Build & Push Docker Images (pull_request) Successful in 1m4s
bec7b014be
The Dogfather merged commit 8cce9c4d35 into uat 2026-05-31 22:47:11 +00:00
Sign in to join this conversation.