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
Oh... Ok
I know what it is.
SmartTest was doing a research of relative tests for a method (in the background)
And you modified a method during the SmartTest execution.
3 options.
Desactivate SmT (but it's not the goal of having it)
Making SmT faster
Listen for the announcement of class rename (method rename etc.) and when it happens, stopping the current research
You're almost there. It's a concurrency problem. Your processing happens in a separate thread/process, so that means you have to ensure that your second process either:
handles graciously the errors
is programmed so this kind of error could not happen
As long as SmT uses concurrency, you will find this kind of problems.
I've renamed a class and suddenly I have a lot of exceptions
Version 0.3-alpha on Pharo7
The text was updated successfully, but these errors were encountered: