• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xapi-project / xen-api / 20916506762
80%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2026 10:47AM UTC
Jobs 1
Files 34
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Jan 2026 10:38AM UTC coverage: 80.459%. Remained the same
20916506762

push

github

web-flow
Merge Feature/limit vnc console sessions to master (#6820)

Merge feature VNC console session limitation
This feature adds two new pool-level controls for VNC console
connections.

1. Connection Limiting
New field: pool.limit_console_sessions (boolean, default: false)
When enabled, only one user can connect to each VM/host console at a
time. Additional connection attempts are rejected with an error message
showing who is currently connected.

How it works:
- Tracks active connections per VM/host using unique connection IDs
- Rejects new connections when limit is enabled and one exists
- Automatically cleans up on disconnect
- WebSocket connections are blocked when limiting is enabled

2. Idle Timeout
New field: pool.vm_console_idle_timeout (seconds, default: 0 = no
timeout)
Automatically disconnects idle console sessions after the specified
time. Separate host.console_idle_timeout field exists for control domain
consoles.

How it works:
- Monitors keyboard and mouse activity via RFB protocol parsing
- Resets timer on user input (KeyEvent, PointerEvent)
- Disconnects when idle timeout exceeded
- Default value of 0 preserves existing behavior (no timeout)

3504 of 4355 relevant lines covered (80.46%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python3.11 - 20916506762.1 12 Jan 2026 10:46AM UTC 34
80.46
GitHub Action Run
Source Files on build 20916506762
  • Tree
  • List 34
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20916506762
  • a6aa3635 on github
  • Prev Build on master (#20907562874)
  • Next Build on master (#20924222099)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc