CarlosJuncher03 opened a new issue, #6381:
URL: https://github.com/apache/hop/issues/6381

   ### Apache Hop version?
   
   2.16
   
   ### Java version?
   
   17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Description: Issue Type: Bug Report Priority: Major
   
   Summary: When configuring a Pipeline Unit Test, if the Dataset field in the 
"Dataset Location" settings is defined using a variable (e.g., ${dataset}), the 
pipeline fails to run properly. While the UI appears to accept the variable, 
the execution engine starts and immediately stops without processing any data 
or executing the pipeline logic.
   
   Steps to Reproduce:
   
   Create a new Pipeline.
   
   Create a Unit Test for this pipeline.
   
   In the Unit Test configuration (Dataset Location), select a Transform (e.g., 
"Entrada").
   
   Instead of selecting a static dataset name from the dropdown, enter a 
variable for the Dataset name (e.g., ${dataset}).
   
   Ensure the variable is set in the project or run configuration (e.g., 
dataset = my_test_data).
   
   Run the Unit Test.
   
   Expected Behavior: The system should resolve the variable ${dataset} to the 
actual dataset name, load the data, and execute the pipeline test successfully.
   
   Actual Behavior: The pipeline launches and the status immediately changes to 
"Stopped" without processing any rows. The log shows "Started the pipeline 
execution" followed almost immediately by "Processing of pipeline stopped," 
suggesting the dataset was not loaded correctly.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Run, Component: Pipelines


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to