Re: [PATCH v9 00/19] index-helper/watchman
From: Junio C Hamano <hidden>
Date: 2016-06-16 02:19:16
David Turner [off-list ref] writes:
On Mon, 2016-05-09 at 14:40 -0700, Junio C Hamano wrote:quoted
Hmmm, I seem to be getting $ cat t/trash*7900*/err fatal: Already running after running t7900 and it fails at #5, after applying "index-helper: optionally automatically run"It still passes for me (with or without USE_WATCHMAN set). I'm testing on Ubuntu 15.10 with "Linux ubuntu 4.2.0-35-generic", on an ext4 filesystem.
It passes on one box and fails on another. They both run the same Ubuntu 14.04 derivative, with same ext3 filesystem. The failing one is on a VM.
Does it fail before or after git status 2>err ? (If before, then those "err" contents are from the previous test).
I didn't dig and I do not know (yet).
Is index-helper in fact running after the test fails?
"ps ax | grep index-helper" showed a process, which I had to "kill" manually.