mattcasters opened a new pull request, #7573: URL: https://github.com/apache/hop/pull/7573
## What Implements https://github.com/apache/hop/issues/2742 so pipeline unit-test transform operations work on multi-selection, and surfaces tweaks in the unit test metadata editor. ### Multi-transform tweak actions - **Remove from test**, **Include in test**, **Bypass in test**, and **Remove bypass in test** now apply to all selected transforms (fallback to the clicked transform when nothing is selected). - On disable, only matching tweak types are cleared so mixed multi-selects do not wipe unrelated tweaks. - Unit tests cover selection resolution and enable/disable/replace behavior. ### PipelineUnitTestEditor rework - Tabbed UI: **General**, **Database**, **Parameters & Variables**, **Tweaks**. - **Tweaks** table: tweak type (combo) + transform name, with full load/save round-trip. - Fixes DB replacements table sizing (was incorrectly using tweaks list size). ## How was this tested? - `./mvnw -pl plugins/misc/testing -am test -Dtest=TestingGuiPluginTweakTest` (pass) - Spotless applied during module build ## Related Fixes #2742 -- 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]
