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

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 2294b7d9ca exclude MDI template from samples IT #2237 (#3948)
2294b7d9ca is described below

commit 2294b7d9ca9b64168b438e21dff4282fcbe0723e
Author: Bart Maertens <[email protected]>
AuthorDate: Fri May 17 11:28:00 2024 +0200

    exclude MDI template from samples IT #2237 (#3948)
    
    * exclude MDI template from samples IT. #2237
    
    * re-apply ASF header. #2237
---
 integration-tests/samples/read-samples-build-hop-run.hpl | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/integration-tests/samples/read-samples-build-hop-run.hpl 
b/integration-tests/samples/read-samples-build-hop-run.hpl
index 8d14dfb121..f900407117 100644
--- a/integration-tests/samples/read-samples-build-hop-run.hpl
+++ b/integration-tests/samples/read-samples-build-hop-run.hpl
@@ -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>
@@ -374,7 +373,6 @@ 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>
@@ -382,8 +380,6 @@ var hop_run_cmd = './hop-run.sh -j samples -r ' + 
run_config + ' -f ' + filename
     <limit>0</limit>
     <raiseAnExceptionIfNoFile>N</raiseAnExceptionIfNoFile>
     <rownum>N</rownum>
-    <rownum_field/>
-    <wildcard_Field/>
     <attributes/>
     <GUI>
       <xloc>160</xloc>
@@ -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>
@@ -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>

Reply via email to