You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/04/30 12:34:27 UTC

[incubator-hop] branch master updated: HOP-2837: fix missing run configuration error in integration test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a19adfd  HOP-2837: fix missing run configuration error in integration test
     new 742548b  Merge pull request #781 from hansva/master
a19adfd is described below

commit a19adfdf1a611605f07b38ad3f94d16b155f9f07
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Apr 30 14:33:45 2021 +0200

    HOP-2837: fix missing run configuration error in integration test
---
 integration-tests/database/main-0009-database-join.hwf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/database/main-0009-database-join.hwf b/integration-tests/database/main-0009-database-join.hwf
index cd05eed..4dbab29 100644
--- a/integration-tests/database/main-0009-database-join.hwf
+++ b/integration-tests/database/main-0009-database-join.hwf
@@ -95,7 +95,7 @@
       <wait_until_finished>Y</wait_until_finished>
       <follow_abort_remote>N</follow_abort_remote>
       <create_parent_folder>N</create_parent_folder>
-      <run_configuration/>
+      <run_configuration>local</run_configuration>
       <parameters>
         <pass_all_parameters>Y</pass_all_parameters>
       </parameters>
@@ -124,7 +124,7 @@
       <wait_until_finished>Y</wait_until_finished>
       <follow_abort_remote>N</follow_abort_remote>
       <create_parent_folder>N</create_parent_folder>
-      <run_configuration/>
+      <run_configuration>local</run_configuration>
       <parameters>
         <pass_all_parameters>Y</pass_all_parameters>
       </parameters>