Open kirk0830 opened 5 months ago
https://github.com/deepmodeling/abacus-develop/blob/332c875f328f3da8975059d4c79114f2ec5ba737/source/module_cell/test/parallel_kpoints_test.sh#L1-L2
should use set -e
here, since the script is executed as https://github.com/deepmodeling/abacus-develop/blob/332c875f328f3da8975059d4c79114f2ec5ba737/source/module_cell/test/CMakeLists.txt#L96
The error you proposed is introduced by #4289 (previous run is OK). @dyzheng @mohanchen Any suggestions?
@jwsyzy hello, can you look at this Issue?
@mohanchen could you have a look?
Describe the Testing Issue
see Action: https://github.com/deepmodeling/abacus-develop/actions/runs/9412701654/job/25928061867?pr=4324 The cell_parallel_kpoints_test also failed but in the summary it was like:
see Action: https://github.com/deepmodeling/abacus-develop/actions/runs/10001403608/job/27644946382?pr=4733 At least two unittests exit with code 0 but actually not work as expected:
not any
[ OK ]
appears. It may because theexit(0)
used in WARNING_QUIT function.Additional Context
No response
Task list for Issue attackers (only for developers)