-
Couldn't load subscription status.
- Fork 2.3k
Fix FileInterceptor to properly check read / write sides path separation #17836
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
Conversation
Signed-off-by: Andriy Redko <drreta@gmail.com>
|
@andrross @kumargu @RajatGupta02 please take a look folks, thank you |
|
❌ Gradle check result for a54bd73: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
libs/agent-sm/agent/src/main/java/org/opensearch/javaagent/FileInterceptor.java
Show resolved
Hide resolved
Signed-off-by: Andrew Ross <andrross@amazon.com>
|
❌ Gradle check result for 7953c74: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for 7953c74: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17836 +/- ##
============================================
- Coverage 72.46% 72.42% -0.04%
- Complexity 66502 66527 +25
============================================
Files 5408 5408
Lines 308080 308168 +88
Branches 44720 44744 +24
============================================
- Hits 223239 223183 -56
- Misses 66536 66798 +262
+ Partials 18305 18187 -118 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ion (opensearch-project#17836) Signed-off-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Andrew Ross <andrross@amazon.com> Co-authored-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
…ion (opensearch-project#17836) Signed-off-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Andrew Ross <andrross@amazon.com> Co-authored-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Harsh Kothari <techarsh@amazon.com>
Description
Fix FileInterceptor to properly check read / write sides path separation
Related Issues
N/A
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.