[PATCH] run-tests: "fix" race condition in race condition fix

timeless timeless at gmail.com
Fri Jan 22 15:54:04 CST 2016


This is:
$ uname -a
Linux gcc2-power8.osuosl.org 3.17.4-301.fc21.ppc64le #1 SMP Mon Dec 1
07:51:01 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux

$ lsb_release -a
LSB Version:    :core-4.1-noarch:core-4.1-ppc64le
Distributor ID:    Fedora
Description:    Fedora release 21 (Twenty One)
Release:    21
Codename:    TwentyOne

$ virtualenv --version
1.11.6

$ python --version
Python 2.7.8

I'm ssh'ing from a mac, but I doubt that's relevant.

$ cat /proc/cpuinfo |perl -pne 's/(processor\s*:).*/$1 X/'|sort|uniq
-c|sort -n      1 firmware    : OPAL v3
      1 machine        : PowerNV 8247-22L
      1 model        : 8247-22L
      1 platform    : PowerNV
      1 timebase    : 512000000
    160
    160 clock        : 3425.000000MHz
    160 cpu        : POWER8E (raw), altivec supported
    160 processor    : X
    160 revision    : 2.1 (pvr 004b 0201)

(X is just a processor number, so there are 160 lines w/ numbers
0..159, not very interesting)

On Fri, Jan 22, 2016 at 4:09 PM, Bryan O'Sullivan <bos at serpentine.com> wrote:
>
> On Fri, Jan 22, 2016 at 11:30 AM, timeless <timeless at gmail.com> wrote:
>>
>> I really wish this worked :(
>
>
> What kind of system are you using? This patch works reliably on my Mac and
> Linux boxes.


More information about the Mercurial-devel mailing list