[squeak-dev] The Trunk: Tests-fbs.261.mcz

Frank Shearar frank.shearar at gmail.com
Tue Nov 5 07:01:00 UTC 2013


On 4 November 2013 18:40,  <commits at source.squeak.org> wrote:
> Frank Shearar uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-fbs.261.mcz
>
> ==================== Summary ====================
>
> Name: Tests-fbs.261
> Author: fbs
> Time: 4 November 2013, 6:40:42.33 pm
> UUID: f5961117-ed1d-7743-ad50-ef8c0cca4ab7
> Ancestors: Tests-fbs.260
>
> Delete testInfoProxy as per Chris Muller's request, to see if it unbreaks CI.
>
> =============== Diff against Tests-fbs.260 ===============


This didn't work - CI was still broken - but Chris' idea of logging
out every test makes me suspect it's
MCMethodDefinitionTest>>#testRevertOverrideMethod. If you look at
http://build.squeak.org/job/SqueakTrunk/lastSuccessfulBuild/console
it's the very last test before the script commits suidice:

2013-11-04T22:41:48.317+01:00:
MCMethodDefinitionTest>>#testPartiallyRevertOverrideMethod
2013-11-04T22:41:53.698+01:00: MCMethodDefinitionTest>>#testRevertOldMethod
2013-11-04T22:41:59.078+01:00: MCMethodDefinitionTest>>#testRevertOverrideMethod
!!! Killed command 0 for exceeding allotted time: nice
/home/jenkins/workspace/SqueakTrunk/target/cog.r2776/coglinux/bin/squeak
-vm-sound-null -vm-display-null
"/home/jenkins/workspace/SqueakTrunk/target/PostTestTrunkImage.image"
../tests.st.
/home/jenkins/workspace/SqueakTrunk/benchmarks.st
spawning command 1 with timeout 600 seconds: nice
/home/jenkins/workspace/SqueakTrunk/target/cog.r2776/coglinux/bin/squeak
-vm-sound-null -vm-display-null
"/home/jenkins/workspace/SqueakTrunk/target/PostTestTrunkImage.image"
../benchmarks.st
2013-11-04T23:22:12.32+01:00: MCOrganizationTest>>#testReordering
2013-11-04T23:22:12.325+01:00:
MCOrganizationTest>>#testReorderingWithNoCategoriesInVersion

The fact that it shows tests executing the kill tells me I still have
a bug in how I kill the image, but the important part is the time:
this test should not take 23:22 - 22:42 = 20 minutes to run. (20
minutes is a magic number: it's the maximum allotted time to run the
tests.)

frank


More information about the Squeak-dev mailing list