This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/master by this push:
new a67e16a HOP-2122 (#443)
a67e16a is described below
commit a67e16a1a16b484e01f004a89abf6d1e646a4a4d
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Dec 6 18:42:06 2020 +0100
HOP-2122 (#443)
cleanup test workflow
---
integration-tests/BI-2212/main.hpl | 101 ---------------------
.../metadata/pipeline-run-configuration/local.json | 17 ----
.../metadata/workflow-run-configuration/local.json | 9 --
integration-tests/BI-2212/project-config.json | 9 --
4 files changed, 136 deletions(-)
diff --git a/integration-tests/BI-2212/main.hpl
b/integration-tests/BI-2212/main.hpl
deleted file mode 100644
index cb56d9e..0000000
--- a/integration-tests/BI-2212/main.hpl
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<pipeline>
- <info>
- <name>main</name>
- <name_sync_with_filename>Y</name_sync_with_filename>
- <description/>
- <extended_description/>
- <pipeline_version/>
- <pipeline_type>Normal</pipeline_type>
- <parameters>
- </parameters>
- <capture_transform_performance>N</capture_transform_performance>
-
<transform_performance_capturing_delay>1000</transform_performance_capturing_delay>
-
<transform_performance_capturing_size_limit>100</transform_performance_capturing_size_limit>
- <created_user>-</created_user>
- <created_date>2020/11/20 10:13:03.510</created_date>
- <modified_user>-</modified_user>
- <modified_date>2020/11/20 10:13:03.510</modified_date>
- <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
- <is_key_private>N</is_key_private>
- </info>
- <notepads>
- </notepads>
- <order>
- <hop>
- <from>Generate rows</from>
- <to>Dummy (do nothing)</to>
- <enabled>Y</enabled>
- </hop>
- <hop>
- <from>Dummy (do nothing)</from>
- <to>Abort</to>
- <enabled>Y</enabled>
- </hop>
- </order>
- <transform>
- <name>Dummy (do nothing)</name>
- <type>Dummy</type>
- <description/>
- <distribute>Y</distribute>
- <custom_distribution/>
- <copies>1</copies>
- <partitioning>
- <method>none</method>
- <schema_name/>
- </partitioning>
- <attributes/>
- <GUI>
- <xloc>443</xloc>
- <yloc>162</yloc>
- </GUI>
- </transform>
- <transform>
- <name>Generate rows</name>
- <type>RowGenerator</type>
- <description/>
- <distribute>Y</distribute>
- <custom_distribution/>
- <copies>1</copies>
- <partitioning>
- <method>none</method>
- <schema_name/>
- </partitioning>
- <fields>
- </fields>
- <limit>10</limit>
- <never_ending>N</never_ending>
- <interval_in_ms>5000</interval_in_ms>
- <row_time_field>now</row_time_field>
- <last_time_field>FiveSecondsAgo</last_time_field>
- <attributes/>
- <GUI>
- <xloc>229</xloc>
- <yloc>162</yloc>
- </GUI>
- </transform>
- <transform>
- <name>Abort</name>
- <type>Abort</type>
- <description/>
- <distribute>Y</distribute>
- <custom_distribution/>
- <copies>1</copies>
- <partitioning>
- <method>none</method>
- <schema_name/>
- </partitioning>
- <row_threshold>0</row_threshold>
- <message/>
- <always_log_rows>Y</always_log_rows>
- <abort_option>ABORT_WITH_ERROR</abort_option>
- <attributes/>
- <GUI>
- <xloc>584</xloc>
- <yloc>162</yloc>
- </GUI>
- </transform>
- <transform_error_handling>
- </transform_error_handling>
- <attributes/>
-</pipeline>
diff --git
a/integration-tests/BI-2212/metadata/pipeline-run-configuration/local.json
b/integration-tests/BI-2212/metadata/pipeline-run-configuration/local.json
deleted file mode 100644
index f1b301f..0000000
--- a/integration-tests/BI-2212/metadata/pipeline-run-configuration/local.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "engineRunConfiguration": {
- "Local": {
- "feedback_size": "50000",
- "sample_size": "100",
- "sample_type_in_gui": "Last",
- "rowset_size": "10000",
- "safe_mode": false,
- "show_feedback": false,
- "topo_sort": false,
- "gather_metrics": false
- }
- },
- "name": "local",
- "configurationVariables": [],
- "description": "Runs your pipelines locally with the standard local Hop
pipeline engine"
-}
\ No newline at end of file
diff --git
a/integration-tests/BI-2212/metadata/workflow-run-configuration/local.json
b/integration-tests/BI-2212/metadata/workflow-run-configuration/local.json
deleted file mode 100644
index e37a930..0000000
--- a/integration-tests/BI-2212/metadata/workflow-run-configuration/local.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "engineRunConfiguration": {
- "Local": {
- "safe_mode": false
- }
- },
- "name": "local",
- "description": "Runs your workflows locally with the standard local Hop
workflow engine"
-}
\ No newline at end of file
diff --git a/integration-tests/BI-2212/project-config.json
b/integration-tests/BI-2212/project-config.json
deleted file mode 100644
index 4b92204..0000000
--- a/integration-tests/BI-2212/project-config.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "metadataBaseFolder" : "${PROJECT_HOME}/metadata/",
- "unitTestsBasePath" : "${PROJECT_HOME}",
- "dataSetsCsvFolder" : "${PROJECT_HOME}/datasets",
- "enforcingExecutionInHome" : true,
- "config" : {
- "variables" : [ ]
- }
-}
\ No newline at end of file