-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.test
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
- I have updated 'mini.nvim' to latest version
Module(s)
mini.test
Description
I am trying to use mini.test to run some UI tests on a plugin using GitHub actions on a windows runner.
I am getting the below message:
descriptions = { "ui", "all" },
msg = "D:\\tmp\\mini-test/lua/mini/test.lua:2282: (mini.test) Failed to make connection to child Neovim with the following error:\n Vim:connection failed: connection refused\n\nstack traceback:\n\tD:\\tmp\\mini-test/lua/mini/test.lua:2282: in function 'error'\n\tD:\\tmp\\mini-test/lua/mini/test.lua:1107: in function 'start'\n\tD:\\tmp\\mini-test/lua/mini/test.lua:1140: in function 'restart'\n\tD:/a/hawtkeys.nvim/hawtkeys.nvim/tests/hawtkeys/ui_spec.lua:21: in function 'w'\n\tD:\\tmp\\plenary.nvim/lua/plenary/busted.lua:167: in function 'run_each'\n\tD:\\tmp\\plenary.nvim/lua/plenary/busted.lua:174: in function 'it'\n\tD:/a/hawtkeys.nvim/hawtkeys.nvim/tests/hawtkeys/ui_spec.lua:92: in function <D:/a/hawtkeys.nvim/hawtkeys.nvim/tests/hawtkeys/ui_spec.lua:79>\n"
}, {
I tried
- shorten the path as much as possible ( as suggested in the README for other issues)
- increase the timeout.
Is this even a support test case? Or are there any other debugging suggestions
Thanks
Neovim version
0.9.5 & Nightly
Steps to reproduce
Expected behavior
CI to run sucessfully on windows
Actual behavior
CI Fails on windows
Metadata
Metadata
Assignees
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.test