-
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
[CI Problem] Flaky Test: tests/python/unittest/test_meta_schedule_schedule_rule_auto_inline.py::test_inline_into_cache
#9952
Comments
CC @wrongtest @Hzfengsy It looks like some randomness was introduced recently in |
The fix trial is here #9958 I am sorry for introducing this issue. I believe it is introduced by #9372, but detected until subsequent change #9880 which touch more testcases. Developers have already pointed out that with equations like |
Thanks for acting quickly on this issue @MasterJH5574 @wrongtest! I tried myself last night but failed to find the root reason. Thank you for finding this out! |
* fix to stablize the var orders when solve bounds in region analysis * change to std::find_if since num of vars is generally small
* fix to stablize the var orders when solve bounds in region analysis * change to std::find_if since num of vars is generally small
* fix to stablize the var orders when solve bounds in region analysis * change to std::find_if since num of vars is generally small
Branch/PR Failing
Looks like this PR introduced a flaky test. Likely it's due to some concurrent merge.
Jenkins Link
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/2417/pipeline/
Flakiness
Yes.
CC: @MasterJH5574
The text was updated successfully, but these errors were encountered: