On 2020/02/09 22:02, Theo Buehler wrote: > On Sun, Feb 09, 2020 at 08:58:13PM +0000, Stuart Henderson wrote: > > > I ran the tests a bunch of times last night. At first I was thinking it > > > was only the first test run that would fail, but it seems to actually > > > be an intermittent failure. I got a failure and then 3 passes and then > > > a failure. I may try running the original tests multitple times to see > > > if we have a failure crop up there over multiple runs. > > > > Could you try it with this (in tests/test_helper.tcl) reduced please? > > > > set ::numclients 16 > > > > Both our sparcs run with ::numclients 1 > > if {[is_a_slow_computer]} { > puts "** SLOW COMPUTER ** Using a single client to avoid false > positives." > set ::numclients 1 > } >
Ah OK - didn't show up in what Kurt pasted.