azure-event-hubs-go/storage
Richard Park e473b7e4f6
Fixing race condition in LeaserCheckpointer where it can fail with a ContainerAlreadyExists error #253
There's a slight race condition between checking the store exists and the container being created.
    
We can handle it easily if we just allow ContainerAlreadyExists to be considered successful. Also, since the storage tests were failing (unrelated to my change) in race detection I also fixed that as well.

Fixes #252
Fixes #225
2022-04-28 10:12:14 -07:00
..
credential.go Azure storage SAS token regeneration Fix (#157) (#158) 2020-01-23 09:37:52 -08:00
credential_test.go switch pack.ag/amqp to github.com/Azure/go-amqp (#152) 2019-12-17 14:59:24 -08:00
eph_test.go switch pack.ag/amqp to github.com/Azure/go-amqp (#152) 2019-12-17 14:59:24 -08:00
storage.go Fixing race condition in LeaserCheckpointer where it can fail with a ContainerAlreadyExists error #253 2022-04-28 10:12:14 -07:00
storage_test.go Fixing race condition in LeaserCheckpointer where it can fail with a ContainerAlreadyExists error #253 2022-04-28 10:12:14 -07:00