-
Notifications
You must be signed in to change notification settings - Fork 432
Description
Apache Hop version?
2.16
Java version?
17
Operating system
Windows
What happened?
Title
Unit test pipeline selection entry disappears from dropdown after restarting Apache Hop
Description
When configuring a pipeline unit test, the corresponding test pipeline appears correctly in the selection list and can be executed without any issues. However, after closing and reopening Apache Hop, the previously created unit test no longer appears in the unit test pipeline selection dropdown.
The metadata still exists and can be found in the metadata browser, and if I manually type the pipeline name in the unit test field, the process runs normally. The problem seems to affect only the UI selection list (dropdown), not the underlying metadata or execution.
Steps to Reproduce
Open Apache Hop.
Create a pipeline and a corresponding pipeline unit test.
Configure the unit test so that the test pipeline appears in the “unit test pipeline” (or equivalent) selection field.
Run the unit test – it executes successfully.
Close Apache Hop.
Reopen Apache Hop and open the same project / metadata.
Open the unit test configuration again and check the pipeline selection dropdown.
Expected Behavior
The previously created unit test pipeline should still appear in the selection dropdown after restarting Apache Hop.
Actual Behavior
The entry for the unit test pipeline disappears from the dropdown after restarting Apache Hop, even though the metadata still exists.
If I manually type the pipeline name in the field, the unit test executes normally.
Environment (example, adjust to your case)
Apache Hop version: [e.g. 2.16.0]
OS: [e.g. Windows 11 / Linux Ubuntu 22.04]
Java version: [e.g. OpenJDK 17]
Issue Priority
Priority: 2
Issue Component
Component: Hop Gui