Skip to content

Instantly share code, notes, and snippets.

@Aster89
Created June 10, 2026 09:56
Show Gist options
  • Select an option

  • Save Aster89/1f0a363a94eaab9447ab6ba1fb1b1f7f to your computer and use it in GitHub Desktop.

Select an option

Save Aster89/1f0a363a94eaab9447ab6ba1fb1b1f7f to your computer and use it in GitHub Desktop.
timeout quadruples
cabal run hls-case-split-plugin-tests -- --lsp-timeout 5
case split
code actions
Produces addMinimalMethodPlaceholders code actions for one instance: >> 1
>>
>> SomeStructuredMessage
>> 1
>>
>> SomeStructuredMessage
Produces addMinimalMethodPlaceholders code actions for one instance: FAIL
Exception: lsp-test-0.18.0.0-fe420c72b74d2a942fcc24ace8d4b8e2f327c48cd5e4a656d8a8ae08af08261a:Language.LSP.Test.Exceptions.SessionException:
Timed out waiting to receive a message from the server.
HasCallStack backtrace:
collectExceptionAnnotation, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:170:37 in ghc-internal:GHC.Internal.Exception
toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:90:42 in ghc-internal:GHC.Internal.Exception
throw, called at src/Language/LSP/Test/Session.hs:251:61 in lsp-test-0.18.0.0-fe420c72b74d2a942fcc24ace8d4b8e2f327c48cd5e4a656d8a8ae08af08261a:Language.LSP.Test.Session
Use -p '/Produces addMinimalMethodPlaceholders code actions for one instance/' to rerun this test only.
Creates a placeholder for all missing patterns: FAIL (10.24s)
Timed out waiting to receive a message from the server.
Use -p '/Creates a placeholder for all missing patterns/' to rerun this test only.
2 out of 2 tests failed (20.45s)
🍉[🍁1] 🔥enrico🐌greywarden🍂 📂:haskell-language-server 🪾 master🐚 cabal run hls-case-split-plugin-tests -- --lsp-timeout 7
case split
code actions
Produces addMinimalMethodPlaceholders code actions for one instance: >> 1
>>
>> SomeStructuredMessage
>> 1
>>
>> SomeStructuredMessage
Produces addMinimalMethodPlaceholders code actions for one instance: FAIL
Exception: lsp-test-0.18.0.0-fe420c72b74d2a942fcc24ace8d4b8e2f327c48cd5e4a656d8a8ae08af08261a:Language.LSP.Test.Exceptions.SessionException:
Timed out waiting to receive a message from the server.
HasCallStack backtrace:
collectExceptionAnnotation, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:170:37 in ghc-internal:GHC.Internal.Exception
toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:90:42 in ghc-internal:GHC.Internal.Exception
throw, called at src/Language/LSP/Test/Session.hs:251:61 in lsp-test-0.18.0.0-fe420c72b74d2a942fcc24ace8d4b8e2f327c48cd5e4a656d8a8ae08af08261a:Language.LSP.Test.Session
Use -p '/Produces addMinimalMethodPlaceholders code actions for one instance/' to rerun this test only.
Creates a placeholder for all missing patterns: FAIL (14.25s)
Timed out waiting to receive a message from the server.
Use -p '/Creates a placeholder for all missing patterns/' to rerun this test only.
2 out of 2 tests failed (28.45s)
🌊[🍁1] 🔥enrico🐌greywarden🍂 📂:haskell-language-server 🪾 master🐚 cabal run hls-case-split-plugin-tests -- --lsp-timeout 3
case split
code actions
Produces addMinimalMethodPlaceholders code actions for one instance: >> 1
>>
>> SomeStructuredMessage
>> 1
>>
>> SomeStructuredMessage
Produces addMinimalMethodPlaceholders code actions for one instance: FAIL
Exception: lsp-test-0.18.0.0-fe420c72b74d2a942fcc24ace8d4b8e2f327c48cd5e4a656d8a8ae08af08261a:Language.LSP.Test.Exceptions.SessionException:
Timed out waiting to receive a message from the server.
HasCallStack backtrace:
collectExceptionAnnotation, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:170:37 in ghc-internal:GHC.Internal.Exception
toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:90:42 in ghc-internal:GHC.Internal.Exception
throw, called at src/Language/LSP/Test/Session.hs:251:61 in lsp-test-0.18.0.0-fe420c72b74d2a942fcc24ace8d4b8e2f327c48cd5e4a656d8a8ae08af08261a:Language.LSP.Test.Session
Use -p '/Produces addMinimalMethodPlaceholders code actions for one instance/' to rerun this test only.
Creates a placeholder for all missing patterns: FAIL (6.23s)
Timed out waiting to receive a message from the server.
Use -p '/Creates a placeholder for all missing patterns/' to rerun this test only.
2 out of 2 tests failed (12.43s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment