-
Notifications
You must be signed in to change notification settings - Fork 613
Open
Labels
Description
Bug Description
Recently we've been seeing a lot of CI jobs that hang right after running some DAGMC unit tests. Here's an example from a recent job:
tests/unit_tests/cell_instances/test_rect_multilattice.py::test_cell_instance_multilattice_results PASSED [ 1%]
tests/unit_tests/dagmc/test.py::test_dagmc_temperatures[1-320.0] PASSED [ 1%]
tests/unit_tests/dagmc/test.py::test_dagmc_temperatures[2-300.0] PASSED [ 1%]
tests/unit_tests/dagmc/test.py::test_dagmc_temperatures[3-293.6] PASSED [ 2%]
tests/unit_tests/dagmc/test_bounds.py::test_bounding_box PASSED [ 2%]
tests/unit_tests/dagmc/test_bounds.py::test_bounding_region PASSED [ 2%]
tests/unit_tests/dagmc/test_bounds.py::test_bounded_universe PASSED [ 2%]
tests/unit_tests/dagmc/test_bounds.py::test_material_names PASSED [ 2%]
tests/unit_tests/dagmc/test_convert_to_multigroup.py::test_convert_to_multigroup_without_particles_batches PASSED [ 2%]
tests/unit_tests/dagmc/test_h5m_subdir.py::test_model_h5m_in_subdirectory[True] PASSED [ 2%]
tests/unit_tests/dagmc/test_h5m_subdir.py::test_model_h5m_in_subdirectory[False] PASSED [ 2%]
<-- hangs here and eventually times out at 6 hours
I haven't been able to figure out why it hangs or reproduce it locally thus far. @pshriwise do you have any ideas on this?
Reactions are currently unavailable