Commit 53700ab
Use JSON-key-order-agnostic assertion on child timeout_policy snapshot
One more MySQL JSON column comparison that was sensitive to key order
on InnoDB — the child call's `timeout_policy` JSON column stores
`execution_timeout_seconds` and `run_timeout_seconds` in the storage
engine's internal order. Swap the literal-array assertSame for
assertSameJsonObject like the rest of the #399 JSON-ordering fixes.
Clears 1 MySQL failure under #399:
* testCompleteStartsChildWorkflowSnapshotsRetryPolicyAndTimeouts
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 853164a commit 53700ab
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1922 | 1922 | | |
1923 | 1923 | | |
1924 | 1924 | | |
1925 | | - | |
| 1925 | + | |
1926 | 1926 | | |
1927 | 1927 | | |
1928 | 1928 | | |
| |||
0 commit comments