Thread (7 messages) flat view 7 messages, 5 authors, 2016-06-16

Re: [PATCH v9 00/19] index-helper/watchman

From: Junio C Hamano <hidden>
Date: 2016-06-16 02:19:16

Possibly related (same subject, not in this thread)

Junio C Hamano [off-list ref] writes:
David Turner [off-list ref] writes:
quoted
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"
The symptom looks pretty similar to $gmane/293461 reported earlier.
Here is how "t7900-index-helper.sh -i -v -x -d" ends.


expecting success:
        test_when_finished "git index-helper --kill" &&
        rm -f .git/index-helper.sock &&
        git status &&
        test_path_is_missing .git/index-helper.sock &&
        test_config indexhelper.autorun true &&
        git status &&
        test -S .git/index-helper.sock &&
        git status 2>err &&
        test -S .git/index-helper.sock &&
        test_must_be_empty err &&
        git index-helper --kill &&
        test_config indexhelper.autorun false &&
        git status &&
        test_path_is_missing .git/index-helper.sock

+ test_when_finished git index-helper --kill
+ test 0 = 0
+ test_cleanup={ git index-helper --kill
                } && (exit "$eval_ret"); eval_ret=$?; :
+ rm -f .git/index-helper.sock
+ git status
On branch master
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        err

nothing added to commit but untracked files present (use "git add" to track)
+ test_path_is_missing .git/index-helper.sock
+ test -e .git/index-helper.sock
+ test_config indexhelper.autorun true
+ config_dir=
+ test indexhelper.autorun = -C
+ test_when_finished test_unconfig  'indexhelper.autorun'
+ test 0 = 0
+ test_cleanup={ test_unconfig  'indexhelper.autorun'
                } && (exit "$eval_ret"); eval_ret=$?; { git index-helper --kill
                } && (exit "$eval_ret"); eval_ret=$?; :
+ git config indexhelper.autorun true
+ git status
error: last command exited with $?=141
not ok 5 - index-helper autorun works
#
#               test_when_finished "git index-helper --kill" &&
#               rm -f .git/index-helper.sock &&
#               git status &&
#               test_path_is_missing .git/index-helper.sock &&
#               test_config indexhelper.autorun true &&
#               git status &&
#               test -S .git/index-helper.sock &&
#               git status 2>err &&
#               test -S .git/index-helper.sock &&
#               test_must_be_empty err &&
#               git index-helper --kill &&
#               test_config indexhelper.autorun false &&
#               git status &&
#               test_path_is_missing .git/index-helper.sock
#
:
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help