biocore / empress

A fast and scalable phylogenetic tree viewer for microbiome data analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race condition / itermittent failure in one of the barplot tests

fedarko opened this issue · comments

Noticed while working on #521 -- this particular test was failing (it was expecting 216 coordinates, but only saw 72). Adding log statements during debugging seemed to cause the test to stop failing, and the test kept passing even after I removed the logs again?

Since I don't think #521 touches any of the code impacting this check, I suspected at first that it was a race condition, but now I'm not sure about that. In any case, we can always comment this test out if it becomes a problem, since it's not super important.