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
I was getting the same error error trying to run gh-ost as a library: panic: runtime error: integer divide by zero. It is necessary to set the interval
// Cannot be 0migrationContext.HooksStatusIntervalSec=1
We're using gh-ost as a library, and testing 8f361f6
I noticed that our test suite fails with
It looks like when fbb53f4
was introduced if
HooksStatusIntervalSec
is set to 0, this panic will happen.The text was updated successfully, but these errors were encountered: