Skip to content

PYTHON-3461 Test FaaS (AWS Lambda) Behavior Per Driver #1310

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 30 commits into from
Aug 11, 2023
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
525e29b
PYTHON-3461 Test FaaS (AWS Lambda) Behavior Per Driver
blink1073 Jul 14, 2023
0e82ac1
lint
blink1073 Jul 14, 2023
fae67e2
add test and EG config
blink1073 Jul 14, 2023
8220e3b
clean up
blink1073 Jul 16, 2023
a35f4e5
get the function working locally
blink1073 Jul 17, 2023
8d0e455
add missing setup
blink1073 Jul 17, 2023
a7e3d58
move variables to settings
blink1073 Jul 17, 2023
a9de555
add python 3.9 to path
blink1073 Jul 18, 2023
b0db9d1
fix path again
blink1073 Jul 18, 2023
a3940e3
debug
blink1073 Jul 18, 2023
dd59df7
set path
blink1073 Jul 18, 2023
3b78e3a
fix path again
blink1073 Jul 18, 2023
bcdc2c6
fix up script handling
blink1073 Jul 18, 2023
bd1f6c8
fix path
blink1073 Jul 18, 2023
23f77e5
use local version of pymongo
blink1073 Jul 19, 2023
153cca4
allow podman to work
blink1073 Jul 19, 2023
76a248b
remove pull command
blink1073 Jul 19, 2023
092a4aa
add debug
blink1073 Jul 19, 2023
03fd67f
fix logic
blink1073 Jul 19, 2023
3a788a7
remove debug error raise
blink1073 Jul 19, 2023
5ec0197
update readme
blink1073 Jul 19, 2023
e124409
clean up template
blink1073 Jul 19, 2023
090f698
address review
blink1073 Jul 25, 2023
a3bb16b
add missing dep
blink1073 Jul 25, 2023
0c7a2e2
fix handling of so files
blink1073 Jul 26, 2023
b55315b
add missing dep
blink1073 Jul 26, 2023
adb246a
fix install
blink1073 Jul 26, 2023
809ff6d
use updated path
blink1073 Aug 3, 2023
969bb07
use final script versions
blink1073 Aug 11, 2023
9178285
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 Aug 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix path
  • Loading branch information
blink1073 committed Jul 18, 2023
commit bd1f6c8b4a9df62fc80d024fa4081c28c6d3d57b
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ tasks:
binary: bash
add_expansions_to_env: true
args:
- .evergreen/aws_lambda/run-deployed-lambda-aws-tests.sh
- .evergreen/run-deployed-lambda-aws-tests.sh
env:
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/test/lambda

Expand Down