Yicong-Huang opened a new pull request, #4546: URL: https://github.com/apache/texera/pull/4546
### What changes were proposed in this PR? Marks `ReconfigurationSpec`'s `"Engine should propagate reconfiguration through a source operator in workflow"` case as `ignore` to unblock CI. The test consistently hangs at the 1-minute `Await` because the UDF stops making progress after processing the `EndChannel` ECM in the multi-worker (Python source -> Python UDF) propagation path. The other four cases in the spec (single-op python UDF reconfigure, java operator reconfigure, source-as-target rejection, two-UDF chain) still run and pass. A code comment is left at the test pointing at the symptom and the condition for re-enabling. ### Any related issues, documentation, discussions? Closes #4545. Follow-up to #4220 (which added the test) and #4531 (which restored the web-service entrypoint but did not fix this hang). ### How was this PR tested? `sbt "WorkflowExecutionService/testOnly *ReconfigurationSpec"` locally — 4 cases pass, the 5th is now skipped (was previously timing out at 1 min). ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) -- 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]
