updated yml to show at test execution title with MNS validation flag#1378
Open
updated yml to show at test execution title with MNS validation flag#1378
Conversation
…on-is-required-or-not
|
Contributor
|
might want to change |
krupasindhubaral
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
I’ve updated the e2e test‑automation YAML so the MNS validation flag is now visible directly in the test execution title.
We’ve also switched the mns_validation_required field back to a Boolean, with a default value of false.
For PR runs and internal dev executions, this flag will automatically be set to true.
For internal‑qa and int environments, the flag will remain false by default.
This follows the test‑scope agreement from ticket VED‑982 — since higher environments receive a large volume of data, enabling MNS validation there would cause unnecessary timeouts and false failures.
I also checked the local‑execution behaviour: if someone sets mns_validation_required to an empty string, None, or null in their local .env file, it still behaves correctly.
The only scenario where it would break is if someone tried to set:
os.environ["mns_validation_required"] = None - not possible
But OS‑level environment variables cannot be None, so this situation can’t occur in real usage.
Review Checklist
ℹ️ This section is to be filled in by the reviewer.