Skip to content

Conversation

yunfeng-scale
Copy link
Contributor

@yunfeng-scale yunfeng-scale commented Nov 17, 2023

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.



@pytest.mark.skipif(CIRCLECI, reason="skip on circleci since need to figure out s3 access")
@pytest.mark.skipif(
Copy link
Contributor Author

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?

Copy link
Contributor

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

Copy link
Contributor Author

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



@pytest.mark.skipif(
os.getenv("ENV") == "prod",
Copy link
Contributor

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

Copy link
Contributor Author

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.

@yunfeng-scale yunfeng-scale enabled auto-merge (squash) November 17, 2023 01:44
@yunfeng-scale yunfeng-scale enabled auto-merge (squash) November 17, 2023 05:56
@yunfeng-scale yunfeng-scale merged commit e71326d into main Nov 17, 2023
@yunfeng-scale yunfeng-scale deleted the yunfeng-integration-tests branch November 17, 2023 06:06
@yunfeng-scale yunfeng-scale mentioned this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants