dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.18k stars 2.99k forks source link

[CI] Spurious test failures #7481

Open mfbalin opened 1 week ago

mfbalin commented 1 week ago

🔨Work Item

IMPORTANT:

Project tracker: https://github.com/orgs/dmlc/projects/2

Description

Example failures: https://github.com/dmlc/dgl/pull/7470#issuecomment-2190675466, https://github.com/dmlc/dgl/pull/7470#issuecomment-2190727402, https://github.com/dmlc/dgl/pull/7475#issuecomment-2192441404, https://github.com/dmlc/dgl/pull/7485#issuecomment-2192788339

If some of the tests are known to fail randomly, they should be disabled until the issues are resolved.

mfbalin commented 6 days ago

I am assigning you to this issue @Rhett-Ying, feel free to unassign or assign someone else.

Rhett-Ying commented 6 days ago

All distributed tests are temporarily skipped in https://github.com/dmlc/dgl/pull/7490

mfbalin commented 4 days ago

The tests don't seem to fail anymore. Does this mean the problems are solved, or are some tests skipped?