sbt/server-test/src/test/scala/testpkg
bitloi c832fad7b5
[2.x] feat: Notify sbtn client when command is queued (#8568)
Fixes #8356

**Problem**

When `sbtn` sends a command while another long-running task (like `console`) is already executing, the client silently blocks with no indication that the command is waiting in a queue.

**Solution**

When a new command arrives via the network channel and another command is currently running, the server now sends an `ExecStatusEvent` notification with status `"Queued"` to the client. The client displays a message like:

```
[info] waiting for: console
```
2026-01-16 16:17:00 -05:00
..
BuildServerTest.scala Fix BuildServerTest (#8475) 2026-01-11 07:20:10 -05:00
ClientTest.scala Implement client-side run 2025-03-09 15:00:24 -04:00
EventsTest.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
HandshakeTest.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
QueuedNotificationTest.scala [2.x] feat: Notify sbtn client when command is queued (#8568) 2026-01-16 16:17:00 -05:00
ResponseTest.scala Merge branch '1.12.x' into wip/merge-1.12.x 2026-01-05 00:08:21 -05:00
ServerCompletionsTest.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
TestServer.scala Merge branch '1.10.x' into wip/merge-1.10.x 2025-03-08 19:05:30 -05:00