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 fe9c490023 refactor(frontend): remove dead getPrevStats and the
redundant search-cache index (#7038)
add 4e152e0d82 test(amber): add HDFSRecordStorageSpec for the hdfs
record-storage arm (#7100)
add 37ea97d5b9 chore(amber): bound region termination to a short backoff
(#7088)
No new revisions were added by this update.
Summary of changes:
.../scheduling/RegionExecutionManager.scala | 85 +++--
.../apache/texera/amber/engine/common/Utils.scala | 64 ++--
.../scheduling/RegionExecutionManagerSpec.scala | 89 ++++-
.../RegionExecutionManagerTestSupport.scala | 6 +-
.../amber/engine/common/RecordingInlineTimer.scala | 51 +++
.../texera/amber/engine/common/UtilsSpec.scala | 140 ++++++-
.../common/storage/HDFSRecordStorageSpec.scala | 422 +++++++++++++++++++++
.../storage/SequentialRecordStorageSpec.scala | 15 +-
8 files changed, 765 insertions(+), 107 deletions(-)
create mode 100644
amber/src/test/scala/org/apache/texera/amber/engine/common/RecordingInlineTimer.scala
create mode 100644
amber/src/test/scala/org/apache/texera/amber/engine/common/storage/HDFSRecordStorageSpec.scala