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 51eb9ab3e3 [IT] fix minio test, caused by hop-server test polution
(#8200)
51eb9ab3e3 is described below
commit 51eb9ab3e366cb8624fe2cb6115e85c08a2e4a01
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Aug 31 21:17:28 2026 +0200
[IT] fix minio test, caused by hop-server test polution (#8200)
---
integration-tests/hop_server/0014-write-to-export-only-vfs.hpl | 2 +-
.../hop_server/main-0014-test-export-only-vfs-connection.hwf | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/integration-tests/hop_server/0014-write-to-export-only-vfs.hpl
b/integration-tests/hop_server/0014-write-to-export-only-vfs.hpl
index 5e4f307396..3284b2c284 100644
--- a/integration-tests/hop_server/0014-write-to-export-only-vfs.hpl
+++ b/integration-tests/hop_server/0014-write-to-export-only-vfs.hpl
@@ -111,7 +111,7 @@ limitations under the License.
<fileNameField/>
<create_parent_folder>Y</create_parent_folder>
<file>
- <name>export-only-storage:///demo/marker-8106</name>
+ <name>export-only-storage:///hop-server-export-only/marker-8106</name>
<servlet_output>N</servlet_output>
<do_not_open_new_file_init>N</do_not_open_new_file_init>
<extention>txt</extention>
diff --git
a/integration-tests/hop_server/main-0014-test-export-only-vfs-connection.hwf
b/integration-tests/hop_server/main-0014-test-export-only-vfs-connection.hwf
index a270df2624..74958e08a0 100644
--- a/integration-tests/hop_server/main-0014-test-export-only-vfs-connection.hwf
+++ b/integration-tests/hop_server/main-0014-test-export-only-vfs-connection.hwf
@@ -65,7 +65,7 @@ limitations under the License.
export from bundling an existing file in place of the connection
reference.</description>
<type>DELETE_FILE</type>
<attributes/>
- <filename>export-only-storage:///demo/marker-8106.txt</filename>
+
<filename>export-only-storage:///hop-server-export-only/marker-8106.txt</filename>
<fail_if_file_not_exists>N</fail_if_file_not_exists>
<parallel>N</parallel>
<xloc>220</xloc>
@@ -103,7 +103,7 @@ limitations under the License.
<description/>
<type>FILE_EXISTS</type>
<attributes/>
- <filename>export-only-storage:///demo/marker-8106.txt</filename>
+
<filename>export-only-storage:///hop-server-export-only/marker-8106.txt</filename>
<parallel>N</parallel>
<xloc>730</xloc>
<yloc>50</yloc>
@@ -116,7 +116,7 @@ limitations under the License.
bucket, so the folder is prepared here.</description>
<type>CREATE_FOLDER</type>
<attributes/>
- <foldername>export-only-storage:///demo</foldername>
+ <foldername>export-only-storage:///hop-server-export-only</foldername>
<parallel>N</parallel>
<xloc>350</xloc>
<yloc>50</yloc>