Skip to content

Conversation

justinmk
Copy link
Member

@justinmk justinmk commented Dec 6, 2023

Followup to 27501d3.

Problem:
CI sometimes fails. Something is triggering an extra fsync().

FAILED   test/functional/core/fileio_spec.lua @ 52: fileio fsync() with 'nofsync' #8304
test/functional/core/fileio_spec.lua:100: Expected objects to be the same.
Passed in:
(number) 5
Expected:
(number) 4

Solution:
Relax the assertion.

Followup to 27501d3.

Problem:
CI sometimes fails. Something is triggering an extra fsync().

    FAILED   test/functional/core/fileio_spec.lua @ 52: fileio fsync() with 'nofsync' neovim#8304
    test/functional/core/fileio_spec.lua:100: Expected objects to be the same.
    Passed in:
    (number) 5
    Expected:
    (number) 4

Solution:
Relax the assertion.
@justinmk justinmk merged commit ca7f878 into neovim:master Dec 6, 2023
@justinmk justinmk deleted the fixtest branch December 6, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant