This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch
dependabot/github_actions/github-actions-1f0ed9f6ca
in repository https://gitbox.apache.org/repos/asf/texera.git
from d91f85ba06 ci: bump the github-actions group with 3 updates
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 250f2650b2 Merge branch 'main' into
dependabot/github_actions/github-actions-1f0ed9f6ca
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