This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-scheduler-jump
in repository https://gitbox.apache.org/repos/asf/texera.git
from 73d0e2f273 Merge branch 'main' into xinyuan-scheduler-jump
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 f726337b3d Merge branch 'main' into xinyuan-scheduler-jump
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