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 812f17705f fix(query): Remove duplicated rows when workflows shared
Publicly in the hub page (#6017)
new b291f750fb test(workflow-core): extend util and tuple unit test
coverage (#6987)
new d7cb218386 test(frontend): extend ComputingUnitStatusService unit test
coverage (#6819)
new a61702fd10 refactor(storage): return named VFSUriComponents from
decodeURI (#7020)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/python/core/storage/document_factory.py | 6 +-
.../main/python/core/storage/vfs_uri_factory.py | 24 +-
.../user/workflow/WorkflowExecutionsResource.scala | 6 +-
.../web/service/ExecutionResultService.scala | 4 +-
.../python/core/storage/test_document_factory.py | 4 +-
.../python/core/storage/test_vfs_uri_factory.py | 35 ++-
.../workflow/WorkflowExecutionsResourceSpec.scala | 9 +-
.../amber/core/storage/DocumentFactory.scala | 6 +-
.../texera/amber/core/storage/VFSURIFactory.scala | 20 +-
.../amber/core/storage/VFSURIFactorySpec.scala | 9 +-
.../amber/core/tuple/AttributeTypeUtilsSpec.scala | 227 ++++++++++++++++
.../texera/amber/util/StackTraceUtilsSpec.scala | 143 +++++++++++
.../service/util/LargeBinaryManagerSpec.scala | 76 ++++++
.../texera/service/util/S3StorageClientSpec.scala | 284 ++++++++++++++++++++-
.../computing-unit-status.service.spec.ts | 143 ++++++++++-
15 files changed, 935 insertions(+), 61 deletions(-)
create mode 100644
common/workflow-core/src/test/scala/org/apache/texera/amber/util/StackTraceUtilsSpec.scala