mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-26 09:35:52 +00:00
- Fix hanging TestNewStdinWatcher by not calling Stop() without Start() - Fix TestSession_Signal and TestSession_KillWithSignal by adding PID values - Fix isProcessRunning to use syscall.Signal(0) instead of os.Signal(nil) - Update websocket test to expect new 'Unknown WebSocket endpoint' error message - Add timeout handling to websocket integration test |
||
|---|---|---|
| .. | ||
| control.go | ||
| errors.go | ||
| errors_test.go | ||
| integration_test.go | ||
| manager.go | ||
| process.go | ||
| process_test.go | ||
| pty.go | ||
| select.go | ||
| select_darwin.go | ||
| select_linux.go | ||
| session.go | ||
| session_test.go | ||
| stdin_watcher.go | ||
| stdin_watcher_test.go | ||
| terminal.go | ||
| terminal_simple_test.go | ||
| util.go | ||