|
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: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|