Files
Stephan Behnke 0f8e068479 Fix reuse + conflict policy validation (#9728)
## What changed?

Fix setting of default reuse + conflict policy.

## Why?

Currently when the frontend request is retried, the request can suddenly
be in a bad state that doesn't pass validation if the conflict policy
was originally unset and the reuse policy was terminate-if-running
because setting the defaults will set a conflict policy - which is not
allowed when reuse policy terminate-if-running is used.

## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [x] added new unit test(s)
- [ ] added new functional test(s)
2026-04-09 15:49:55 -07:00
..