Commit 14c076f
Use JSON-key-order-agnostic assertion on signal-wait task payload
MySQL JSON column key ordering hit `workflow_tasks.payload` for the
signal-application task. Literal-array assertSame was comparing keys
in source-code order; MySQL stores them in its own internal order.
Swap to assertSameJsonObject — same pattern as the other #399 JSON
ordering fixes.
Clears 1 MySQL failure under #399:
* testWorkflowCanWaitForSignalAndResumeAfterSignalCommand
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 53700ab commit 14c076f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4452 | 4452 | | |
4453 | 4453 | | |
4454 | 4454 | | |
4455 | | - | |
| 4455 | + | |
4456 | 4456 | | |
4457 | 4457 | | |
4458 | 4458 | | |
| |||
0 commit comments