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

deterministic-diamondC_1x1x1_pp-dmc-estimator-1rdm-4-4 hidden error #4997

Closed
ye-luo opened this issue May 15, 2024 · 7 comments · Fixed by #4998
Closed

deterministic-diamondC_1x1x1_pp-dmc-estimator-1rdm-4-4 hidden error #4997

ye-luo opened this issue May 15, 2024 · 7 comments · Fixed by #4998
Assignees

Comments

@ye-luo
Copy link
Contributor

ye-luo commented May 15, 2024

Describe the bug
Current develop.

ctest -R deterministic-diamondC_1x1x1_pp-dmc-estimator-1rdm-4-4 -VV
    Start 1148: deterministic-diamondC_1x1x1_pp-dmc-estimator-1rdm-4-4-check

1148: Test command: /usr/bin/python3.10 "/home/yeluo/opt/qmcpack/tests/scripts/check_stats.py" "-s" "1" "-q" "1rdm" "-e" "0" "-c" "8" "-p" "det_qmc_1rdm_short_vmc_dmc" "-r" "qmc-ref/det_qmc_1rdm_short_vmc_dmc.s001.stat_ref_1rdm_4_4_real.dat"
1148: Test timeout computed to be: 3600
1148: hdfreader error: encountered invalid type: <class 'h5py._debian_h5py_serial._hl.group.Group'>
2/2 Test #1148: deterministic-diamondC_1x1x1_pp-dmc-estimator-1rdm-4-4-check ...   Passed    0.11 sec

both tests show pass but the "hdfreader error" is concerning.
Is check_stats.py not robust? Probably not checking file operation(open/read) status?

@jtkrogel
Copy link
Contributor

What is the Python environment on the machine in question? Do you see this error elsewhere?

@ye-luo
Copy link
Contributor Author

ye-luo commented May 15, 2024

It is Ubuntu 22.04.4 OS provided python and h5py.

@jtkrogel
Copy link
Contributor

Please post the output from the following:

>python3
>>> import h5py
>>> h5py.__version__

@ye-luo
Copy link
Contributor Author

ye-luo commented May 15, 2024

Got '3.6.0'

@ye-luo
Copy link
Contributor Author

ye-luo commented May 15, 2024

I fixed the false negative issue #4998 and exposed the failure on multiple CI nodes.

@ye-luo
Copy link
Contributor Author

ye-luo commented May 15, 2024

Good news is that #4991 failed for unrelated reasons.

@ye-luo
Copy link
Contributor Author

ye-luo commented May 15, 2024

All the failures in the CI runs of #4998 use ubuntu 22.04

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

Successfully merging a pull request may close this issue.

2 participants