diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-01-16 20:43:13 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2023-01-16 23:56:56 +0100 |
commit | 6ec7bcb6184f562157eebc8d0f25f78ba333c6a5 (patch) | |
tree | 28fa7516f91436ad37383def2a627d43f610482a /test/functional/vimscript/executable_spec.lua | |
parent | 9ccc6de8d3ebfec0aebdc6dabdb23dd43f102331 (diff) | |
download | rneovim-6ec7bcb6184f562157eebc8d0f25f78ba333c6a5.tar.gz rneovim-6ec7bcb6184f562157eebc8d0f25f78ba333c6a5.tar.bz2 rneovim-6ec7bcb6184f562157eebc8d0f25f78ba333c6a5.zip |
test: avoid noise in NVIM_LOG_FILE
Problem:
Tests that _intentionally_ fail certain conditions cause noise in
$NVIM_LOG_FILE:
$NVIM_LOG_FILE: /home/runner/work/neovim/neovim/build/.nvimlog
(last 100 lines)
WRN 2023-01-16T18:26:27.673 T599.7799.0 unsubscribe:519: RPC: ch 1: tried to unsubscribe unknown event 'doesnotexist'
WRN 2023-01-16T18:29:00.557 ?.11151 server_start:163: Failed to start server: no such file or directory: /X/X/X/...
WRN 2023-01-16T18:33:07.269 127.0.0.1:12345 server_start:163: Failed to start server: address already in use: 127.0.0.1
...
-- Output to stderr:
module 'vim.shared' not found:
no field package.preload['vim.shared']
no file './vim/shared.lua'
no file '/home/runner/nvim-deps/usr/share/lua/5.1/vim/shared.lua'
no file '/home/runner/nvim-deps/usr/share/lua/5.1/vim/shared/init.lua'
no file '/home/runner/nvim-deps/usr/lib/lua/5.1/vim/shared.lua'
no file '/home/runner/nvim-deps/usr/lib/lua/5.1/vim/shared/init.lua'
no file './vim/shared.so'
...
E970: Failed to initialize builtin lua modules
Solution:
- Log to a private $NVIM_LOG_FILE in tests that intentionally fail and
cause ERR log messages.
- Assert that the expected messages are actually logged.
Diffstat (limited to 'test/functional/vimscript/executable_spec.lua')
0 files changed, 0 insertions, 0 deletions