summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/flushengine
Commit message (Collapse)AuthorAgeFilesLines
* ignore filesHaavard2016-06-231-0/+1
|
* If flush tasks for two flush targets for the same flush handlerTor Egge2016-06-181-15/+101
| | | | | | | | completes at the same time then flush engine might call flushDone only once to handle transaction log pruning for handler. Adjust SimpleHandler class in unit test to better detect when flushing has completed.
* Stabilize flush engine unit test.Tor Egge2016-06-171-4/+10
| | | | | Flush done histories can have multiple legal values when flush engine can perform more than one flush operation at a time.
* Fixup flushengine prune strategy (tls pruning).Tor Egge2016-06-162-11/+31
| | | | | | | Stop calculating how much can be pruned in tls before starting a flush task. The state can be different after flush has been completed due to other flush targets for same flush handler triggering tasks that are run at the same time.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-162-2/+2
|
* PublishJon Bratseth2016-06-159-0/+933