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
TestStreamClose in vnet_test.go causes a race during the test. The test was updated by the previous merge, race is occurring over an error object. Renaming the object in a goroutine would fix the race.
The text was updated successfully, but these errors were encountered:
enobufs
changed the title
Race in TestStreamClose introduced in the PR #238
Race in TestStreamClose introduced by the previous merge
Oct 18, 2022
TestStreamClose in vnet_test.go causes a race during the test. The test was updated by the previous merge, race is occurring over an error object. Renaming the object in a goroutine would fix the race.
The text was updated successfully, but these errors were encountered: