Skip to content

Commit

Permalink
Merged new tests into existing transformation test
Browse files Browse the repository at this point in the history
  • Loading branch information
vdwals committed Nov 9, 2023
1 parent dd3cd39 commit 7b8cbb1
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 156 deletions.
90 changes: 83 additions & 7 deletions integration-tests/transforms/main-0068-enhanced-json-2927.hwf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ limitations under the License.
<create_parent_folder>N</create_parent_folder>
<exec_per_row>N</exec_per_row>
<filename>${PROJECT_HOME}/0068-enhanced-json-output-empty-stream.hpl</filename>
<logext/>
<logfile/>
<loglevel>Basic</loglevel>
<parameters>
<pass_all_parameters>Y</pass_all_parameters>
Expand All @@ -83,8 +81,8 @@ limitations under the License.
<attributes/>
<always_log_rows>N</always_log_rows>
<parallel>N</parallel>
<xloc>640</xloc>
<yloc>48</yloc>
<xloc>736</xloc>
<yloc>224</yloc>
<attributes_hac/>
</action>
<action>
Expand All @@ -93,8 +91,51 @@ limitations under the License.
<type>DUMMY</type>
<attributes/>
<parallel>N</parallel>
<xloc>336</xloc>
<yloc>160</yloc>
<xloc>1264</xloc>
<yloc>48</yloc>
<attributes_hac/>
</action>
<action>
<name>0068-enhanced-json-output-grouping.hpl</name>
<description/>
<type>PIPELINE</type>
<attributes/>
<add_date>N</add_date>
<add_time>N</add_time>
<clear_files>N</clear_files>
<clear_rows>N</clear_rows>
<create_parent_folder>N</create_parent_folder>
<exec_per_row>N</exec_per_row>
<filename>${PROJECT_HOME}/0068-enhanced-json-output-grouping.hpl</filename>
<logext/>
<logfile/>
<loglevel>Basic</loglevel>
<parameters>
<pass_all_parameters>Y</pass_all_parameters>
</parameters>
<params_from_previous>N</params_from_previous>
<run_configuration>direct</run_configuration>
<set_append_logfile>N</set_append_logfile>
<set_logfile>N</set_logfile>
<wait_until_finished>Y</wait_until_finished>
<parallel>N</parallel>
<xloc>736</xloc>
<yloc>48</yloc>
<attributes_hac/>
</action>
<action>
<name>Run Pipeline Unit Tests</name>
<description/>
<type>RunPipelineTests</type>
<attributes/>
<test_names>
<test_name>
<name>0068-enhanced-json-grouping-test</name>
</test_name>
</test_names>
<parallel>N</parallel>
<xloc>1040</xloc>
<yloc>48</yloc>
<attributes_hac/>
</action>
</actions>
Expand All @@ -114,12 +155,47 @@ limitations under the License.
<unconditional>N</unconditional>
</hop>
<hop>
<from>0068-enhanced-json-output-empty-stream.hpl</from>
<from>0068-enhanced-json-output-grouping.hpl</from>
<to>Run Pipeline Unit Tests</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>Run Pipeline Unit Tests</from>
<to>ok</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>0068-enhanced-json-output-empty-stream.hpl</from>
<to>0068-enhanced-json-output-grouping.hpl</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>0068-enhanced-json-output-grouping.hpl</from>
<to>Run Pipeline Unit Tests</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>0068-enhanced-json-output-grouping.hpl</from>
<to>not ok</to>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>Run Pipeline Unit Tests</from>
<to>not ok</to>
<enabled>Y</enabled>
<evaluation>N</evaluation>
<unconditional>N</unconditional>
</hop>
</hops>
<notepads>
</notepads>
Expand Down
147 changes: 0 additions & 147 deletions integration-tests/transforms/main-0069-enhanced-json-grouping.hwf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"transform_name": "CSV file input"
}
],
"name": "0069-enhanced-json-grouping-test",
"name": "0068-enhanced-json-grouping-test",
"description": "",
"persist_filename": "",
"trans_test_tweaks": [],
"pipeline_filename": "./0069-enhanced-json-output-grouping-unit-testing.hpl",
"pipeline_filename": "./0068-enhanced-json-output-grouping-unit-testing.hpl",
"test_type": "UNIT_TEST"
}

0 comments on commit 7b8cbb1

Please sign in to comment.