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

ScriptFinder logic temporary update to use correct integtest.sh #499

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

setiah
Copy link
Contributor

@setiah setiah commented Sep 15, 2021

ScriptFinder logic temporary update to use correct integtest.sh until #497 is fixed in plugin repos

Signed-off-by: Himanshu Setia setiah@amazon.com

Issues Resolved

#469

Check List

  • 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.

…pensearch-project#497 is fixed in plugin repos

Signed-off-by: Himanshu Setia <setiah@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #499 (974e29a) into main (9032bdc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #499   +/-   ##
=======================================
  Coverage   69.31%   69.31%           
=======================================
  Files          58       58           
  Lines        1509     1509           
=======================================
  Hits         1046     1046           
  Misses        463      463           
Impacted Files Coverage Δ
bundle-workflow/src/paths/script_finder.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9032bdc...974e29a. Read the comment docs.

os.path.realpath(os.path.join(git_dir, "scripts/integtest.sh")),
# TODO: Uncomment this after the integtest.sh tool is removed from plugin repos. See issue #497
# os.path.realpath(os.path.join(git_dir, "integtest.sh")),
# os.path.realpath(os.path.join(git_dir, "scripts/integtest.sh")),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any repos doing this? If not I would uncomment it, this way repos can actually customize the integtest.sh script. And remove the option of having it at the root permanently.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, the 5 mentioned in issue #497 are doing this. The idea was to unblock integration testing, while we get these resolved in parallel, inside the mentioned plugin repos.

@setiah setiah merged commit 7e3165a into opensearch-project:main Sep 16, 2021
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.

4 participants