Skip to content

ETT-1338 Investigate ssd assertion failures: "production_run_configur…#187

Merged
moseshll merged 3 commits intomainfrom
ETT-1338_ssd_q1_500
Feb 19, 2026
Merged

ETT-1338 Investigate ssd assertion failures: "production_run_configur…#187
moseshll merged 3 commits intomainfrom
ETT-1338_ssd_q1_500

Conversation

@moseshll
Copy link
Contributor

…ation_macc" does not have a value

  • Calls to ssd with a q1 parameter cause a 500 error because ssd does not have the same config pt does although they share the code that leads to talking to Solr.
  • production_run_configuration_macc is only present in pt config.
  • Simple fix is just to remove the param at the outset.
  • The playwright test is not incorporated into the by-user-type scaffolding we built for pt testing.
    • Run it with docker compose run --rm playwright npx playwright test ssd_spec.js --trace on --config playwright_auth.config.js
    • It will not run automatically with our GitHub CI, alas.

…ation_macc" does not have a value

- Calls to `ssd` with a `q1` parameter cause a 500 error because `ssd` does not have the same config `pt` does
  although they share the code that leads to talking to Solr.
- `production_run_configuration_macc` is only present in `pt` config.
- Simple fix is just to remove the param at the outset.
- The playwright test is not incorporated into the by-user-type scaffolding we built for `pt` testing.
  - Run it with `docker compose run --rm playwright npx playwright test ssd_spec.js --trace on --config playwright_auth.config.js`
  - It will not run automatically with our GitHub CI, alas.
@moseshll moseshll requested a review from carylwyatt February 18, 2026 17:35
@moseshll moseshll merged commit 00d90de into main Feb 19, 2026
2 checks passed
@moseshll moseshll deleted the ETT-1338_ssd_q1_500 branch February 19, 2026 22:02
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