This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
pytest worker crash seen on newly introduced unittest test_profiler_gpu.py::test_aggregate_duplication #18756
Open
Description
Description
tests/python/gpu/test_profiler_gpu.py has recently started importing unittests/test_profiler.py, and so now runs those tests for the first time with a gpu default context. With that change, I have seen on centos-gpu:
worker 'gw3' crashed while running 'tests/python/gpu/test_profiler_gpu.py::test_aggregate_duplication'
Occurrences
@leezu You might want to look into this or watch for more occurences.
What have you tried to solve it?
- I've bypassed this test in my current PR with a
del test_aggregate_duplication
after the newly introduced import.