mattbaird / elastigo

A Go (golang) based Elasticsearch client library.
Apache License 2.0
943 stars 241 forks source link

Fix race conditions #242

Closed woodsaj closed 9 years ago

woodsaj commented 9 years ago

fixes #241

allgeek commented 9 years ago

Wasn't sure the cleanest way to do this for the upstream (since this is an incremental fix on top of your other test race fixes). Rather than submitting a new PR against mattbaird's repo, I just submitted a PR against your raintank branch that this PR was sourced from so you could fold into this PR. Certainly willing to take a different approach if preferred by anyone :)

woodsaj commented 9 years ago

Thanks @allgeek. I merged your PR into my branch.