logstash-plugins / logstash-output-google_cloud_storage

Apache License 2.0
9 stars 26 forks source link

fixing race conditions in tests #33

Closed josephlewis42 closed 6 years ago

josephlewis42 commented 6 years ago

Fixes #28 as far as I can tell. I ran with the same seed before and after the changes and it went from failing to passing.

The problems were that some background threads were being started by a few tests and weren't cleaned up at the end so they were triggering events in other tests.