- Mar 05, 2020
-
-
Martin Christoph Hierholzer authored
-
- Mar 04, 2020
-
-
Martin Christoph Hierholzer authored
-
- Feb 27, 2020
-
-
Zenker, Dr. Klaus (FWKE) - 126506 authored
This is not correlated to the new feature implemented in this branch. It was needed to compile this version.
-
vargheseg authored
Fix changes broken by renaming to ExceptionDummyBackend in DeviceAccess.
-
- Feb 26, 2020
-
-
vargheseg authored
-
- Feb 04, 2020
-
-
Martin Christoph Hierholzer authored
need to wait until all mainLoops() are entered, so the initial value propagation is done. Otherwise during initial value propagation values could be read from hardware which might already trigger the exception state.
-
Martin Christoph Hierholzer authored
one initial value was not properly waited for, and one inherent race condition is now basically ignored (with comment)
-
Martin Christoph Hierholzer authored
-
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.
-