-
Notifications
You must be signed in to change notification settings - Fork 67
Some updates to integration tests #385
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
Conversation
|
||
|
||
@pytest.mark.skipif(CIRCLECI, reason="skip on circleci since need to figure out s3 access") | ||
@pytest.mark.skipif( |
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.
@saiatmakuri FYI, i don't think this sounds as an integration test. can consider checking # tokens from responses?
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.
yeah can skip for now. essentially want to check if every tokenizer can be made before each deploy
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 currently fails for me since initdb is not in bash container. can be fixed by adding postgres there
integration_tests/test_fine_tunes.py
Outdated
|
||
|
||
@pytest.mark.skipif( | ||
os.getenv("ENV") == "prod", |
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.
skip if == "launch" as well?maybe we can limit this to circleci for 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.
training cluster is proper set up for this. i do think we want some e2e test like this.
Pull Request Summary
Some updates to integration tests
Test Plan and Usage Guide
How did you validate that your PR works correctly? How do you run or demo the code? Provide enough detail so a reviewer can reasonably reproduce the testing procedure. Paste example command line invocations if applicable.