aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
414 stars 185 forks source link

Misleading output of `verdi archive create --test-run` #6312

Closed danielhollas closed 3 months ago

danielhollas commented 3 months ago

Describe the bug

Running aiida archive create --test-run -N XXX -- archive.aiida gave me the following output

Report: Validating Nodes                                                                                                                                                                                           
Report: Test Run: Stopping before archive creation
Report: Archive would be created with:
----------------  ---
users               1
computers           1
nodes             103
logs               41
links             305
Repository Files   79
----------------  ---
Success: wrote the export archive file to archive.aiida

The last line is clearly not true since no file has been generated.


I haven't reproduced it on master branch yet. I am happy to take this on if this is indeed still an issue.

sphuber commented 3 months ago

This is a duplicate of #5980

danielhollas commented 3 months ago

Ah, right. Thanks for catching that, I should have searched first. I assumed that a minor thing like this would have been fixed by now if it was reported. :joy: Feel free to assign me #5980. I'll fix it in the next few weeks.