Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
[OTTER] Bug when calling a module in a path from a raft
-
Hello
I just report a bug in Otter 2.2.21.
Test Case
Create a new Raft RaftTest (I am using a Git raft, but he pb must exist for any kind of raft)
Create a module- Name : ModuleTest
- Path : PathTest
module ModuleTest { Log-information Hello world }
Create a Plan : PlanTest
Edit the Plan in GUI Mode
Add the Module RaftTest::PathTest/ModuleTest (drag'n drop)
After you add it, you have an error message:Call template DSC::ModuleTest Template Error: template DSC::ModuleTest could not be found.
Switch to Text Mode
##AH:UseTextMode call RaftTest::ModuleTest();
whereas it shoud be
##AH:UseTextMode call RaftTest::PathTest/ModuleTest();
If you make the correction and stay in text mode, the plan is working fine.
If you go back to GUI mode you lose the correction and break the plan.Et voilà !
-
Hi Philippe,
Thanks for reporting this. I've logged it as OT-379, and it will be fixed in Otter 2.2.22, which is scheduled for release in a week (June 26).
-