-
Notifications
You must be signed in to change notification settings - Fork 16
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
Merge test workflow #115
Merge test workflow #115
Conversation
abubakkar2024
commented
Apr 12, 2024
- conftest.py added to run tests under certain conditions when to skip and continue running them. All tests fail when unable to collect imports and milvus not enabled at specified port, hence conf code file assists in skipping them when the substring occur in the test code. ( milvus exception)
- Added a github actions workflow to run pytests on merge
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 we gitignore the .idea directory?
Doesn't look like the action worked either
will make the changes |
…to see whats happening
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.
Confused about ECC and tg_proxy changes - don't want to break these
app/metrics/tg_proxy.py
Outdated
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 this rebased with main?
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 this rebased?
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.
thanks fixed!