This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
dependabot/npm_and_yarn/pyright-language-service/pyright-patch-b448f38fe0
in repository https://gitbox.apache.org/repos/asf/texera.git
from f000b0824b fix(deps, pyright-language-service): bump ws
add b613bfef51 test(frontend): add unit test coverage for ContextManager
and ObservableContextManager (#6474)
add 9ff8b264cb test(pyamber): add unit tests for Python AsyncRPCServer
(#6492)
add fb3f3aef4a test(workflow-core): add unit test coverage for
DatasetFileDocument URI parsing (#6473)
add d444fe0fc9 test(computing-unit): cover ComputingUnitAccessResource
endpoints, privilege helpers, and the sharing-disabled path (#6714)
add 7ef7eacb42 Merge branch 'main' into
dependabot/npm_and_yarn/pyright-language-service/pyright-patch-b448f38fe0
No new revisions were added by this update.
Summary of changes:
.../core/architecture/rpc/test_async_rpc_server.py | 518 +++++++++++++++++++++
build.sbt | 17 +-
.../storage/model/DatasetFileDocumentSpec.scala | 143 ++++++
.../resource/ComputingUnitAccessResourceSpec.scala | 102 +++-
.../ComputingUnitAccessSharingDisabledSpec.scala | 99 ++++
frontend/src/app/common/util/context.spec.ts | 340 ++++++++++++++
6 files changed, 1209 insertions(+), 10 deletions(-)
create mode 100644
amber/src/test/python/core/architecture/rpc/test_async_rpc_server.py
create mode 100644
common/workflow-core/src/test/scala/org/apache/texera/amber/core/storage/model/DatasetFileDocumentSpec.scala
create mode 100644
computing-unit-managing-service/src/test/scala/org/apache/texera/service/resource/ComputingUnitAccessSharingDisabledSpec.scala
create mode 100644 frontend/src/app/common/util/context.spec.ts