-
Notifications
You must be signed in to change notification settings - Fork 23
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
Inject into the engines_dirs
and log_handlers_dirs
in the config when not running against a locally cloned salt
#133
Milestone
Comments
s0undt3ch
added a commit
to s0undt3ch/pytest-salt-factories
that referenced
this issue
Jul 13, 2022
…`` configs" This reverts commit 52050f6. Additionally, only inject ``engines_dirs`` and ``log_handlers_dirs`` when ``system_service=True`` or ``scripts_path`` is not ``None``. These flags suggest that the salt being imported and used by salt-factories might not be the same as the one being tested. So, in this case, make sure events and logging from started daemons still get forwarded to salt-factories. Fixes saltstack#133
s0undt3ch
added a commit
to s0undt3ch/pytest-salt-factories
that referenced
this issue
Jul 13, 2022
…`` configs" This reverts commit 52050f6. Additionally, only inject ``engines_dirs`` and ``log_handlers_dirs`` when ``system_service=True`` or ``scripts_path`` is not ``None``. These flags suggest that the salt being imported and used by salt-factories might not be the same as the one being tested. So, in this case, make sure events and logging from started daemons still get forwarded to salt-factories. Fixes saltstack#133
s0undt3ch
added a commit
to s0undt3ch/pytest-salt-factories
that referenced
this issue
Jul 13, 2022
…`` configs" This reverts commit 52050f6. Additionally, only inject ``engines_dirs`` and ``log_handlers_dirs`` when ``system_service=True`` or ``scripts_path`` is not ``None``. These flags suggest that the salt being imported and used by salt-factories might not be the same as the one being tested. So, in this case, make sure events and logging from started daemons still get forwarded to salt-factories. Fixes saltstack#133
s0undt3ch
added a commit
to s0undt3ch/pytest-salt-factories
that referenced
this issue
Jul 13, 2022
…`` configs" This reverts commit 52050f6. Additionally, only inject ``engines_dirs`` and ``log_handlers_dirs`` when ``system_service=True`` or ``scripts_path`` is not ``None``. These flags suggest that the salt being imported and used by salt-factories might not be the same as the one being tested. So, in this case, make sure events and logging from started daemons still get forwarded to salt-factories. Fixes saltstack#133
s0undt3ch
added a commit
that referenced
this issue
Jul 14, 2022
…`` configs" This reverts commit 52050f6. Additionally, only inject ``engines_dirs`` and ``log_handlers_dirs`` when ``system_service=True`` or ``scripts_path`` is not ``None``. These flags suggest that the salt being imported and used by salt-factories might not be the same as the one being tested. So, in this case, make sure events and logging from started daemons still get forwarded to salt-factories. Fixes #133
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically, revert 52050f6 and add some logic of when it should be injected.
The text was updated successfully, but these errors were encountered: