Skip to content

Commit

Permalink
tests: use empty list for g:go_gopls_options
Browse files Browse the repository at this point in the history
Use an empty list for g:go_gopls_options, because sometime between
2020-08-30 20:07 and 2020-08-31 21:42 some of the tests in
highlight_test started failing in GitHub's CI. All attempts to reproduce
the failures locally have been unsucessful. By outputting the lsp logs
in tests, it became clear that there were some issues with restarting
gopls between test runs and turning off the shared client seems to
resolve the test failures.
  • Loading branch information
bhcleek committed Sep 7, 2020
1 parent c5d6ee9 commit fb59632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/runtest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if !exists('g:test_verbose')
let g:test_verbose = 0
endif
let g:go_echo_command_info = 0
let g:go_gopls_options = []

function! s:logmessages() abort
" Add all messages (usually errors).
Expand Down

0 comments on commit fb59632

Please sign in to comment.