You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/08/20 11:03:11 UTC

[incubator-linkis] branch dev-1.3.0 updated (62abd6873 -> d4a3bd166)

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

peacewong pushed a change to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


    from 62abd6873 fix: Scala code format alarm clear in linkis-engineconn-plugin-core (#2908)
     add d4a3bd166 add test case for python engine (#2904)

No new revisions were added by this update.

Summary of changes:
 .../python/TestPythonEngineConnPlugin.scala        | 13 ++-
 .../conf/TestPythonEngineConfiguration.scala       | 46 +++++++++++
 .../exception/TestNoSupportEngineException.scala   | 95 ++++++++++++++++++++++
 .../factory/TestPythonEngineConnFactory.scala}     | 30 ++++---
 .../engineplugin/python/utils/TestKind.scala}      | 23 ++++--
 .../engineplugin/python/utils/TestState.scala}     | 20 +++--
 6 files changed, 190 insertions(+), 37 deletions(-)
 copy linkis-commons/linkis-scheduler/src/test/scala/org/apache/linkis/scheduler/SchedulerContextTest.scala => linkis-engineconn-plugins/python/src/test/scala/org/apache/linkis/manager/engineplugin/python/TestPythonEngineConnPlugin.scala (72%)
 create mode 100644 linkis-engineconn-plugins/python/src/test/scala/org/apache/linkis/manager/engineplugin/python/conf/TestPythonEngineConfiguration.scala
 create mode 100644 linkis-engineconn-plugins/python/src/test/scala/org/apache/linkis/manager/engineplugin/python/exception/TestNoSupportEngineException.scala
 copy linkis-engineconn-plugins/{shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/exception/TestNoCorrectUserException.scala => python/src/test/scala/org/apache/linkis/manager/engineplugin/python/factory/TestPythonEngineConnFactory.scala} (51%)
 copy linkis-engineconn-plugins/{shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/exception/TestNoCorrectUserException.scala => python/src/test/scala/org/apache/linkis/manager/engineplugin/python/utils/TestKind.scala} (61%)
 copy linkis-engineconn-plugins/{shell/src/test/scala/org/apache/linkis/manager/engineplugin/shell/TestShellEngineConnPlugin.scala => python/src/test/scala/org/apache/linkis/manager/engineplugin/python/utils/TestState.scala} (53%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org