Skip to content
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

test failure: test_original_checkpoint.py usually times out #147

Open
drew-parsons opened this issue Dec 28, 2024 · 1 comment
Open

test failure: test_original_checkpoint.py usually times out #147

drew-parsons opened this issue Dec 28, 2024 · 1 comment

Comments

@drew-parsons
Copy link

drew-parsons commented Dec 28, 2024

There seems to be something flaky in test_original_checkpoint.py (test_read_write_P_*). It regularly times out.

Perhaps there's some race condition, occasionally it passes. The time out occurs randomly at different specific tests, e.g. test_read_write_P_2D[create_2D_mesh3-True-4-Lagrange-True], or
test_read_write_P_2D[create_2D_mesh1-False-4-Lagrange-True], or
test_read_write_P_3D[create_3D_mesh3-False-1-Lagrange-False]

Test failures can be seen in debian CI testing at https://ci.debian.net/packages/a/adios4dolfinx/
For instance https://ci.debian.net/packages/a/adios4dolfinx/unstable/amd64/ shows 30 of the last 42 tests failing (not necessarily all due to the time-out problem).

I can reproduce the problem locally on my own system. Tests passed once when building the debian package for adios4dolfinx 0.9.1.post0, but then hit the timeout when running CI tests (autopkgtest on debian/tests) using the built package.

Library versions:
adios4dolfinx 0.9.1.post0
adios2 2.10.2
hdf5 1.14.5
openmpi 5.0.6
gcc 14.2.0

@drew-parsons
Copy link
Author

Most of the time outs happened in test_original_checkpoint. But locally I also had one in test_checkpointing, test_checkpointing.py::test_read_write_P_2D_time[mesh_2D0-read_comm1-4-DG-True]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant