Skip to content

Commit

Permalink
exclude MDI template from samples IT. apache#2237
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed May 17, 2024
1 parent b37a4d8 commit 03ae4fc
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions integration-tests/samples/read-samples-build-hop-run.hpl
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<pipeline>
<info>
<name>read-samples-build-hop-run</name>
Expand Down Expand Up @@ -365,7 +347,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 +355,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 +523,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 +618,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 03ae4fc

Please sign in to comment.