empress icon indicating copy to clipboard operation
empress copied to clipboard

Race condition / itermittent failure in one of the barplot tests

Open fedarko opened this issue 2 years ago • 0 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.

fedarko avatar May 20 '22 08:05 fedarko