Skip to content

Resolve "Ensure blobstore WalkFn is thread safe"

This MR address issues #4 (closed) and #7 (closed) by ensuring thread safe map access in garbage_collect_test.go. According to GoCallers, with this MR all functions ultimately passed to Walk in both blobstore and linkedblobstore should be thread-safe.

Edited by Hayley Swimelar

Merge request reports