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 the current setup, this is difficult to test via UT directly. I tried to add the test there but the assert.Panics (which internally uses recover) was not able to catch it as the panic is invoked from within another goroutine. Would need to research more on how can we cover something like this. In python i'm able to mock the panic and test which wasn't working out here.
I tried few manual scenarios to induce such panics which were working fine.
I tried few manual scenarios to induce such panics which were working fine.
Originally posted by @kohlisid in #133 (comment)
The text was updated successfully, but these errors were encountered: