v0.9.0 user and session management improvement, xterm.js addons
This commit is contained in:
@ -11,8 +11,9 @@ This directory contains comprehensive test suites for the Chess API server, cove
|
||||
- Compiled `chessd` binary in accessible path
|
||||
|
||||
## Running the test server
|
||||
From repo root
|
||||
```bash
|
||||
./run-test-server.sh
|
||||
test/run-test-server.sh
|
||||
```
|
||||
|
||||
Pass binary path as first argument of the script if it's not placed in current directory `./chessd`.
|
||||
@ -143,4 +144,4 @@ test/test-longpoll.sh
|
||||
2. **Multiple Waiters**: 3 clients wait, all receive notification
|
||||
3. **Timeout**: Verify 25-second timeout with valid response
|
||||
4. **Skip Wait**: Immediate return when moveCount outdated
|
||||
5. **Disconnection**: Proper cleanup on client disconnect
|
||||
5. **Disconnection**: Proper cleanup on client disconnect
|
||||
|
||||
Reference in New Issue
Block a user