diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-02 14:37:44 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-03 16:14:29 +0200 |
commit | 7233433f65e9f3550c72c9932eca390b5437f924 (patch) | |
tree | a23a0cc7aef8d830b048bca404f481c5f70ae4ca /test/functional/eval/api_functions_spec.lua | |
parent | 03be64ce2ac1bd941996024a5bd0e3f9fa974445 (diff) | |
download | rneovim-7233433f65e9f3550c72c9932eca390b5437f924.tar.gz rneovim-7233433f65e9f3550c72c9932eca390b5437f924.tar.bz2 rneovim-7233433f65e9f3550c72c9932eca390b5437f924.zip |
test/job_spec: improve visibility of flaky test
Test sometimes fails on macOS CI:
FAILED test/functional/core/job_spec.lua: jobs jobwait will run callbacks while waiting
test/functional/core/job_spec.lua:606: Expected objects to be the same.
Passed in:
(table: 0x1be77c80) {
[1] = 'notification'
[2] = 'wait'
*[3] = {
*[1] = 3 } }
Expected:
(table: 0x1be77d10) {
[1] = 'notification'
[2] = 'wait'
*[3] = {
*[1] = 4 } }
stack traceback:
test/functional/core/job_spec.lua:606: in function <test/functional/core/job_spec.lua:583
Change the test to check if all jobs are starting, not only exiting.
Diffstat (limited to 'test/functional/eval/api_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions