[squeak-dev] The Trunk: Tests-ct.481.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 1 11:08:56 UTC 2022


Christoph Thiede uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ct.481.mcz

==================== Summary ====================

Name: Tests-ct.481
Author: ct
Time: 1 April 2022, 1:08:52.165996 pm
UUID: f2f47e66-29d1-274c-a7e4-2acb06c95ad7
Ancestors: Tests-ul.480

Merges robust-forceChangesToDisk.1.cs/complements System-ct.1333.

=============== Diff against Tests-ul.480 ===============

Item was added:
+ ----- Method: SmalltalkImageTest>>testForceChangesToDiskRobustness (in category 'tests') -----
+ testForceChangesToDiskRobustness
+ 	"Interrupting #forceChangesToDisk must always keep the SourceFiles opened and intact."
+ 	<timeout: 11 "seconds">
+ 	<fatal "regression test!! Unless this bug is fixed, this may damage your image.">
+ 
+ 	50 timesRepeat:
+ 		[[[Smalltalk forceChangesToDisk] repeat] valueWithin: 0.1 seconds onTimeout: []].
+ 	
+ 	self shouldnt: [Smalltalk logChange: ('Test from {1}' format: {self})] raise: Error.!



More information about the Squeak-dev mailing list