-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PYTHON-5231 Finish up test scripts and add documentation for creating a new test suite #2224
Conversation
I have no idea why there are so many merge commits. 😅 |
def load_config_from_file(path: str | Path) -> dict[str, str]: | ||
config = read_env(path) | ||
for key, value in config.items(): | ||
write_env(key, value) |
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.
Does write_env()
write the key-value pairs out to the runtime environment?
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.
It writes it to test-env.sh
.
@@ -52,7 +52,10 @@ class Distro: | |||
# Tests that require a sub test suite. | |||
SUB_TEST_REQUIRED = ["auth_aws", "auth_oidc", "kms", "mod_wsgi", "perf"] | |||
|
|||
EXTRA_TESTS = ["mod_wsgi", "aws_lambda", "search_index"] | |||
EXTRA_TESTS = ["mod_wsgi", "aws_lambda"] |
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.
Is search_index
run somewhere else now?
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.
It is one of the test suites, not an extra test.
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.
Can you schedule an EG patch with every task and variant so we can check for hidden bugs/failures before merging?
I opened https://jira.mongodb.org/browse/PYTHON-5232 for the existing AWS Lambda failure. |
All set! |
Patch build for affected tests: https://spruce.mongodb.com/version/67dee49075d954000779f542/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC