-
Notifications
You must be signed in to change notification settings - Fork 684
ExecutorchRuntimeException: Update the exception return type #14483
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
Summary: Fix the JNI layer at the time of throwing the exception. Change the return type from 'ExecutorchRuntimeException' to 'RuntimeException' Also disable readLogBuffer from exception flow , A follow up change will address this. This way it keeps this change to a minimum and unblocks few Teams for now Differential Revision: D82995994
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14483
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit ed0ad47 with merge base c9f46e2 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
59922bd
to
ed0ad47
Compare
@pytorchbot cherry-pick --onto release/1.0 -c critical |
Summary: Fix the JNI layer at the time of throwing the exception. Change the return type from 'ExecutorchRuntimeException' to 'RuntimeException' Also disable readLogBuffer from exception flow , A follow up change will address this. This way it keeps this change to a minimum and unblocks few Teams for now Differential Revision: D82995994 (cherry picked from commit 00ea1b7)
Cherry picking #14483The cherry pick PR is at #14498 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
…#14483) Summary: Fix the JNI layer at the time of throwing the exception. Change the return type from 'ExecutorchRuntimeException' to 'RuntimeException' Also disable readLogBuffer from exception flow , A follow up change will address this. This way it keeps this change to a minimum and unblocks few Teams for now Differential Revision: D82995994
Summary:
Fix the JNI layer at the time of throwing the exception. Change the return type from 'ExecutorchRuntimeException' to 'RuntimeException'
Also disable readLogBuffer from exception flow , A follow up change will address this. This way it keeps this change to a minimum and unblocks few Teams for now
Differential Revision: D82995994