markdown-lint icon indicating copy to clipboard operation
markdown-lint copied to clipboard

Introduce Jimfs to host files during testing

Open davidburstromspotify opened this issue 4 years ago • 4 comments

This proves that the processor is independent of the default filesystem.

davidburstromspotify avatar Dec 20 '20 16:12 davidburstromspotify

@mattmook Hi Matt! Let me know if you'd like me to address anything.

davidburstromspotify avatar Dec 20 '20 16:12 davidburstromspotify

@mattmook The Windows issue seems to happen even on current main:HEAD, independently of my PR.

davidburstromspotify avatar Dec 20 '20 16:12 davidburstromspotify

After some debugging it looks as it's the JaCoCo agent that gets applied through MarkdownLintPluginTest that keeps a process alive a little too long, since this is timing related. Removing it makes the tests pass 100%. I'd suggest it is not enabled on Windows builds.

davidburstromspotify avatar Dec 20 '20 22:12 davidburstromspotify

Hi @mattmook! Do you think this could be merged?

davidburstromspotify avatar Apr 25 '21 11:04 davidburstromspotify