Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(completion): stop completion when completion is exhausted #28558

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

fix(completion): stop completion when completion is exhausted

14a7bb4
Select commit
Failed to load commit list.
Draft

fix(completion): stop completion when completion is exhausted #28558

fix(completion): stop completion when completion is exhausted
14a7bb4
Select commit
Failed to load commit list.
Cirrus CI / FreeBSD failed Apr 28, 2024 in 5m 48s

Task Summary

Instruction functionaltest failed in 04:19

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:04 clone
✅ 00:26 install
✅ 00:34 build_deps
✅ 00:19 build
✅ 00:01 workaround
❌ 04:19 functionaltest

�[1m�[35mFAILED  �[0m�[0m �[36mtest/functional/core/job_spec.lua�[0m @ �[36m1239�[0m: �[1mpty process teardown does not prevent/delay exit. #4798 #4900�[0m
test/functional/core/job_spec.lua:1258: Row 1 did not match.
Expected:
  |*^                              |
  |[Process exited 0]            |
  |                              |
  |                              |
  |                              |
  |                              |
Actual:
  |*^^[P1$r4:3m^[\^[[?1;2c         |
  |[Process exited 0]            |
  |                              |
  |                              |
  |                              |
  |                              |

To print the expect() call that would assert the current screen state, use
screen:snapshot_util(). In case of non-deterministic failures, use
screen:redraw_debug() to show all intermediate screen states.

Snapshot:
screen:expect({
  grid = [[
    ^^[P1$r4:3m^[\^[[?1;2c         |
    [Process exited 0]            |
                                  |*4
  ]]
})

stack traceback:
	test/functional/ui/screen.lua:845: in function '_wait'
	test/functional/ui/screen.lua:526: in function 'expect'
	test/functional/core/job_spec.lua:1258: in function <test/functional/core/job_spec.lua:1239>


 �[1m52�[0m SKIPPED TESTS
 �[1m1�[0m FAILED TEST
------------------------------------------------------------------------------
$NVIM_LOG_FILE: /tmp/cirrus-ci-build/build/.nvimlog
(empty)
------------------------------------------------------------------------------
-- Tests exited non-zero: 1
-- Output to stderr:
E5113: Error while calling lua chunk: 

CMake Error at /tmp/cirrus-ci-build/cmake/RunTests.cmake:102 (message):
  functional tests failed with error: 1


FAILED: test/CMakeFiles/functionaltest /tmp/cirrus-ci-build/build/test/CMakeFiles/functionaltest 
cd /tmp/cirrus-ci-build/build/test && /usr/local/bin/cmake -D TEST_TYPE=functional -D BUILD_DIR=/tmp/cirrus-ci-build/build -D CIRRUS_CI=true -D CI_BUILD=ON -D DEPS_INSTALL_DIR=/tmp/cirrus-ci-build/build/usr -D NVIM_PRG=/tmp/cirrus-ci-build/build/bin/nvim -D TEST_DIR=/tmp/cirrus-ci-build/test -D WORKING_DIR=/tmp/cirrus-ci-build -P /tmp/cirrus-ci-build/cmake/RunTests.cmake
ninja: build stopped: subcommand failed.
gmake: *** [Makefile:122: functionaltest] Error 1

Exit status: 2