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

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


    from eb50123fbc fix fmt
     add 76480d9884 perf(amber): exit TrivialControlSpec receiveWhile early 
(#4506)
     add 2fb66747ab chore(amber): remove dead tuple-level breakpoint test and 
exception class (#4504)
     add 04cf85ac75 perf(ci): combine sbt lint steps; keep test step separate 
(#4508)
     add b2f178d585 test(amber-python): add unit tests for Udon debugger (#4510)
     add 20c3a57eac perf(amber): replace Thread.sleep with event-driven waits 
in e2e specs (#4518)
     add f59dde5aa1 perf(ci): use uv pip for faster Python dep install (#4521)
     add a6ae296e10 test(amber-python): per-channel sync in 
test_main_loop_thread_can_align_ecm (#4526)
     add 954f41b62e chore(amber): remove typing and dataclasses backport 
packages (#4523)
     add 0217496807 Merge branch 'main' into xinyuan-angular-19

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-action-build.yml          |  20 +-
 amber/requirements.txt                             |   2 -
 .../handlers/control/test_debug_command_handler.py | 195 ++++++++++++++
 .../architecture/managers/test_debug_manager.py    | 116 ++++++++
 .../main/python/core/runnables/test_main_loop.py   |  59 +++-
 .../amberexception/BreakpointException.scala       |  24 --
 .../breakpoint/ExceptionBreakpointSpec.scala       | 298 ---------------------
 .../architecture/control/TrivialControlSpec.scala  |  45 ++--
 .../apache/texera/amber/engine/e2e/PauseSpec.scala |  16 +-
 .../amber/engine/e2e/ReconfigurationSpec.scala     |  11 +-
 .../apache/texera/amber/engine/e2e/TestUtils.scala |  24 +-
 11 files changed, 435 insertions(+), 375 deletions(-)
 create mode 100644 
amber/src/main/python/core/architecture/handlers/control/test_debug_command_handler.py
 create mode 100644 
amber/src/main/python/core/architecture/managers/test_debug_manager.py
 delete mode 100644 
amber/src/main/scala/org/apache/texera/amber/engine/common/amberexception/BreakpointException.scala
 delete mode 100644 
amber/src/test/scala/org/apache/texera/amber/engine/architecture/breakpoint/ExceptionBreakpointSpec.scala

Reply via email to