This is an automated email from the ASF dual-hosted git repository.

Xiao-zhen-Liu pushed a change to branch xinyuan-angular-19
in repository https://gitbox.apache.org/repos/asf/texera.git


    from f0b0ea3fc6 Merge branch 'main' into xinyuan-angular-19
     add 871017e2b3 test(amber-python): add unit tests for evaluate-expression 
and retry-current-tuple handlers (#4520)
     add 23901be24b fix(amber): wire ExecutionReconfigurationService back to 
the engine (#4531)
     add e05db13117 Merge branch 'main' into xinyuan-angular-19

No new revisions were added by this update.

Summary of changes:
 .../control/test_evaluate_expression_handler.py    | 156 +++++++++++++++++++++
 .../control/test_replay_current_tuple_handler.py   | 139 ++++++++++++++++++
 .../core/architecture/rpc/async_rpc_server.py      |  21 ++-
 .../promisehandlers/ReconfigurationHandler.scala   |  47 +++++--
 .../engine/architecture/worker/DataProcessor.scala |  11 +-
 .../service/ExecutionReconfigurationService.scala  | 136 ++++++++++--------
 .../amber/engine/e2e/ReconfigurationSpec.scala     |  18 ++-
 .../ExecutionReconfigurationServiceSpec.scala      | 149 ++++++++++++++++++++
 8 files changed, 594 insertions(+), 83 deletions(-)
 create mode 100644 
amber/src/main/python/core/architecture/handlers/control/test_evaluate_expression_handler.py
 create mode 100644 
amber/src/main/python/core/architecture/handlers/control/test_replay_current_tuple_handler.py
 create mode 100644 
amber/src/test/scala/org/apache/texera/web/service/ExecutionReconfigurationServiceSpec.scala

Reply via email to