neovim/test/functional/treesitter
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
..
highlight_spec.lua feat(ui): allow conceal to be defined in decorations 2022-03-20 18:02:41 +01:00
language_spec.lua test(ts): skip test if C parser is not available 2022-06-08 18:04:25 -04:00
node_spec.lua feat(treesitter): add next, prev sibling method 2021-08-20 11:58:15 -04:00
parser_spec.lua fix(ci): noisy logs, unreliable test #19019 2022-06-18 19:19:08 -07:00