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
commit fc74934814d50a121dd3c6d84d3a7ad729188130 Merge: 2365fc3bc4 d3fc7d614e Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue Jun 4 16:39:31 2024 +0200 Merge pull request #3989 from xdelox/azure-move-files-tests Action Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud plugins/actions/movefiles/pom.xml | 24 ++ .../actions/movefiles/ActionMoveFilesDialog.java | 6 +- .../actions/movefiles/AzureMoveFilesIT.java | 357 +++++++++++++++++++++ .../actions/movefiles/MoveFilesActionHelper.java | 44 +++ .../movefiles/src/test/resources/alreadythere.csv | 9 + .../src/test/resources/artists-wildcard1.csv | 18 ++ .../src/test/resources/artists-wildcard2.csv | 18 ++ .../movefiles/src/test/resources/artists.csv | 9 + .../movefiles/src/test/resources/artists2.csv | 9 + .../movefiles/src/test/resources/artists3.csv | 9 + .../movefiles/src/test/resources/artists4.csv | 18 ++ .../movefiles/src/test/resources/azure.properties | 31 ++ .../src/test/resources/canbeoverwritten.csv | 9 + .../apache/hop/vfs/azure/AzureFileNameParser.java | 48 ++- .../org/apache/hop/vfs/azure/AzureFileObject.java | 5 + .../apache/hop/vfs/azure/AzureFileProvider.java | 14 + .../hop/vfs/azure/AzureFileNameParserTest.java | 48 ++- 17 files changed, 647 insertions(+), 29 deletions(-)
