summaryrefslogtreecommitdiffstats
path: root/tests/daqueue-persist-drvr.sh
Commit message (Collapse)AuthorAgeFilesLines
* bugfix (testbench): left-over from manual test removedRainer Gerhards2009-10-211-7/+0
|
* bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-4/+4
| | | | | | however, this had no negative effect, as the message processing state was not evaluated when a batch was deleted, and that was the only case where the state could be wrong.
* new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-141-3/+6
| | | | | | | | | | simplified and thus speeded up the queue engine, also fixed some potential race conditions (in very unusual shutdown conditions) along the way. The threading model has seriously changes, so there may be some regressions. NOTE: the code passed basic tests, but there is still more work and testing to be done. This commit should be treated with care.
* added some debug settings plus improved shutdown sequenceRainer Gerhards2009-10-131-0/+6
| | | | ... non-working version!
* bugfix and testbench improvementsRainer Gerhards2009-10-071-0/+1
| | | | | | | | - bugfix: solved potential (temporary) stall of messages when the queue was almost empty and few new data added (caused testbench to sometimes hang!) - fixed some race condition in testbench - added more elaborate diagnostics to parts of the testbench - solved a potential race inside the queue engine
* some more fixes for queue engineRainer Gerhards2009-05-281-1/+0
| | | | The enhanced testbench now runs without failures, again
* interim commit: working on failure casesRainer Gerhards2009-05-271-0/+3
| | | | slightly improved situation, would like to save it before carrying on
* adapted testbench to new capabilitiesRainer Gerhards2009-05-271-0/+28
... and now make check fails again, we have obviously found some new bugs thanks to the additional cases