Skip to content
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

Fix 'integTest' not called with test workflows during release #4814

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented Oct 15, 2024

Description

Fix 'integTest' not called with test workflows during release. Adding an 'integTest' as an alias for integrationTest task.

Issues Resolved

Closes #4805

Testing

./gradlew integTest

Check List

  • New functionality includes testing
  • New functionality has been documented
  • New Roles/Permissions have a corresponding security dashboards plugin PR
  • API changes companion pull request created
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.92%. Comparing base (703d40f) to head (a37d0fa).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4814      +/-   ##
==========================================
- Coverage   70.99%   70.92%   -0.07%     
==========================================
  Files         310      310              
  Lines       20938    20938              
  Branches     3326     3326              
==========================================
- Hits        14865    14851      -14     
- Misses       4325     4339      +14     
  Partials     1748     1748              

see 5 files with indirect coverage changes

@reta reta merged commit a1816fb into opensearch-project:main Oct 15, 2024
42 of 43 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 15, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit a1816fb)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
derek-ho added a commit to derek-ho/security that referenced this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] integTest not called with test workflows during release
3 participants