-
Notifications
You must be signed in to change notification settings - Fork 244
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
Allowed namespace injection without managed #3677
Conversation
Hey @jkasturi-sf Please review this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work here. I noticed two things we need to check:
- Your changes look at the task options (managed and namespace) to decide about the namespace filter. But, the work item and discussion in task run_tests not including namespace in query #3089 suggests we should look at the details of the target org instead (e.g.
self.org_config.namespace
). - You don't have any tests that confirm the new behavior as specified in the acceptance criteria on the story.
So, we need the task to look at the target org's details to choose if the namespace filter is used, not just the task options.
Can you adjust this? Let me know if you need more information or if anything is unclear.
…ooling/CumulusCI into bug/run-tests=not-infer-namespace
Hey @jstvz I have added the functionality to infer namespace from target org directly along with tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
No description provided.