-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Flaky Test] test_cmsisnn/test_conv2d.py
#10314
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
test: flaky
Comments
driazati
added a commit
to driazati/tvm
that referenced
this issue
Feb 18, 2022
masahi
pushed a commit
that referenced
this issue
Feb 19, 2022
This was referenced Feb 28, 2022
Merged
lhutton1
added a commit
to lhutton1/tvm
that referenced
this issue
Mar 7, 2022
Uses a python temporary directory with a context manager in an effort to solve the flaky FVP tests raised in apache#10300 and apache#10314. Now that CI is becoming more and more parallelized, the thinking is that the python temporary directory implementation might be more stable than `utils.tempdir`. Removing the XFail markings off the affected tests, but keeping the work around implemented in apache#10408 while we monitor with the above change. Change-Id: Id07869b51cd2278ec4885ef964bc1b23892ba235
lhutton1
added a commit
to lhutton1/tvm
that referenced
this issue
Mar 8, 2022
Uses a python temporary directory with a context manager in an effort to solve the flaky FVP tests raised in apache#10300 and apache#10314. Now that CI is becoming more and more parallelized, the thinking is that the python temporary directory implementation might be more stable than `utils.tempdir`. Removing the XFail markings off the affected tests, but keeping the work around implemented in apache#10408 while we monitor with the above change. Change-Id: Id07869b51cd2278ec4885ef964bc1b23892ba235
manupak
pushed a commit
that referenced
this issue
Mar 10, 2022
* [AOT] Use python temporary directory for AOT tests Uses a python temporary directory with a context manager in an effort to solve the flaky FVP tests raised in #10300 and #10314. Now that CI is becoming more and more parallelized, the thinking is that the python temporary directory implementation might be more stable than `utils.tempdir`. Removing the XFail markings off the affected tests, but keeping the work around implemented in #10408 while we monitor with the above change. Change-Id: Id07869b51cd2278ec4885ef964bc1b23892ba235 * alter context manager to make more readable Change-Id: Iba0644db14e50648f6dc99a4ed0f455641c31912
pfk-beta
pushed a commit
to pfk-beta/tvm
that referenced
this issue
Apr 11, 2022
See apache#10314 cc @masahi Co-authored-by: driazati <driazati@users.noreply.github.com>
pfk-beta
pushed a commit
to pfk-beta/tvm
that referenced
this issue
Apr 11, 2022
* [AOT] Use python temporary directory for AOT tests Uses a python temporary directory with a context manager in an effort to solve the flaky FVP tests raised in apache#10300 and apache#10314. Now that CI is becoming more and more parallelized, the thinking is that the python temporary directory implementation might be more stable than `utils.tempdir`. Removing the XFail markings off the affected tests, but keeping the work around implemented in apache#10408 while we monitor with the above change. Change-Id: Id07869b51cd2278ec4885ef964bc1b23892ba235 * alter context manager to make more readable Change-Id: Iba0644db14e50648f6dc99a4ed0f455641c31912
lhutton1
added a commit
to lhutton1/tvm
that referenced
this issue
Jun 29, 2023
Now that apache#10300 and apache#10314 have been closed, we should be able to remove an old previous attempt to help resolve test flakyness. Change-Id: I70c09d6ba5ffc5cb15d0b775732bd048b7ebfbb4
lhutton1
added a commit
to lhutton1/tvm
that referenced
this issue
Jun 29, 2023
Now that apache#10300 and apache#10314 have been closed, we should be able to remove an old previous attempt to help resolve test flakiness. Change-Id: I70c09d6ba5ffc5cb15d0b775732bd048b7ebfbb4
lhutton1
added a commit
that referenced
this issue
Jul 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
test: flaky
These tests were found to be flaky (intermittently failing on
main
or failed in a PR with unrelated changes). As per the docs, these failures will be disabled in a PR that references this issue until the test owners can fix the source of the flakiness.Test(s)
tests/python/contrib/test_cmsisnn/test_conv2d.py::test_conv2d_asymmetric_padding_int8
tests/python/contrib/test_cmsisnn/test_conv2d.py::test_depthwise_int8
Jenkins Links
cc @ashutosh-arm
The text was updated successfully, but these errors were encountered: