neovim/test/functional/core
Justin M. Keyes 7b2b44bce4
fix(ci): noisy logs, unreliable test #19019
Problem:
1. CI logs have too many (40+) logs mentioning SIGHUP:
   ```
   WRN 2022-06-18T16:05:47.075 T3568.22499.0/c deadly_signal:177: got signal 1 (SIGHUP)
   WRN 2022-06-18T16:05:47.273 T3569.91095.0/c deadly_signal:177: got signal 1 (SIGHUP)
   WRN 2022-06-18T16:05:47.651 T3570.59545.0/c deadly_signal:177: got signal 1 (SIGHUP)
   ```
2. TS parser test still sometimes fails on BSD CI.
3. remote_spec test fails too often.

Solution:
1. Log deadly signals at INFO level. It hasn't been helpful in CI, and
   for local troubleshooting it's reasonable to adjust the loglevel as
   needed.
2. Adjust the TS parser test again. ref #18911
3. Skip the remote_spec test. The `--remote` feature was merged before
   it was fully formed and needs to be revisited.
2022-06-18 19:19:08 -07:00
..
channels_spec.lua fix(channel): fix channel consistency 2022-03-12 19:23:45 +08:00
exit_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
fileio_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
job_spec.lua test(job_spec): remove Xtest_jobstart_env log file 2022-05-29 15:40:59 +08:00
log_spec.lua feat(server): instance "name", store pipes in stdpath(state) 2022-06-15 19:29:51 -07:00
main_spec.lua feat(tui): query terminal for CSI u support (#18181) 2022-04-25 20:49:45 -06:00
path_spec.lua test: avoid extra clear() calls 2017-10-02 01:46:16 +02:00
remote_spec.lua fix(ci): noisy logs, unreliable test #19019 2022-06-18 19:19:08 -07:00
spellfile_spec.lua test: cleanup 2019-05-05 23:01:35 +02:00
startup_spec.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00