-
Notifications
You must be signed in to change notification settings - Fork 916
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
[CI][Test] Add plugin functional tests on GitHub Actions #5383
Merged
kavilla
merged 4 commits into
opensearch-project:main
from
abbyhu2000:add_plugin_functional
Oct 27, 2023
Merged
[CI][Test] Add plugin functional tests on GitHub Actions #5383
kavilla
merged 4 commits into
opensearch-project:main
from
abbyhu2000:add_plugin_functional
Oct 27, 2023
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
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
abbyhu2000
requested review from
ananzh,
kavilla,
seanneumann,
AMoo-Miki,
ashwin-pc,
joshuarrrr,
zengyan-amazon,
kristenTian,
zhongnansu,
manasvinibs,
ZilongX,
Flyingliuhub,
BSFishy and
curq
as code owners
October 27, 2023 01:18
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
abbyhu2000
changed the title
[CI] [Test] Add tests for plugin functional on GitHub Actions
[CI] [Test] Add plugin functional tests on GitHub Actions
Oct 27, 2023
abbyhu2000
changed the title
[CI] [Test] Add plugin functional tests on GitHub Actions
[CI][Test] Add plugin functional tests on GitHub Actions
Oct 27, 2023
7 tasks
Codecov Report
@@ Coverage Diff @@
## main #5383 +/- ##
=======================================
Coverage 66.81% 66.81%
=======================================
Files 3286 3286
Lines 63148 63148
Branches 10054 10054
=======================================
Hits 42193 42193
+ Misses 18478 18473 -5
- Partials 2477 2482 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
kavilla
approved these changes
Oct 27, 2023
manasvinibs
approved these changes
Oct 27, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 27, 2023
Add tests for plugin functional on GitHub Actions. Skip doc tests because of: #5370 * Add tests for plugin functional * add changelog * Skip app link test and fix core plugins test Issue resolved: #5382 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> (cherry picked from commit b796940) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 27, 2023
Add tests for plugin functional on GitHub Actions. Skip doc tests because of: #5370 * Add tests for plugin functional * add changelog * Skip app link test and fix core plugins test Issue resolved: #5382 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> (cherry picked from commit b796940) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
abbyhu2000
pushed a commit
that referenced
this pull request
Oct 27, 2023
Add tests for plugin functional on GitHub Actions. Skip doc tests because of: #5370 * Add tests for plugin functional * add changelog * Skip app link test and fix core plugins test Issue resolved: #5382 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> (cherry picked from commit b796940) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
abbyhu2000
pushed a commit
that referenced
this pull request
Oct 30, 2023
Add tests for plugin functional on GitHub Actions. Skip doc tests because of: #5370 * Add tests for plugin functional * add changelog * Skip app link test and fix core plugins test Issue resolved: #5382 Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> (cherry picked from commit b796940) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
Add tests for plugin functional on GitHub Actions. Also skip custom doc link because of #5370
Issues Resolved
resolves #5382