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

Transient failure: TimeoutException in WorksheetTest.runExpression #22554

Open
mbovel opened this issue Feb 7, 2025 · 1 comment
Open

Transient failure: TimeoutException in WorksheetTest.runExpression #22554

mbovel opened this issue Feb 7, 2025 · 1 comment
Labels
area:ci Issues tied with CI/CD workflows area:testing itype:bug

Comments

@mbovel
Copy link
Member

mbovel commented Feb 7, 2025

In test_windows_fast, step Test, when running tests for #22553:

Error:  Test dotty.tools.languageserver.WorksheetTest.runExpression failed: java.util.concurrent.TimeoutException: null, took 60.363 sec
Error:      at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
Error:      at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
Error:      at dotty.tools.languageserver.util.actions.WorksheetRun.execute(WorksheetRun.scala:13)
Error:      at dotty.tools.languageserver.util.actions.WorksheetRun.execute$$anonfun$2(WorksheetRun.scala:12)
Error:      at scala.runtime.function.JProcedure3.apply(JProcedure3.java:15)
Error:      at scala.runtime.function.JProcedure3.apply(JProcedure3.java:10)
Error:      at dotty.tools.languageserver.util.CodeTester.doAction(CodeTester.scala:280)
Error:      at dotty.tools.languageserver.util.CodeTester.run(CodeTester.scala:226)
Error:      at dotty.tools.languageserver.WorksheetTest.runExpression(WorksheetTest.scala:18)
Error:      ...

Passed the second time.

@mbovel mbovel added area:ci Issues tied with CI/CD workflows area:testing itype:bug labels Feb 7, 2025
@tgodzik
Copy link
Contributor

tgodzik commented Feb 9, 2025

That worksheet is not really used currently, so we could remove it. OR at least disable the tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Issues tied with CI/CD workflows area:testing itype:bug
Projects
None yet
Development

No branches or pull requests

2 participants