You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every Python run in conda-python-tests-singlegpu runs a set of "memory leak pytests" tests.
These take anywhere from 16 to 18 minutes to complete, and there is currently no useful signal derived from these tests.
Thanks for opening this Gil! I agree that this test run appears not to be adding any real value here. I'm not sure the history behind the memleak tests and whether scrapping or improving them would make more sense. cc @dantegd for historical context here.
Every Python run in
conda-python-tests-singlegpu
runs a set of "memory leak pytests" tests.These take anywhere from 16 to 18 minutes to complete, and there is currently no useful signal derived from these tests.
One example from earlier today:
https://github.com/rapidsai/cuml/actions/runs/13986886321/job/39162102022#step:9:2140
Every test in there is either skipped, xfailed, or is actually XPASSing.
If half the XPASSing tests started xfailing again, there would be no indication of that regression unless someone noticed the lower-case
x
marks.I don't think this (quite long) test bundle is accomplishing anything and I would recommend either:
pytest
so that XPASSing tests are marked as failures and then remove the defunctxfail
markers.The text was updated successfully, but these errors were encountered: