dusty-phillips / gitifyhg

Tools for using git as a client to mercurial repositories
GNU General Public License v3.0
62 stars 17 forks source link

Intermittent test failures #49

Closed dusty-phillips closed 11 years ago

dusty-phillips commented 11 years ago

Travis seems to be failing randomly, and if I run the tests locally, sometimes they all pass, sometimes they fail. The failing tests seem to be related to the tag pushing code I created yesterday.

I don't see anything obvious in there to indicate a race condition, but that is the best explanation I can come up with.

Tests not running consistently is one of my least favourite problems. :/