Ma77Ball commented on PR #5915: URL: https://github.com/apache/texera/pull/5915#issuecomment-4859091232
Root cause: not the pause race — it's a data-volume tug-of-war. Too little data → finishes before pause (misses PAUSED); too much (100k rows through Python UDFs) → can't COMPLETE in 1 min. Flaked either way. Pushed: deterministic slow source (30 rows, 0.25s apart) → pause lands reliably, completes instantly. Let's see if CI agrees. Is this test even worth keeping? ReconfigurationSpec already covers the mechanism (stable); this only adds the Python-executor path, and it's been our recurring flake. 1. Keep the deterministic rewrite 2. @ignore + tracking issue, rely on ReconfigurationSpec 3. Remove the spec @Yicong-Huang -- 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]
