MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Resetting records should not affect running records #763

Closed bennybp closed 9 months ago

bennybp commented 9 months ago

Description

Reset records should only reset errored records

Initial this worked for running records, but that often results in erroneously resetting records that shouldn't have been reset.

There is nowl a reset_running function in the socket, in case we need it. But hopefully all the issues that required resetting running records have been ironed out. If needed, it can be re-added, or a user can cancel, then uncancel a record.

Changelog description

reset_records only resets errored records now

Status

codecov[bot] commented 9 months ago

Codecov Report

Merging #763 (5fcc083) into main (7263aa7) will increase coverage by 0.00%. Report is 2 commits behind head on main. The diff coverage is 100.00%.

Additional details and impacted files