gophercloud / utils

Apache License 2.0
20 stars 55 forks source link

Add mutexkv and hashcode packages #127

Closed dkder3k closed 4 years ago

dkder3k commented 4 years ago

After some discussion here with @ozerovandrei and @kayrus there is an intention to add globally available mutexkv and hashcode packages.

dkder3k commented 4 years ago

Here this test falls into infinite loop

ozerovandrei commented 4 years ago

It's because of those changes: https://github.com/gophercloud/utils/commit/da0e919a012a7ee88737a21c661504d6dc4d4078

Latest tests run on master merge also failed: https://travis-ci.org/github/gophercloud/utils/builds/728425382

It should be fixed in a separate PR.

jtopjian commented 4 years ago

Sorry about that - the Travis integration must have been having issues when that PR was merged. I wouldn't have merged it if I saw the big red X 🙂

But it has been fixed in https://github.com/gophercloud/utils/pull/128