Actions
Task #7732
closedoracle: record queue based comparison approach
Start date:
11/17/2016
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Published in build:
0.1.1-beta-170425
Description
Every trace is transformed into a queue of records.
When a next record of some trace is received by oracle, it checks whether such a record is already in queues that are associated with other traces. If the equal record is found, it is removed (in such case the record is not added to the target trace's queue). If there are no same records, the record is pushed to the queue of the associated trace.
This approach does not take records order into account at all.
When finished (all the traces are empty), the oracle says "OK" if all the queues are empty. Otherwise it shows queues data.
Updated by Sergey Smolov about 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Detected in build changed from svn to master
Done in 747d08e7
Updated by Sergey Smolov over 7 years ago
- Status changed from Resolved to Closed
- Published in build set to 0.1.1-beta-170425
Actions