-
Notifications
You must be signed in to change notification settings - Fork 5
Problem fixing
matveysiva edited this page Jul 21, 2022
·
3 revisions
If a test suddenly fails without having changed anything, consider that the Garbage Collector might have not worked properly. Moreover the Algernon cache is currently only built once and updated daily, therefore it might be helpful to clear the cache once in a while.
If you experience unexpected problems, try executing:
Algernon allInstances do: [:each | each delete].
Algernon cleanup.
Algernon activate