You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1.2.9 we noticed panics when running tests that used ScanAndCount, we no longer experience that in v1.2.10 which is great, but we noticed this race condition exists in v1.2.10. This race condition does not exist in v1.2.8.
I "think" this issue may have existed in v1.2.9 as well but I didn't notice it because it was panicking before the race was detected but I'm not sure, seems to all stem around ScanAndCount stuff though. Thanks for looking into it @j2gg0s !
In v1.2.9 we noticed panics when running tests that used
ScanAndCount
, we no longer experience that in v1.2.10 which is great, but we noticed this race condition exists in v1.2.10. This race condition does not exist in v1.2.8.The text was updated successfully, but these errors were encountered: