archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Delete multiple PVs #160

Closed lcaouen closed 1 year ago

lcaouen commented 1 year ago

Add a Delete button in the GUI #158

jacomago commented 1 year ago

You could extend the org.epics.archiverappliance.mgmt.pauseresume.DeletePVTest to cover this use case of deleting multiple PVs.

lcaouen commented 1 year ago

I have used the existing root DeletePV in mgmt/bpl/DeletePV.java I use the current DeletePV in a loop if there is "," or "*" or "?" in the pvname

lcaouen commented 1 year ago

You could extend the org.epics.archiverappliance.mgmt.pauseresume.DeletePVTest to cover this use case of deleting multiple PVs.

I've just understood your comment, I'm gonna add the test for deleting multiple PVs.