Skip to content

Eliminate unnecessary code in GoCloud test stubs

Stan Hu requested to merge sh-fix-gocloud-race into master

This should eliminate a race condition that only occurred in the test where multiple Goroutines attempt to write to the same value when opening a bucket.

Merge request reports