This is a very odd one parallel/test-child-process-uid-gid started failing today when I was testing v4.x.
This test has not failed in the past, but is now failing the current head of v4.x-staging, v4.6.0, and v4.5.0
I am unsure if this is an env issue or not... I have attempted to ssh into one of our BSD machines, manually compile and test, and see no failures.
I've also attempted to manually in the artifact directory that jenkins used both with the commands
$ ./node test/parallel/test-child-process-uid-gid.js
and
$ python tools/test.py parallel/test-child-process-uid-gid
neither of these attempts fail either.
This is a very odd one
parallel/test-child-process-uid-gidstarted failing today when I was testing v4.x.This test has not failed in the past, but is now failing the current head of
v4.x-staging,v4.6.0, andv4.5.0I am unsure if this is an env issue or not... I have attempted to ssh into one of our BSD machines, manually compile and test, and see no failures.
I've also attempted to manually in the artifact directory that jenkins used both with the commands
$ ./node test/parallel/test-child-process-uid-gid.jsand
$ python tools/test.py parallel/test-child-process-uid-gidneither of these attempts fail either.