-
Notifications
You must be signed in to change notification settings - Fork 70
PYTHON-5157 Convert aws tests to use python scripts #619
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
Merged
Merged
Changes from 51 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
39cfd11
Clean up AWS and add output file
blink1073 c94b0bd
fix typo
blink1073 07078cc
fix path
blink1073 b6437d3
use export
blink1073 4851288
fix newline on windows
blink1073 a81621b
add mongodb uri
blink1073 3c18960
try with new secret
blink1073 024b746
Use standard admin
blink1073 5e44b66
popd
blink1073 02b5ecf
debug
blink1073 439940c
fix handling of mongodb_uri
blink1073 652fc2c
remove debug
blink1073 b2a1d84
handle quoting
blink1073 348ddab
fix missing char
blink1073 0a47818
use new user
blink1073 45b2b77
add debug
blink1073 daac114
Merge branch 'master' of github.com:mongodb-labs/drivers-evergreen-to…
blink1073 b142f39
revert change
blink1073 9ace3bd
add both users
blink1073 7e6a996
do not add bob user
blink1073 2b4df1a
cleanup
blink1073 a26fb94
fix usage
blink1073 3fc0801
revert change
blink1073 f19589a
do not load second user
blink1073 01f24d4
debug
blink1073 635489c
debug
blink1073 396e976
debug
blink1073 8f4a7e3
debug
blink1073 f2eaf2d
debug
blink1073 cbb86b1
debug
blink1073 d4a0618
debug
blink1073 5c74dc9
debug
blink1073 0c41af1
debug
blink1073 77a245b
undo debug
blink1073 f3d7ee3
undo unrelated changes
blink1073 72316b7
Merge branch 'master' of github.com:mongodb-labs/drivers-evergreen-to…
blink1073 b33d28c
remove test.env
blink1073 c9049e3
clean up env vars
blink1073 d9bda56
Merge branch 'master' of github.com:mongodb-labs/drivers-evergreen-to…
blink1073 4291bd5
undo env removal
blink1073 47233a0
avoid double quoting
blink1073 4bb2f40
remove creds
blink1073 75c9e07
fix aws teardown
blink1073 927b95b
debug
blink1073 ca42379
debug
blink1073 0209b78
debug
blink1073 b82546c
debug
blink1073 f47012d
debug
blink1073 f2378c0
add auth_aws option
blink1073 ce94638
clean up help
blink1073 97cfbbb
Merge branch 'master' of github.com:mongodb-labs/drivers-evergreen-to…
blink1073 852bfcf
address review
blink1073 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a logger instead of a print?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done