-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Increased the scope of File Interceptor to intercept methods from FileSystemProvider.class #18068
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
Increased the scope of File Interceptor to intercept methods from FileSystemProvider.class #18068
Conversation
❌ Gradle check result for 248947d: 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? |
…SystemProvider.class Signed-off-by: Pranav Reddy <[email protected]>
… being thrown Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: Pranav Reddy <[email protected]>
…File Interceptor Signed-off-by: Pranav Reddy <[email protected]>
248947d
to
ff368cd
Compare
❌ Gradle check result for ff368cd: 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 34804be: 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? |
34804be
to
f359dc3
Compare
❌ Gradle check result for f359dc3: 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? |
f359dc3
to
67f198d
Compare
❌ Gradle check result for 67f198d: 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? |
Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: Pranav Reddy <[email protected]>
67f198d
to
c1036a4
Compare
❌ Gradle check result for c1036a4: 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? |
Description
Increased the scope of File Interceptor to intercept methods from FileSystemProvider.class, as newByteChannel is currently not being intercepted.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.