Ralph Lange
Ralph Lange
The % redirection parameter often breaks the layering, as record names are required within the protocol file. Redirection targets can be set through protocol parameters, but - especially for protocols...
_Reported by Lana Abadie (ITER):_ Investigating long reconnect times through a CA Gateway, profiling found that the Gateway spends a lot of time inside `GPHENTRY * epicsStdCall gphFindParse(gphPvt *pgphPvt, const...
Original LaunchPad Bug #1279147 reported by Murali Shankar on 2014-02-12: At LCLS, the archiver appliances connect to the IOC's thru a CA gateway. The gateway crashes once in a while....
If the pvlist file (maybe other config files) does not end with a newline (\n) character, the last line is not parsed and its content is ignored.
The tests could work as compatibility tests (run from a separate Jenkins job) if they allowed running IOC, Gateway and client from different versions of Base. Using statically linked binaries...
Original LaunchPad [Bug #1404308](https://bugs.launchpad.net/epics-gateway/+bug/1404308) reported by Ralph Lange on 2014-12-19: To further optimize the pattern matching process, the configuration should allow to create hierarchies of general and specialized patterns instead...
Original LaunchPad Bug [#1404307](https://bugs.launchpad.net/epics-gateway/+bug/1404307) reported by Ralph Lange on 2014-12-19: The Gateway checks a new pvname against the regexps twice: Once in pvExistTest() and then again in createPV(). Maybe there...
ASYN implements an internal FIFO queue between the driver and the device support to help the IOC database cope with bursts of values coming in. The default size is 10...
**Description** In local builds on a VM, some tests fail consistently: ``` testsock.t ..... not ok 5 - Recv'd -1(11) [0, 0, 0, 0] not ok 6 - src ()...
ITER related users have reported some unexpected behavior for an IOC with connections to multiple S7 PLCs. The end2end test suite covers disconnect/reconnect scenarios against a single server, but not...