-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hotfix openstack wait for fun utils v3005.1 #2
base: master
Are you sure you want to change the base?
Conversation
Migrate ``tests/integration/client/test_runner.py`` and ``tests/integration/wheel/`` to PyTest
…handler.py`` tests
* Add Ubuntu 22.04 * upgrade m2crypto requirement for linux pyversion>=3.10 to deal with build errors * Allow signing before returning when testrun=True to cooperate with M2Crypto=0.38.0 * Skip test_py36_target when docker container resets ssh connection * check the json stderr this time * check raw stdout for connection closed message instead * Actually check for the right text this time * changelog * Change m2crypto requirements across the board Co-authored-by: MKLeb <[email protected]> Co-authored-by: Caleb Beard <[email protected]>
* Add initial version report automated test * switch to salt_cli * move to testing parse-ability to avoid version mismatches due to (I'm assuming) different environments. This still tests that the version report looks correct and also ensures each key that we got was expected and in the right place * Move the test to a functional test
Twilio also had to be upgraded because it was locked to the vulnerable pyjwt version. Signed-off-by: Pedro Algarvio <[email protected]>
Fixes saltstack#56495 Additionally, the same logic was applied to the rest_cherrypy netapi
…unt. The reason for this extra step is to support the multiple platforms behavior and because we remove the user from it's primary group before deleting the account. Signed-off-by: Pedro Algarvio <[email protected]>
Change another PosixPath for a string for Debian 9.
One more PoxixPath that needs to be a string.
Signed-off-by: Pedro Algarvio <[email protected]>
… is called, even when the event is not being emitted.
…ue is messed up
…hannel otherwise there are timeout exceptions when the __master_req_channel_payload is fired and reacted on. Updating existing test to test additional sub proxy minions, adding an additional test to target all controlled sub proxies.
f202517
to
a172b0a
Compare
hotfix like saltstack#61918 but based on the https://github.com/saltstack/salt/releases/tag/v3004.1 tag
a172b0a
to
fb6f87c
Compare
Hi! I'm your friendly PR bot!You might be wondering what I'm doing commenting here on your PR. Yes, as a matter of fact, I am... I'm just here to help us improve the documentation. I can't respond to Okay... so what do you do? I detect modules that are missing docstrings or "CLI Example" on existing docstrings! So what does that have to do with my PR? I noticed that in this PR there are some files changed that have some of these Okay, what are they? Well, my favorite, is that since you were making changes here I'm hoping that If I can, then what? Well, you can either add them to this PR or add them to another PR. Either way is fine! Well... what if I can't, or don't want to? That's also fine! We appreciate all contributions to the Salt Project. If you Whatever approach you decide to take, just drop a comment here letting us know! Detected Issues (click me)Check Known Missing Docstrings...........................................Failed - hook id: invoke - duration: 3.13s - exit code: 1 Thanks again! |
#1 again but for salt v3005.1 this time:
hotfix like saltstack#61918 but based on the https://github.com/saltstack/salt/releases/tag/v3005.1 tag
only change: fb6f87c
see related: saltstack#61918