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

aglinxinyuan pushed a change to branch 
dependabot/npm_and_yarn/frontend/ngneat/until-destroy-10.0.0
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 224d165ce8 fix(deps, frontend): bump @ngneat/until-destroy in /frontend
     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 5fcb58d8ca test(workflow-operator): add unit test coverage for 
AsterixDBConnUtil (#6722)
     add 11f336445d Merge branch 'main' into 
dependabot/npm_and_yarn/frontend/ngneat/until-destroy-10.0.0

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 ++++++
 .../sql/asterixdb/AsterixDBConnUtilSpec.scala      | 472 +++++++++++++++++++
 .../resource/ComputingUnitAccessResourceSpec.scala | 102 +++-
 .../ComputingUnitAccessSharingDisabledSpec.scala   |  99 ++++
 frontend/src/app/common/util/context.spec.ts       | 340 ++++++++++++++
 7 files changed, 1681 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 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/sql/asterixdb/AsterixDBConnUtilSpec.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

Reply via email to