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

Copy symlinks as symlinks in dest tree for tests #54453

Closed
wants to merge 5,348 commits into from
Closed

Copy symlinks as symlinks in dest tree for tests #54453

wants to merge 5,348 commits into from

Conversation

vin01
Copy link
Contributor

@vin01 vin01 commented Sep 11, 2019

What does this PR do?

Instead of copying the symlinks as files in the destination tree for gitfs tests, it ensures that symlinks are copied as symlinks so that symlinks are also handled during testing.

Related issue and comment: #54402 (comment)

Commits signed with GPG?

Yes

This must generate a failure in tests to poiint out an existing missed case. It shall be merged after #54454

twangboy and others added 30 commits June 13, 2019 19:56
To get some information from the system, which we then use to choose the
appropriate static requirements file, we need to run some commands,
something that nox will refuse to do if `--install-only` is passed.

We work around it by manually patching the value of
`session._runner.global_config.install_only` for the commands that we
MUST run, and only those and then we set it back to the value it had
before.

For additional information about why we have to do this, please see:
   wntrblm/nox#181
fix typo in  salt/states/archive.py
[develop] Workaround nox's install only flag
The etcd returner is using the wrong API due to a refactor of salt.utils.etcd_util.
external returners can blow up for any variety of reasons, but when we
don't catch it it will sometimes stop the event from being returned to
the bus via fire_event, which has downstream effects. so lets guard
against that.
Bryce Larson and others added 24 commits August 8, 2019 06:11
improve documentation regarding state.sls
fix names to various package modules so links work
Fix grains.core pylint error
…t-aplying-changes-on-existing-user-even-if-testing-rebased

Mongodb_user.present aplying changes on existing mongodb user even if Test=true
…rror

auth: log details in case of user auth issue
Adding accept_ra 2 option to modules.debian_ip
@vin01 vin01 requested a review from a team as a code owner September 11, 2019 08:18
@ghost ghost requested a review from garethgreenaway September 11, 2019 08:19
@vin01 vin01 changed the base branch from develop to master October 5, 2019 07:56
@vin01
Copy link
Contributor Author

vin01 commented Oct 5, 2019

Closing in favor of #54900

@vin01 vin01 closed this Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.