Yicong-Huang opened a new issue, #4946:
URL: https://github.com/apache/texera/issues/4946

   ### What happened?
   
   The first test in `ReconfigurationIntegrationSpec` ("should be able to 
modify a python UDF worker in workflow") intermittently fails with 
`com.twitter.util.TimeoutException: 5.seconds` at `TestUtils.scala:217-219`:
   
   ```
   Await.result(
     client.controllerInterface.startWorkflow(EmptyRequest(), ()),
     Duration.fromSeconds(5)
   )
   ```
   
   The next test in the same suite ("should be able to modify two python UDFs") 
consistently passes with the same 5-second budget, so only the first invocation 
in the JVM is slow. The class already has `Retries`, but the flake still leaks 
through occasionally.
   
   Observed runs:
   - main `ef0634de`: 
https://github.com/apache/texera/actions/runs/25309950121/job/74194268778
   - PR #4685 `f24908b1`: 
https://github.com/apache/texera/actions/runs/25381795184/job/74432452836
   
   ### How to reproduce?
   
   Re-run the `amber-integration` job on a cold CI runner; reproduces 
intermittently.
   
   ### Branch
   
   main
   
   ### Commit Hash (Optional)
   
   ef0634de
   
   ### Version
   
   1.1.0-incubating


-- 
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]

Reply via email to