This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 85e091a1d1 test(pyamber): add unit tests for arrow_schema_utils (#6639)
add 7deaec2200 test(pyamber): add unit tests for TimedBuffer (#6637)
add 5012e6fb79 test(frontend): add unit tests for map util (#6622)
add 1f02f0e6c9 test(frontend): add unit tests for shared-editing YType
conversion (#6653)
add b113a7bdd9 test(frontend): add unit tests for assertion utilities
(#6633)
add 2a9c1e3022 test(workflow-operator): add unit tests for
QaRankingCodegen (#6655)
No new revisions were added by this update.
Summary of changes:
.../python/core/util/buffer/test_timed_buffer.py | 175 ++++++++++++++++++
.../huggingFace/codegen/QaRankingCodegenSpec.scala | 197 ++++++++++++++++++++
frontend/src/app/common/util/assert.spec.ts | 153 ++++++++++++++++
frontend/src/app/common/util/map.spec.ts | 86 +++++++++
.../types/shared-editing.interface.spec.ts | 202 +++++++++++++++++++++
5 files changed, 813 insertions(+)
create mode 100644 amber/src/test/python/core/util/buffer/test_timed_buffer.py
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/huggingFace/codegen/QaRankingCodegenSpec.scala
create mode 100644 frontend/src/app/common/util/assert.spec.ts
create mode 100644 frontend/src/app/common/util/map.spec.ts
create mode 100644
frontend/src/app/workspace/types/shared-editing.interface.spec.ts