chess
ed42068c45
Add a turn-scoped service tier override ( #40616 )
...
## What changed
- Add `serviceTierForTurn` to `turn/start` so a newly started turn can override the service tier without changing the thread's saved tier.
- Treat `"default"` as standard speed and omitted or `null` values as inheriting the thread tier.
- Keep `serviceTier` authoritative for subsequent turns when both fields are supplied, and ignore the turn-scoped override when steering an active turn.
## Testing
- Extend the app-server turn-start test to verify both the one-turn `"default"` override and inheritance on the following turn.
GitOrigin-RevId: 4c2c4db21d8d31617a7a6e6df65bf54834e72383
2026-08-25 14:04:32 +00:00
..
2026-08-24 22:40:35 +00:00
2026-08-25 10:17:03 +00:00
2026-08-25 14:04:32 +00:00
2026-08-18 23:05:52 +00:00
2026-08-25 14:04:32 +00:00
2026-08-25 03:08:33 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 08:10:08 +00:00
2026-08-25 07:37:42 +00:00
2026-08-24 21:39:48 +00:00
2026-08-20 19:28:32 +00:00
2026-08-14 05:03:39 +00:00
2026-08-17 22:37:14 +00:00
2026-08-25 05:35:25 +00:00
2026-08-18 23:47:00 +00:00
2026-08-13 19:35:22 +00:00
2026-08-21 14:14:00 +00:00
2026-08-15 21:26:28 +00:00
2026-08-14 22:40:19 +00:00
2026-08-21 16:50:34 +00:00
2026-08-21 06:41:28 +00:00
2026-08-18 23:47:00 +00:00
2026-08-13 23:13:37 +00:00
2026-08-25 05:16:45 +00:00
2026-08-25 02:34:04 +00:00
2026-08-23 18:53:15 +00:00
2026-08-25 14:04:32 +00:00
2026-08-22 00:42:19 +00:00
2026-08-24 21:39:48 +00:00
2026-08-13 00:00:16 +00:00
2026-08-25 14:04:32 +00:00
2026-08-24 18:09:47 +00:00
2026-08-24 10:15:42 +00:00
2026-08-17 04:37:50 +00:00
2026-08-25 12:12:01 +00:00
2026-08-25 01:03:20 +00:00
2026-08-25 05:35:25 +00:00
2026-08-18 21:46:18 +00:00
2026-08-20 17:16:52 +00:00
2026-08-20 08:10:08 +00:00
2026-08-25 01:03:20 +00:00
2026-08-25 10:29:26 +00:00
2026-08-17 00:09:44 +00:00
2026-08-24 00:52:52 +00:00
2026-08-25 02:38:22 +00:00
2026-08-25 03:08:33 +00:00
2026-08-25 10:29:26 +00:00
2026-08-24 21:39:48 +00:00
2026-08-21 19:04:32 +00:00
2026-08-24 21:39:48 +00:00
2026-08-24 22:10:44 +00:00
2026-08-24 22:44:33 +00:00
2026-08-21 21:01:59 +00:00
2026-08-23 23:38:12 +00:00
2026-08-25 14:04:32 +00:00
2026-08-15 01:34:33 +00:00
2026-08-21 16:45:05 +00:00
2026-08-24 06:43:07 +00:00
2026-08-25 01:03:20 +00:00
2026-08-24 17:07:21 +00:00
2026-08-25 05:16:45 +00:00
2026-08-20 17:39:06 +00:00
2026-08-20 06:10:03 +00:00
2026-08-25 01:10:10 +00:00
2026-08-20 18:29:35 +00:00
2026-08-25 01:03:20 +00:00
2026-08-24 11:02:14 +00:00
2026-08-25 14:04:32 +00:00
2026-08-24 19:25:32 +00:00
2026-08-20 14:55:08 +00:00
2026-08-25 05:16:45 +00:00
2026-08-15 14:31:04 +00:00
2026-08-25 07:37:42 +00:00
2026-08-24 22:40:35 +00:00
2026-08-18 22:00:25 +00:00