-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add ref to documentation for AIX #53368
Closed
Closed
Conversation
This file contains 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
[2019.2.1] Minion blackout tests - Add the missing, and required, top pillar file
``` 10:38:21 test_down (integration.runners.test_manage.ManageTest) ... 09:37:29,619 [salt.minion :3064][CRITICAL] Unexpected error while connecting to localhost 10:38:21 Traceback (most recent call last): 10:38:21 File "/tmp/kitchen/testing/salt/minion.py", line 3036, in _connect_syndic 10:38:21 yield syndic.connect_master(failed=failed) 10:38:21 File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 1055, in run 10:38:21 value = future.result() 10:38:21 File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result 10:38:21 raise_exc_info(self._exc_info) 10:38:21 File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 1063, in run 10:38:21 yielded = self.gen.throw(*exc_info) 10:38:21 File "/tmp/kitchen/testing/salt/minion.py", line 1218, in connect_master 10:38:21 master, self.pub_channel = yield self.eval_master(self.opts, self.timeout, self.safe, failed) 10:38:21 File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 1055, in run 10:38:21 value = future.result() 10:38:21 File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/concurrent.py", line 238, in result 10:38:21 raise_exc_info(self._exc_info) 10:38:21 File "/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/lib/python2.7/site-packages/tornado/gen.py", line 307, in wrapper 10:38:21 yielded = next(result) 10:38:21 File "/tmp/kitchen/testing/salt/minion.py", line 713, in eval_master 10:38:21 pub_channel = salt.transport.client.AsyncPubChannel.factory(self.opts, **factory_kwargs) 10:38:21 File "/tmp/kitchen/testing/salt/transport/client.py", line 161, in factory 10:38:21 import salt.transport.zeromq 10:38:21 File "/tmp/kitchen/testing/salt/transport/zeromq.py", line 41, in <module> 10:38:21 import zmq.error 10:38:21 ImportError: No module named zmq.error ```
…t-tests [2019.2.1] The TCP transport needs the exact same requirements as the ZeroMQ one
…lines-refactor-2019.2.1 [2019.2.1] Refactor Jenkins PR pipelines to download artifacts after timeout
…t_failures_silenced stops pylint E1120 from showing No code was add it. Just fixing pylint warrnings
…2019.2.1 [2019.2.1] newer msgpack ipc fixes
Oops wrong branch |
FWIW you should be able to just edit the PR and change the target branch |
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.
What does this PR do?
Add ref to documentation for AIX
What issues does this PR fix or reference?
#53333
Commits signed with GPG?
Yes