You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/09 21:29:42 UTC

[GitHub] [tvm] mehrdadh opened a new issue, #11251: [Flaky Test] `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_gather_nd`

mehrdadh opened a new issue, #11251:
URL: https://github.com/apache/tvm/issues/11251

   These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). See [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-failures) for details.
   
   ### Tests(s)
   
     - `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_gather_nd`
   
   ### Jenkins Links
   
     - https://ci.tlcpack.ai/job/tvm/job/PR-11193/8/display/redirect


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi closed issue #11251: [Flaky Test] `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_gather_nd`

Posted by GitBox <gi...@apache.org>.
masahi closed issue #11251: [Flaky Test] `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_gather_nd`
URL: https://github.com/apache/tvm/issues/11251


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] driazati commented on issue #11251: [Flaky Test] `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_gather_nd`

Posted by GitBox <gi...@apache.org>.
driazati commented on issue #11251:
URL: https://github.com/apache/tvm/issues/11251#issuecomment-1121630303

   definitely flaky since it failed on main https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3198/pipeline/
   
   cc @jiangjiajun 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] jiangjiajun commented on issue #11251: [Flaky Test] `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_gather_nd`

Posted by GitBox <gi...@apache.org>.
jiangjiajun commented on issue #11251:
URL: https://github.com/apache/tvm/issues/11251#issuecomment-1122070611

   I just reproduced the bug successfully!  I think the problem is that all the tests will run in the same process. This PR https://github.com/apache/tvm/pull/11259 will try to fix the problem(Ran 10000 times with no failing).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org