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 83df2b5132 test(workflow-operator): add unit test coverage for
PostgreSQLConnUtil and MySQLConnUtil (#5698)
add a09002912d test(workflow-operator): add unit test coverage for
visualization chart-config classes (#5697)
No new revisions were added by this update.
Summary of changes:
.../dumbbellPlot/DumbbellDotConfigSpec.scala | 134 +++++++++++++++++++++
.../FigureFactoryTableConfigSpec.scala | 99 +++++++++++++++
.../nestedTable/NestedTableConfigSpec.scala | 132 ++++++++++++++++++++
.../tablesChart/TablesConfigSpec.scala | 108 +++++++++++++++++
4 files changed, 473 insertions(+)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/dumbbellPlot/DumbbellDotConfigSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/figureFactoryTable/FigureFactoryTableConfigSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/nestedTable/NestedTableConfigSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/tablesChart/TablesConfigSpec.scala