-
Notifications
You must be signed in to change notification settings - Fork 138
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
[Backport 2.9] Add integration tests for the remote inference feature #1109
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opensearch-trigger-bot
bot
had a problem deploying
to
ml-commons-cicd-env
July 13, 2023 00:24
Failure
Codecov Report
@@ Coverage Diff @@
## 2.9 #1109 +/- ##
============================================
- Coverage 78.99% 78.94% -0.06%
+ Complexity 2121 2118 -3
============================================
Files 167 167
Lines 8633 8633
Branches 869 869
============================================
- Hits 6820 6815 -5
- Misses 1419 1425 +6
+ Partials 394 393 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
ylwu-amzn
approved these changes
Jul 13, 2023
* Add remote inference integration tests for OpenAI and Cohere Signed-off-by: Ryan Bogan <[email protected]> * Change edits model test Signed-off-by: Ryan Bogan <[email protected]> * Change loop number in edits test Signed-off-by: Ryan Bogan <[email protected]> * Change edits model test again Signed-off-by: Ryan Bogan <[email protected]> * Fix spotless Signed-off-by: Ryan Bogan <[email protected]> * Refactoring Signed-off-by: Ryan Bogan <[email protected]> * Fix typo Signed-off-by: Ryan Bogan <[email protected]> * Remove env vars Signed-off-by: Peter Zhu <[email protected]> * Removing unnecessary comments Signed-off-by: Ryan Bogan <[email protected]> * Rebase with 2.x and remove set up for master key Signed-off-by: Ryan Bogan <[email protected]> * Remove print line Signed-off-by: Ryan Bogan <[email protected]> * Add throttling check Signed-off-by: Ryan Bogan <[email protected]> * Minor change for assert statement Signed-off-by: Ryan Bogan <[email protected]> * Test changes Signed-off-by: Ryan Bogan <[email protected]> * Uncomment delete connector test Signed-off-by: Ryan Bogan <[email protected]> --------- Signed-off-by: Ryan Bogan <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]> (cherry picked from commit 3e56ad5) Signed-off-by: Yaliang Wu <[email protected]>
ylwu-amzn
force-pushed
the
backport/backport-1073-to-2.9
branch
from
July 13, 2023 01:03
a14c4ca
to
93c076d
Compare
ylwu-amzn
temporarily deployed
to
ml-commons-cicd-env
July 13, 2023 01:03 — with
GitHub Actions
Inactive
ylwu-amzn
temporarily deployed
to
ml-commons-cicd-env
July 13, 2023 01:03 — with
GitHub Actions
Inactive
ylwu-amzn
temporarily deployed
to
ml-commons-cicd-env
July 13, 2023 01:03 — with
GitHub Actions
Inactive
ylwu-amzn
temporarily deployed
to
ml-commons-cicd-env
July 13, 2023 01:03 — with
GitHub Actions
Inactive
rbhavna
approved these changes
Jul 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport 3e56ad5 from #1073