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 57d4dba20a chore(amber): reduce engine log verbosity and pin the CI
log-level backstop (#6797)
add ebc78fda96 test(workflow-operator): add unit tests for MySQL and
PostgreSQL SourceOpExec (#6888)
add 6b569dff00 test(amber): extend HuggingFaceModelResource unit test
coverage (#6889)
add cc6f09dedb test(pyamber): extend network receiver and heartbeat
runnable coverage (#6890)
No new revisions were added by this update.
Summary of changes:
.../test/python/core/runnables/test_heartbeat.py | 204 +++++-
.../python/core/runnables/test_network_receiver.py | 295 ++++++++-
.../resource/HuggingFaceModelResourceSpec.scala | 710 ++++++++++++++++++++-
.../source/sql/mysql/MySQLSourceOpExecSpec.scala | 385 +++++++++++
.../postgresql/PostgreSQLSourceOpExecSpec.scala | 397 ++++++++++++
5 files changed, 1982 insertions(+), 9 deletions(-)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/sql/mysql/MySQLSourceOpExecSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/source/sql/postgresql/PostgreSQLSourceOpExecSpec.scala