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

labrad / pylabrad / 838 / 1
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 21 Jul 2017 04:41PM UTC
Files 61
Run time 2s
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

21 Jul 2017 04:36PM UTC coverage: 60.188% (-0.2%) from 60.394%
SCALABRAD_VERSION=0.8.0

push

travis-ci

web-flow
Clean up ServerProcess implementation (#341)

Changes the way ServerProcess works so that an individual ServerProcess instance cannot be restarted. If we want to restart a server we stop the existing instance and then create and start a new instance. This means that the new instance will pick up newer configuration if the node configs have been refreshed. This also makes it much more straightforward to manage the lifecycle of ServerProcess instances, because once one stops it will never start again, so it can be removed from the node's instances dict and won't be re-added.

This change also lets us clean up the internals of the ServerProcess implementation, in particular the way it communicates with the subprocess, which should make things much more stable. We move the code to listen for labrad server connect instances into ServerProcess itself, so that the node does not have to keep track of instances to notify in the hacky `instances_to_notify` set, and in addition the ServerProcess can listen for messages only during the time when it cares about messages, namely while attempting to startup.

Fixes #303 
Review: @zchen088

4298 of 7141 relevant lines covered (60.19%)

0.6 hits per line

Source Files on job 838.1 (SCALABRAD_VERSION=0.8.0)
  • Tree
  • List 0
  • Changed 25
  • Source Changed 2
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 838
  • Travis Job 838.1
  • 3345f997 on github
  • Prev Job for SCALABRAD_VERSION=0.8.0 on master (#819.6)
  • Next Job for SCALABRAD_VERSION=0.8.0 on master (#844.6)
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