Redirect deprecation messages to stderr.#3454
Merged
peternied merged 1 commit intoopensearch-project:mainfrom Oct 5, 2023
Merged
Redirect deprecation messages to stderr.#3454peternied merged 1 commit intoopensearch-project:mainfrom
peternied merged 1 commit intoopensearch-project:mainfrom
Conversation
Signed-off-by: David Osorno <daosgu27@gmail.com>
willyborankin
approved these changes
Oct 4, 2023
Member
|
@davidosorno Thanks for creating this PR - seems pretty reasonable to me |
Codecov Report
@@ Coverage Diff @@
## main #3454 +/- ##
============================================
+ Coverage 64.56% 64.57% +0.01%
- Complexity 3545 3548 +3
============================================
Files 269 269
Lines 20363 20363
Branches 3376 3376
============================================
+ Hits 13147 13150 +3
+ Misses 5525 5522 -3
Partials 1691 1691 |
Member
|
The BWC tests were blocked because of a known issue that was recently resolved, #3458. Overriding the block due to these test failures. |
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 5, 2023
* Redirect deprecation messages to stderr to differentiate between the two streams to make debugging and troubleshooting more efficient. Signed-off-by: David Osorno <daosgu27@gmail.com> (cherry picked from commit 8752074) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Member
|
@davidosorno would it make sense to apply the same change to the batch script version: hash.bat? |
peternied
pushed a commit
that referenced
this pull request
Oct 5, 2023
* Redirect deprecation messages to stderr to differentiate between the two streams to make debugging and troubleshooting more efficient. Signed-off-by: David Osorno <daosgu27@gmail.com> (cherry picked from commit 8752074) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
peternied
pushed a commit
to peternied/security
that referenced
this pull request
Oct 6, 2023
…roject#3460) Backport 8752074 from opensearch-project#3454. Signed-off-by: David Osorno <daosgu27@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or 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
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.
Description
Issues Resolved
Testing
Check List
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.