pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Try to execute release tests last

Open jecisc opened this issue 10 months ago • 0 comments

I already tried in the past but this broke the bootstrap in a weird way. Here I'm trying again to see if the problem persist

We have a lot of tests in Pharo and it might happen that some of them do not respect the principle of letting the system clean with their tearDown. To help to spot those impacts, I propose to run the releases tests last. Like this, if some bad generated code/or modifications of system entities happens, we might catch it with the verifications of release tests.

I expect this commit to break the tests in the CI but it'll help me find the culprits and fix them.

Redo of https://github.com/pharo-project/pharo/pull/13349

jecisc avatar Feb 06 '25 13:02 jecisc