Skip to content

Commit

Permalink
exclude MDI template from samples IT #2237 (#3948)
Browse files Browse the repository at this point in the history
* exclude MDI template from samples IT. #2237

* re-apply ASF header. #2237
  • Loading branch information
bamaer authored May 17, 2024
1 parent 23b3902 commit 2294b7d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions integration-tests/samples/read-samples-build-hop-run.hpl
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ var hop_run_cmd = './hop-run.sh -j samples -r ' + run_config + ' -f ' + filename
</partitioning>
<doNotFailIfNoFile>N</doNotFailIfNoFile>
<dynamic_include_subfolders>N</dynamic_include_subfolders>
<exclude_wildcard_Field/>
<file>
<exclude_filemask>.*child.*</exclude_filemask>
<file_required>N</file_required>
Expand All @@ -374,16 +373,13 @@ var hop_run_cmd = './hop-run.sh -j samples -r ' + run_config + ' -f ' + filename
<name>${user.dir}/config/projects/samples/</name>
</file>
<filefield>N</filefield>
<filename_Field/>
<filter>
<filterfiletype>all_files</filterfiletype>
</filter>
<isaddresult>Y</isaddresult>
<limit>0</limit>
<raiseAnExceptionIfNoFile>N</raiseAnExceptionIfNoFile>
<rownum>N</rownum>
<rownum_field/>
<wildcard_Field/>
<attributes/>
<GUI>
<xloc>160</xloc>
Expand Down Expand Up @@ -545,23 +541,15 @@ var hop_run_cmd = './hop-run.sh -j samples -r ' + run_config + ' -f ' + filename
<field>
<length>-1</length>
<precision>-1</precision>
<currency/>
<set_empty_string>N</set_empty_string>
<name>sample_name</name>
<format/>
<group/>
<decimal/>
<type>String</type>
</field>
<field>
<length>-1</length>
<precision>-1</precision>
<currency/>
<set_empty_string>N</set_empty_string>
<name>reason</name>
<format/>
<group/>
<decimal/>
<type>String</type>
</field>
</fields>
Expand Down Expand Up @@ -648,6 +636,10 @@ var hop_run_cmd = './hop-run.sh -j samples -r ' + run_config + ' -f ' + filename
<item>csvinput-huge-file.hpl</item>
<item>executed by workflows/write-read-huge-file.hwf</item>
</line>
<line>
<item>process-files-with-mdi-template.hpl</item>
<item>executed by process-files-with-mdi.hpl</item>
</line>
</data>
<fields>
<field>
Expand Down

0 comments on commit 2294b7d

Please sign in to comment.