Skip to content

Scripted pause command timed out #6671

@kxbmap

Description

@kxbmap

steps

scripted test file:

> doSomething
$ pause

Then run scripted test.

problem

[info] [success] Total time: 9 s, completed 2021/09/24 9:53:36
Pausing in ...\sbt_e5996dbf
Press enter to continue. [error] x group/name
sbt.internal.scripted.TestException: {line 4}  Command timed out
  | => cat sbt.scriptedtest.BatchScriptRunner.processStatement(BatchScriptRunner.scala:72)
...
Caused by: java.util.concurrent.TimeoutException
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:204)
        at sbt.scriptedtest.BatchScriptRunner.processStatement(BatchScriptRunner.scala:55)
...

The test directory deletes while investigating.

expectation

pause command should not timeout.

notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions