-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
50 bug ezsnmperror usm unknown security name no such user exists (#108)
* Update globals.py - add a context name. This helps remove the USM errors. * Revert "Update globals.py" This reverts commit af67198. * Update globals.py - current workaound to usm error is too just try again. * Work Around To USM Bug -TLDR: Just try again if any failures - updated integrations tests for proper testing with no sleeps. - updated GA for tests to run 3 times. Parsing different things each run. This is the ground work for a PR comment. * Fix :) - wip for bug fix. only clear the cache when update session is called. * Revert "Fix :)" This reverts commit efbb9b9. * Fix - fixing the no such user exists error. We add an internal map keeping track of which users are being used. This will need to be performance tested. * Mutex, Naming, etc - added a mutex to protect the updated of the global map when under threads or procs. - some session.py updates to get tests to pass. * allow threas allowing threads to remove v3 cache * Update session.py - adding __enter__ and __exit__ calls to use with calls. This will clean sessions on exit to prevent leaks. * Black and Del - ran black - del old session in ez.py * tests - tests pass now * Update build_and_publish_to_test_pypi.yml go back to macos-latest * GA - making a seperate yaml file for integration tests. * Update integration_tests.yml - adding needs: check-source-changes * Update integration_tests.yml - forgot to add integration_tests to the path for test results. * Update integration_tests.yml - another shot at the upload path. * Update integration_tests.yml - okay maybe the path is correct now. * Update integration_tests.yml - adding a limit to run time. 10 minutes should be enough to run all the integration tests - debug info to fix upload not finding the output files. * Update integration_tests.yml - okay, let's try wild card to find those darn files. * Update integration_tests.yml - another shot at wildcards for the upload path. * Update integration_tests.yml - okay, now it should be valid... I think. * Oops - ahh oops forgot to CD... silly me - added a max try to the integration tests. * Update integration_tests.yml - one last time ? Maybe ? * Update integration_tests.yml - bump timeout to 15 minutes - split execution into multiple steps. - remove redirect of stdout and stderr. * Update integration_tests.yml - okay they run again, but uploading isn't working still. trying another method. * Update integration_tests.yml - macos path fix * - this fixes macos builds. ATM can only build x64_86 onces. Will need to look into it more.
- Loading branch information
1 parent
bd393cb
commit cd17f82
Showing
9 changed files
with
165 additions
and
53 deletions.
There are no files selected for viewing
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
Oops, something went wrong.