- Mar 02, 2020
-
-
Christoph Kampmeyer authored
This partly reverts the last commit as would trigger writeAll from typedMtypedMakeConnections and causes errors.
-
- Feb 28, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
- Rewrite on exception counter change - getDataValidity respects exception and dataFault counters
-
- Feb 27, 2020
-
-
Christoph Kampmeyer authored
- EntityOwner has individual counters for both events - Adapted all instances of increment/decrementDataFaultCounter - Not changed getDataValidity() implementation yet - Tests failing
-
Christoph Kampmeyer authored
Test propagation of data validity and exception in the same cycle
-
Christoph Kampmeyer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 26, 2020
-
-
Nadeem Shehzad authored
-
vargheseg authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- Feb 09, 2020
-
-
Automated MSK Jenkins User authored
-
- Feb 05, 2020
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
The default value was properly propagated but not visible to the test until a value was sent through the return channel.
-
Martin Christoph Hierholzer authored
This can be overridden by a newly introduced boolean argument. Including the return channel was causing problems e.g. when propagating the DataValidity flag.
- Feb 04, 2020
-
-
Martin Christoph Hierholzer authored
-
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
-
Martin Killenberg authored
solved a race condition in testTrigger. Initial value was not considered. Still race conditions remaining.
-
- Jan 31, 2020
-
-
Jens Georg authored
-
Automated MSK Jenkins User authored
-
- Jan 29, 2020
-
-
vargheseg authored
Changes should address timing related failures in the tests.
-
vargheseg authored
Fixture teardown functions now ensure the device dummybackends do no throw on read or write.
-
Martin Killenberg authored
- Exception handling decorator does not allow to leave testable mode before devices are up - Test facility makes sure that testable mode counter is zero at the end of startApplication()
-
- Jan 28, 2020
-
-
Automated MSK Jenkins User authored
-