Skip to content

Conversation

mergennachin
Copy link
Contributor

Summary:
The test is failing with this error in fbsource. This looks like it is exercising all codepath, and we can delete?

AssertionError: RuntimeError not raised
File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py", line 58, in testPartExecutor
yield
File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py", line 634, in run
self._callTestMethod(testMethod)
File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
if method() is not None:
^^^^^^^^
File "/data/users/mnachin/fbsource/buck-out/v2/gen/fbcode/d2b9e0cfbb98b699/executorch/exir/tests/tracer/tracer#link-tree/executorch/exir/tests/test_tracer.py", line 339, in test_aot_buffer_mutation
with self.assertRaisesRegex(
^^^^^^^^^^^^^^^^^^^^^^^

test_aot_buffer_mutation (executorch.exir.tests.test_tracer.TestTorchDispatchFXTracer) ... FAIL

======================================================================
FAIL: test_aot_buffer_mutation (executorch.exir.tests.test_tracer.TestTorchDispatchFXTracer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/users/mnachin/fbsource/buck-out/v2/gen/fbcode/d2b9e0cfbb98b699/executorch/exir/tests/__tracer__/tracer#link-tree/executorch/exir/tests/test_tracer.py", line 339, in test_aot_buffer_mutation
    with self.assertRaisesRegex(
         ^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: RuntimeError not raised

Reviewed By: tugsbayasgalan

Differential Revision: D81320975

Summary:
The test is failing with this error in fbsource. This looks like it is exercising all codepath, and we can delete?


AssertionError: RuntimeError not raised
  File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py", line 58, in testPartExecutor
    yield
  File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py", line 634, in run
    self._callTestMethod(testMethod)
  File "/usr/local/fbcode/platform010/lib/python3.12/unittest/case.py", line 589, in _callTestMethod
    if method() is not None:
       ^^^^^^^^
  File "/data/users/mnachin/fbsource/buck-out/v2/gen/fbcode/d2b9e0cfbb98b699/executorch/exir/tests/__tracer__/tracer#link-tree/executorch/exir/tests/test_tracer.py", line 339, in test_aot_buffer_mutation
    with self.assertRaisesRegex(
         ^^^^^^^^^^^^^^^^^^^^^^^


```
test_aot_buffer_mutation (executorch.exir.tests.test_tracer.TestTorchDispatchFXTracer) ... FAIL

======================================================================
FAIL: test_aot_buffer_mutation (executorch.exir.tests.test_tracer.TestTorchDispatchFXTracer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/users/mnachin/fbsource/buck-out/v2/gen/fbcode/d2b9e0cfbb98b699/executorch/exir/tests/__tracer__/tracer#link-tree/executorch/exir/tests/test_tracer.py", line 339, in test_aot_buffer_mutation
    with self.assertRaisesRegex(
         ^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: RuntimeError not raised
```

Reviewed By: tugsbayasgalan

Differential Revision: D81320975
Copy link

pytorch-bot bot commented Aug 29, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13808

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 4 New Failures, 9 Pending, 2 Unrelated Failures

As of commit e967f2f with merge base ee1ef03 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following job failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 29, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D81320975

@mergennachin mergennachin merged commit 7787d45 into pytorch:main Aug 29, 2025
111 of 125 checks passed
@mergennachin mergennachin added the release notes: none Do not include this in the release notes label Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants