blob: dddd41757f41e88ac05797fe09210ed88cd05b8f [file] [log] [blame]
<?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.
-->
<workflow>
<name>main-0024-get-table-names</name>
<name_sync_with_filename>Y</name_sync_with_filename>
<description/>
<extended_description/>
<workflow_version/>
<created_user>-</created_user>
<created_date>2022/12/02 13:51:33.435</created_date>
<modified_user>-</modified_user>
<modified_date>2022/12/02 13:51:33.435</modified_date>
<parameters>
</parameters>
<actions>
<action>
<name>Start</name>
<description/>
<type>SPECIAL</type>
<attributes/>
<DayOfMonth>1</DayOfMonth>
<hour>12</hour>
<intervalMinutes>60</intervalMinutes>
<intervalSeconds>0</intervalSeconds>
<minutes>0</minutes>
<repeat>N</repeat>
<schedulerType>0</schedulerType>
<weekDay>1</weekDay>
<parallel>N</parallel>
<xloc>128</xloc>
<yloc>80</yloc>
<attributes_hac/>
</action>
<action>
<name>Create tables</name>
<description/>
<type>SQL</type>
<attributes/>
<sql>CREATE TABLE IF NOT EXISTS T_0024_1(n varchar(100))
;
CREATE TABLE IF NOT EXISTS T_0024_2(n varchar(100))
;
CREATE TABLE IF NOT EXISTS T_0024_3(n varchar(100))
;
CREATE TABLE IF NOT EXISTS T_0024_4(n varchar(100))
;
CREATE TABLE IF NOT EXISTS T_0024_5(n varchar(100))
;
</sql>
<useVariableSubstitution>F</useVariableSubstitution>
<sqlfromfile>F</sqlfromfile>
<sqlfilename/>
<sendOneStatement>F</sendOneStatement>
<connection>unit-test-db</connection>
<parallel>N</parallel>
<xloc>256</xloc>
<yloc>80</yloc>
<attributes_hac/>
</action>
<action>
<name>Run Pipeline Unit Tests</name>
<description/>
<type>RunPipelineTests</type>
<attributes/>
<test_names>
<test_name>
<name>0024-get-table-names-validation UNIT</name>
</test_name>
<test_name>
<name>0024-get-table-names-parent UNIT</name>
</test_name>
</test_names>
<parallel>N</parallel>
<xloc>432</xloc>
<yloc>80</yloc>
<attributes_hac/>
</action>
</actions>
<hops>
<hop>
<from>Start</from>
<to>Create tables</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>Y</unconditional>
</hop>
<hop>
<from>Create tables</from>
<to>Run Pipeline Unit Tests</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
</hops>
<notepads>
</notepads>
<attributes/>
</workflow>