Flaky Dynamo test: TestAutograd.test_gradcheck_nondeterministic #145231
Labels
module: autograd
Related to torch.autograd, and the autograd engine in general
module: testing
Issues related to the torch.testing module (not tests)
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Describe the bug
Reproduce command:
This issue was discovered while I was working on #142830. The core problem is that this unit test produces different results on CI compared to running it locally. The test passes in the main branch, but if I remove the
assertRaisesRegex
assertion (#145205), the test still passes locally but fails on CI. I suspect that even though it currently passes on CI, it’s likely coincidental.After making changes in #142830, this test began failing. However, I’ve been unable to reproduce the failure locally.
There is a similar flaky test marked at #127115.
Versions
main
cc @ezyang @albanD @gqchen @pearu @nikitaved @soulitzer @Varal7 @xmfan @chauhang @penguinwu
The text was updated successfully, but these errors were encountered: