google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
452 stars 89 forks source link

Add randomness to snapshot names #434

Closed ramo-j closed 2 years ago

ramo-j commented 2 years ago

If there is parallel usage of the CopyDisk operation, the intermediate snapshots can end up with the same names and an error to create the snapshot, since it is based on timestamp. Adding some randomness to the name.

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@985c723). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #434   +/-   ##
=======================================
  Coverage        ?   59.13%           
=======================================
  Files           ?       49           
  Lines           ?     4021           
  Branches        ?        0           
=======================================
  Hits            ?     2378           
  Misses          ?     1643           
  Partials        ?        0           
Flag Coverage Δ
nosetests 59.13% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 985c723...4792dda. Read the comment docs.