Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Make Calm DSL 3.7 Backward Compatible #276

Open
nxchoople opened this issue Sep 29, 2023 · 0 comments
Open

[Improvement] Make Calm DSL 3.7 Backward Compatible #276

nxchoople opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nxchoople
Copy link

Describe the request
The release of 3.7 for Calm DSL does not work out of the box with older versions of Calm due to feature_min_version flags set within the code. The code so far through testing is backward compatible, but due to the flags set in code it prevents Calm DSL from running when targeting older versions of Calm without modifying the flags. If functionality of this new release works on older versions of Calm, then we should allow it to work when targeting older versions of Calm.

Current behaviour
Calm DSL does not work out of the box with older versions of Calm due to feature_min_version flags.

Expected behaviour
Calm DSL will work out of the box with older versions of Calm and only block functionality that truly is not available in older versions of Calm.

@nxchoople nxchoople added the enhancement New feature or request label Sep 29, 2023
abhijeetkaurav1st pushed a commit that referenced this issue Jan 25, 2024
Add parallel escript task testcase

* creates the runbook with given number parallel escript tasks
* executes the above runbook and validates the script status and output
of all escript

Signed-off-by: Satheesh Rajendran <[email protected]>
(cherry picked from commit c72d63ec6263abf8b6aa8f4d35598577a2bfc705)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants