- Feb 04, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
this was violating thread safety of accessors, since the mainLoopWrapper() was reading initial values at the same time as the test thread was reading the same accessors.
-
- Feb 03, 2020
-
-
Martin Killenberg authored
solved a race condition in testTrigger. Initial value was not considered. Still race conditions remaining.
-
- Jan 29, 2020
- Jan 27, 2020
-
-
Martin Killenberg authored
activated tests for exception flag propagation with direct connection Device->ApplicationModule (part of #102)
-
vargheseg authored
All variables from the cs to device have been initialized with a non zero default before the test starts.
-
- Jan 24, 2020
-
-
Martin Killenberg authored
-
Christoph Kampmeyer authored
- Basic structure of test application - Added modules - Refactoring of StatusMonitor to provide a non-templated base class - Needs follow-up, for status see issue #14 and the linked follow-up ticket
-
- Jan 23, 2020
-
-
vargheseg authored
- testInvalidTrigger - testDeviceReadFailure - testreadDeviceWithTrigger - testConsumingFanout - testDataFlowOnDeviceException
-
vargheseg authored
- device1 -> device1DummyBackend. - device2 -> device2DummyBackend.
-
vargheseg authored
-
vargheseg authored
-
vargheseg authored
-
vargheseg authored
-
vargheseg authored
-
vargheseg authored
-
vargheseg authored
Test application structure: CS +---> threaded fanout +------------------+ + v +--------+ +Device1+ | | | v +--+ | CS <---------+ Module1 <-------+ v | | ^ +Consuming | | +---------+ fanout | +----+ + + | v Device2 | | CS <---------+ Module2 | | | | CS <-------------------------------+ | | | CS <---------+ Trigger <----------------------+ ^ | + CS
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Jan 22, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Killenberg authored
They return as soon as the condition is fulfilled, so there is no harm in having long timeouts in case the tests are successful. The only drawback is that it takes longer in case of errors.
-
- Jan 21, 2020
-
-
Martin Killenberg authored
-
Jan H. K. Timm authored
-
Jan H. K. Timm authored
add bool thereHaveBeenExceptions write test for taht testExceptionsDummyDevice.cc
-
Martin Christoph Hierholzer authored
wip #47: add test for direct connections from ConfigReader to a device. The test is currently failing.
-
Jan H. K. Timm authored
writeAfterOpen writes constants to devices remove writeAfterOpen in recovery loop that should be in writeRecoveryOpen extend testProcessVariableRecovery for constants
-
Martin Christoph Hierholzer authored
-
- Jan 20, 2020
-
-
Martin Killenberg authored
-
Christoph Kampmeyer authored
- Handle illegal writes to read-only accessors in doPreWrite(). Otherwise, attempting to write to the recovery accessor would result in a nullpointer access. - Related test case.
-
Martin Christoph Hierholzer authored
test was broken by its design, which became now evident with the proper initial value propagation
-
Martin Christoph Hierholzer authored
-
Nadeem Shehzad authored
-
Nadeem Shehzad authored
-