Dan Allan
Dan Allan
A tracking issue for any problems we encounter while running the caproto servers against the regression tester in epics-base, `acctst`.
If so, how does that work?
There's interesting potential for performance gains here.
This could display the number of (and addresses of?) connected clients, the number of active channels and subscriptions, etc. One concern is that opening a signal handler would probably make...
From `test_many_connections_same_ioc[INFO-threading-connections:{}-500]`: ``` Exception in thread retry: Traceback (most recent call last): File "/Users/dallan/miniconda3/envs/dd/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/Users/dallan/miniconda3/envs/dd/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/Users/dallan/Documents/Repos/caproto/caproto/threading/client.py", line...
We made some progress on the threading client test reliability in https://github.com/NSLS-II/caproto/pull/346 (mostly fixes to the tests themselves, which weren't using the barriers quite right). But in the end we...
Closes #420 Superceded #421
This is an old idea, but I don't think we have an issue for it. I hope to get around to it myself someday, but if someone else feel inspired,...
Our Travis-CI cron is failing because ophyd is pickier about array shape now https://travis-ci.org/github/caproto/caproto/jobs/664884716 ``` -------------------------------------- Running caproto.ioc_examples.areadetector_image with coverage /home/travis/build/caproto/caproto Arguments: ['/home/travis/build/caproto/caproto/caproto/tests/example_runner.py', '--prefix', '785f08b0:', '--async-lib', 'curio', '-vvv'] Connected to...