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

Long wait to delete files if many are loaded #8409

Closed
mantid-builder opened this issue Jul 29, 2013 · 2 comments
Closed

Long wait to delete files if many are loaded #8409

mantid-builder opened this issue Jul 29, 2013 · 2 comments
Labels
Low Priority Things that you don't ever want to be done.

Comments

@mantid-builder
Copy link
Collaborator

This issue was originally TRAC 7564

Original Reporter: Gesner Passos

I have loaded many files (all files that are loaded inside the LoadLotsOfFiles)

if __name__== "__main__":
  a = LoadLotsOfFiles()
  files = a.__getDataFileList__()
  for f in files:
    Load(f,OutputWorkspace=str(f).split('/')[-1])

Than, after, I selected all of them, and clicked in Delete. It took more than 2 minutes to delete all of them, and i got this strange error message:

Workspace CSP85423.nxs could not be found.
Workspace MUSR00015192.nxs could not be found.
Workspace NewGroup could not be found.
Workspace OFFSPEC00010791.nxs could not be found.
Workspace OFFSPEC00010791.raw could not be found.
Workspace OFFSPEC00010792.raw could not be found.
Workspace OFFSPEC00010793.raw could not be found.
Workspace POLREF00003014.raw could not be found.
Workspace POLREF00004699.nxs could not be found.
Workspace POLREF00004699.raw could not be found.
Workspace SRF92132.nxs could not be found.
Workspace SRF92132.raw could not be found.
Workspace emu00031895.nxs could not be found.
Workspace irs26176_graphite002_QLr_Parameters.nxs could not be found.

This happened in ubuntu 12.04. In windows 7 MantidPlot will eventually crash with Windows trying to send the report of the failure.

@mantid-builder
Copy link
Collaborator Author

@NickDraper (2014-02-14T11:07:58):
bulk move to assigned at the into of the triage step

@mantid-builder mantid-builder added Low Priority Things that you don't ever want to be done. GUI labels Jun 3, 2015
@NickDraper
Copy link
Contributor

Tried with a lot of files 15 second wait and no error messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

2 participants