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

Fix integration tests launching - remove redundant "config_dir" argument in call to ShellTestCase.run_run from SaltDaemonScriptBase._wait_until_running #36875

Merged
merged 2 commits into from
Oct 12, 2016

Conversation

AndreiPashkin
Copy link
Contributor

@AndreiPashkin AndreiPashkin commented Oct 9, 2016

What does this PR do?

I was unable to run integration tests, because of this call with non-existent argument. This PR fixes it.

p.s.
Also there is a commit, that adds Visual Studio Code files to .gitignore.

@rallytime
Copy link
Contributor

Ah, good catch @AndrewPashkin. Thank you for fixing this.

@rallytime rallytime merged commit 3045164 into saltstack:develop Oct 12, 2016
@rallytime rallytime added the ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch. label Oct 12, 2016
rallytime pushed a commit that referenced this pull request Oct 12, 2016
gitebra pushed a commit to gitebra/salt that referenced this pull request Oct 13, 2016
* upstream/develop: (39 commits)
  add option to force a reauth for a docker registry (saltstack#36893)
  Fix integration tests launching - remove redundant "config_dir" argument in call to ShellTestCase.run_run from SaltDaemonScriptBase._wait_until_running (saltstack#36875)
  Adjust linux_acl unit test argument ordering
  Try to get SDB profile from pillar (saltstack#36934)
  doc: document what the argument of salt --subset means (saltstack#36943)
  - acl.delfacl: fix position of -X option to setfacl
  Revert change in default value for top_file_merging_strategy (saltstack#36922)
  modules/apk.py: Ensure we don't error on version extraction (saltstack#36921)
  Add FreeBSD and SmartOS to RC packages list (saltstack#36916)
  smbios.get should handle missing /dev/mem to not have useless grains (saltstack#36909)
  Properly handle "shared" arg in git.init when it is a bool (saltstack#36912)
  Pass through port as int and not str (saltstack#36910)
  Handle missing cache data a little more gracefully (saltstack#36908)
  modules: debian_ip: override params early to fix diff (saltstack#36820)
  states.schedule: splay is not ordereddict (saltstack#36894)
  Check for test=True in salt.wait_for_event orchestration events (saltstack#36897)
  Fix traceback on "salt-ssh -h" (saltstack#36888)
  salt-ssh: Try "command -v" before falling back to "which" (saltstack#36889)
  Update list of RC build platforms, fix example (saltstack#36887)
  Fix KeyError when loading runit execution module (saltstack#36882)
  ...
@cachedout
Copy link
Contributor

This is not the correct fix. You likely need an updated version of salt-testing. This actually breaks the test suite in a few ways. I need to revert this. Please drop me a note if an updated version of salt-testing does not address this for you.

cc: @rallytime

@rallytime
Copy link
Contributor

@cachedout Ah, sorry about that. I think when I was investigating this change, I had an older version of salt-testing, too, on my local copy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants