Skip to content

Commit

Permalink
Fix for issue #2320 : The Execution Information Perspective from Remo…
Browse files Browse the repository at this point in the history
…te Location returns a HopException (file name change)
  • Loading branch information
mattcasters committed Feb 15, 2023
1 parent 5c4938f commit b52e53f
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
-->
<pipeline>
<info>
<name>0004-delete-from-remote-location</name>
<name>0005-delete-from-remote-location</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
-->
<pipeline>
<info>
<name>0004-read-from-remote-location</name>
<name>0005-read-from-remote-location</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
-->
<pipeline>
<info>
<name>0004-verify-deleted-on-remote-location</name>
<name>0005-verify-deleted-on-remote-location</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
-->
<pipeline>
<info>
<name>0004-write-to-remote-location</name>
<name>0005-write-to-remote-location</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
-->
<workflow>
<name>main-0004-remote-execution-location</name>
<name>main-0005-remote-execution-location</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
Expand Down Expand Up @@ -49,11 +49,11 @@ limitations under the License.
<attributes_hac/>
</action>
<action>
<name>0004-write-to-remote-location</name>
<name>0005-write-to-remote-location</name>
<description/>
<type>PIPELINE</type>
<attributes/>
<filename>${PROJECT_HOME}/0004-write-to-remote-location.hpl</filename>
<filename>${PROJECT_HOME}/0005-write-to-remote-location.hpl</filename>
<params_from_previous>N</params_from_previous>
<exec_per_row>N</exec_per_row>
<clear_rows>N</clear_rows>
Expand All @@ -77,13 +77,13 @@ limitations under the License.
<attributes_hac/>
</action>
<action>
<name>0004-read-from-remote-location</name>
<name>0005-read-from-remote-location</name>
<description/>
<type>RunPipelineTests</type>
<attributes/>
<test_names>
<test_name>
<name>0004-read-from-remote-location UNIT</name>
<name>0005-read-from-remote-location UNIT</name>
</test_name>
</test_names>
<parallel>N</parallel>
Expand All @@ -92,11 +92,11 @@ limitations under the License.
<attributes_hac/>
</action>
<action>
<name>0004-delete-from-remote-location</name>
<name>0005-delete-from-remote-location</name>
<description/>
<type>PIPELINE</type>
<attributes/>
<filename>${PROJECT_HOME}/0004-delete-from-remote-location.hpl</filename>
<filename>${PROJECT_HOME}/0005-delete-from-remote-location.hpl</filename>
<params_from_previous>N</params_from_previous>
<exec_per_row>N</exec_per_row>
<clear_rows>N</clear_rows>
Expand All @@ -120,11 +120,11 @@ limitations under the License.
<attributes_hac/>
</action>
<action>
<name>0004-verify-deleted-on-remote-location</name>
<name>0005-verify-deleted-on-remote-location</name>
<description/>
<type>PIPELINE</type>
<attributes/>
<filename>${PROJECT_HOME}/0004-verify-deleted-on-remote-location.hpl</filename>
<filename>${PROJECT_HOME}/0005-verify-deleted-on-remote-location.hpl</filename>
<params_from_previous>N</params_from_previous>
<exec_per_row>N</exec_per_row>
<clear_rows>N</clear_rows>
Expand All @@ -151,28 +151,28 @@ limitations under the License.
<hops>
<hop>
<from>Start</from>
<to>0004-write-to-remote-location</to>
<to>0005-write-to-remote-location</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>Y</unconditional>
</hop>
<hop>
<from>0004-write-to-remote-location</from>
<to>0004-read-from-remote-location</to>
<from>0005-write-to-remote-location</from>
<to>0005-read-from-remote-location</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>0004-read-from-remote-location</from>
<to>0004-delete-from-remote-location</to>
<from>0005-read-from-remote-location</from>
<to>0005-delete-from-remote-location</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>0004-delete-from-remote-location</from>
<to>0004-verify-deleted-on-remote-location</to>
<from>0005-delete-from-remote-location</from>
<to>0005-verify-deleted-on-remote-location</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"base_filename": "0004-delete-from-remote-location-golden.csv",
"name": "0004-delete-from-remote-location-golden",
"base_filename": "0005-delete-from-remote-location-golden.csv",
"name": "0005-delete-from-remote-location-golden",
"description": "",
"dataset_fields": [
{
Expand Down Expand Up @@ -61,4 +61,4 @@
}
],
"folder_name": ""
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"base_filename": "0004-read-from-remote-location-golden.csv",
"name": "0004-read-from-remote-location-golden",
"base_filename": "0005-read-from-remote-location-golden.csv",
"name": "0005-read-from-remote-location-golden",
"description": "",
"dataset_fields": [
{
Expand Down Expand Up @@ -69,4 +69,4 @@
}
],
"folder_name": ""
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"setRowNr",
"setRowDataJson"
],
"data_set_name": "0004-read-from-remote-location-golden",
"data_set_name": "0005-read-from-remote-location-golden",
"transform_name": "Validate"
}
],
"input_data_sets": [],
"name": "0004-read-from-remote-location UNIT",
"name": "0005-read-from-remote-location UNIT",
"description": "",
"persist_filename": "",
"trans_test_tweaks": [],
"pipeline_filename": "./0004-read-from-remote-location.hpl",
"pipeline_filename": "./0005-read-from-remote-location.hpl",
"test_type": "UNIT_TEST"
}
}

0 comments on commit b52e53f

Please sign in to comment.