Skip to content

Problem fixing

matveysiva edited this page Jul 21, 2022 · 3 revisions

Unexpected problems

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
Clone this wiki locally