Manuscript (Case [Issue]21167) Sources and Changes - Epicea: create test directory in temp

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]21167) Sources and Changes - Epicea: create test directory in temp

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Sources and Changes: 1. Pharo Image  •  You are subscribed to this case
Apart from recovering that "lost change" (in the migration from sthub to github), I updated an Ombu test with the same issue.

Now, when I try to reproduce Denis' scenario in my linux, the command line errors because the HDTestReport manipulates progress.log file on initialize:

<code>
initialize

| aFile |

super initialize.
suiteTime := 0 asDuration.
suitePosition := suiteFailures := suiteErrors := 0.

aFile := File named: 'progress.log'.
aFile delete.
progressFile := ZnCharacterWriteStream
on: (aFile writeStream setToEnd; yourself)
encoding: 'utf8'.

nodeName := self calculateNodeName.
stageName := ''
</code>

This may be another bug to fix...
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker