You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/06/16 08:21:41 UTC

[incubator-inlong] branch master updated (b91fa37a4 -> 83d70630a)

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

healchow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


    from b91fa37a4 [INLONG-4665][Sort] The primary key of the MongoDB CDC connector must be _id (#4666)
     add 83d70630a [INLONG-4576][Manager] Use Junit5 (Jupiter) to replace Junit4 (#4605)

No new revisions were added by this update.

Summary of changes:
 .../manager/client/AutoPush2HiveExample.java       | 10 ++--
 .../inlong/manager/client/Binlog2KafkaExample.java | 14 ++---
 .../inlong/manager/client/File2HBaseExample.java   |  4 +-
 .../inlong/manager/client/File2HiveExample.java    |  4 +-
 .../inlong/manager/client/File2IcebergExample.java |  4 +-
 .../inlong/manager/client/Kafka2HiveExample.java   |  4 +-
 .../apache/inlong/manager/client/ut/BaseTest.java  |  5 +-
 .../inlong/manager/client/cli/TestCommand.java     |  8 +--
 .../client/api/impl/InlongStreamImplTest.java      | 10 ++--
 .../api/inner/InnerInlongManagerClientTest.java    |  6 ++-
 .../common/pojo/stream/StreamPipelineTest.java     | 10 ++--
 .../pojo/transform/TransformDefinitionTest.java    | 14 ++---
 .../common/util/InlongCollectionUtilsTest.java     |  9 ++--
 .../manager/dao/config/JDBCSourceConfigTest.java   | 11 ++--
 .../dao/mapper/InlongGroupEntityMapperTest.java    |  8 +--
 .../plugin/listener/DeleteSortListenerTest.java    |  2 +-
 .../plugin/listener/RestartSortListenerTest.java   |  2 +-
 .../plugin/listener/StartupSortListenerTest.java   |  2 +-
 .../plugin/listener/SuspendSortListenerTest.java   |  2 +-
 .../inlong/manager/service/ServiceBaseTest.java    |  2 +-
 .../service/cluster/InlongClusterServiceTest.java  | 34 ++++++------
 .../service/core/impl/AgentServiceTest.java        | 10 ++--
 .../service/core/impl/AuditServiceTest.java        | 14 ++---
 .../service/core/impl/ConsumptionServiceTest.java  |  6 +--
 .../service/core/impl/DataNodeServiceTest.java     | 16 +++---
 .../service/core/impl/HeartbeatServiceTest.java    | 25 ++++-----
 .../core/impl/InlongGroupProcessOperationTest.java | 20 +++----
 .../service/core/impl/InlongStreamServiceTest.java |  8 +--
 .../service/core/impl/SortServiceImplTest.java     | 57 +++++++++++---------
 .../manager/service/core/plugin/JarHellTest.java   |  8 +--
 .../service/core/plugin/PluginClassLoaderTest.java | 16 +++---
 .../service/core/plugin/PluginServiceTest.java     | 10 ++--
 .../core/sink/ClickHouseStreamSinkServiceTest.java | 12 ++---
 .../sink/ElasticsearchStreamSinkServiceTest.java   | 12 ++---
 .../core/sink/GreenplumStreamSinkServiceTest.java  | 12 ++---
 .../core/sink/HBaseStreamSinkServiceTest.java      | 12 ++---
 .../core/sink/HdfsStreamSinkServiceTest.java       | 12 ++---
 .../core/sink/HiveStreamSinkServiceTest.java       | 16 +++---
 .../core/sink/IcebergStreamSinkServiceTest.java    | 14 ++---
 .../core/sink/KafkaStreamSinkServiceTest.java      | 12 ++---
 .../core/sink/MysqlStreamSinkServiceTest.java      | 12 ++---
 .../core/sink/OracleStreamSinkServiceTest.java     | 12 ++---
 .../core/sink/PostgresStreamSinkServiceTest.java   | 16 +++---
 .../core/sink/SqlServerStreamSinkServiceTest.java  | 12 ++---
 .../sink/TDSQLPostgreSQLStreamSinkServiceTest.java | 18 +++----
 .../core/source/MongoDBSourceServiceTest.java      | 14 ++---
 .../core/source/OracleSourceServiceTest.java       | 14 ++---
 .../core/source/SqlServerSourceServiceTest.java    | 14 ++---
 .../core/source/StreamSourceServiceTest.java       | 14 ++---
 .../service/group/InlongGroupServiceTest.java      | 22 ++++----
 .../manager/service/mq/util/PulsarUtilsTest.java   | 14 ++---
 .../manager/service/sort/DisableZkForSortTest.java | 26 ++++-----
 .../source/listener/DataSourceListenerTest.java    | 16 +++---
 .../transform/StreamTransformServiceTest.java      | 11 ++--
 .../workflow/GroupTaskListenerFactoryTest.java     | 16 +++---
 .../service/workflow/WorkflowServiceImplTest.java  | 63 +++++++++++-----------
 .../group/CreateGroupWorkflowDefinitionTest.java   | 18 +++----
 inlong-manager/manager-test/pom.xml                | 22 ++++----
 .../org/apache/inlong/manager/test/BaseTest.java   |  5 +-
 .../org/apache/inlong/manager/web/UtilsTest.java   | 20 +++----
 .../manager/web/config/RestTemplateConfigTest.java | 16 +++---
 .../web/controller/openapi/SortControllerTest.java |  2 +-
 inlong-manager/pom.xml                             | 30 ++---------
 pom.xml                                            | 24 ++++-----
 64 files changed, 440 insertions(+), 448 deletions(-)