-
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] tests/python/contrib/test_ethosu
#10300
Comments
See #10300 Co-authored-by: driazati <driazati@users.noreply.github.com>
tests/python/contrib/test_ethosu
tests/python/contrib/test_ethosu
Thanks for raising this @driazati, we'll take a look today |
We are unable to reproduce these as of today and we are not seeing these in our nightly downstream builds either. I think landing this : #10214 would really help. |
Thanks @manupa-arm I think that would be a good temporary solution until we can figure out the cause of the failures, I've attempted this in #10408 |
After #10214 we witnessed a flaky test failure in #10445:
(https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-10445/1/pipeline/) |
It seems like model library format extraction seems missing (or the temp directory itself goes missing) and that happens intermittently. Any thoughts why would this happen in the CI ? |
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
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
* [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
See apache#10300 Co-authored-by: driazati <driazati@users.noreply.github.com>
* [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
none of these tests are skipped / failing lately so closing this issue |
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
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
Test(s)
tests/python/contrib/test_ethosu/test_codegen.py::test_tflite_pack[ifm_shapes1-1-ethos-u65-256]
tests/python/contrib/test_ethosu/test_codegen.py::test_tflite_transpose_convolution[False-ifm_shape3-ofm_shape3-kernel_shape3-VALID-ethos-u55-128]
tests/python/contrib/test_ethosu/test_codegen.py::test_tflite_expand_dims[ifm_shape0-0-ethos-u55-64]
tests/python/contrib/test_ethosu/test_codegen.py::test_tflite_leaky_relu[0.2-ifm_shape1-ethos-u65-256]
tests/python/contrib/test_ethosu/test_lookup_table.py::test_tflite_lut_activations[ethos-u55-128]
tests/python/contrib/test_ethosu/test_codegen.py::test_tflite_resize2d_bilinear[ifm_shape0-size0-False-ethos-u65-256]
tests/python/contrib/test_ethosu/test_codegen.py::test_tflite_sigmoid[ethos-u65-256]
Jenkins Links
main
: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/2543/pipeline/273Errors are similar to failures from #10213
cc @lhutton1 @ekalda @manupa-arm
The text was updated successfully, but these errors were encountered: