Yicong-Huang commented on PR #4700:
URL: https://github.com/apache/texera/pull/4700#issuecomment-4364960314
Addressed in 818f807c17. All four tests now seed every operator with a
shared sentinel point (`{x: -9999, y: -9999}`) before running
`autoLayoutWorkflow`, so a regression to a no-op or to a partial (x-only)
update would no longer satisfy the assertions:
- single-operator: asserts the sentinel is gone on both axes.
- chain (rankdir LR): every node starts at the same point, so `a.x < b.x <
c.x` can only emerge from the layout pass.
- disconnected: each solo node starts at the sentinel and must be
repositioned.
- overwrite: now verifies both `x` *and* `y` were overwritten, catching a
half-update regression.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]