TenKeyAngle / dataturbine

Automatically exported from code.google.com/p/dataturbine
1 stars 0 forks source link

data lost from ring buffer when using "append" archive mode. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

There are two test cases appended.
test1 shows how data is lost from the buffer when using the "append" mode.
test2 shows that the results expected from test1 can be produced by using
"load" mode instead.

What is the expected output? What do you see instead?

We expect to see data lost from the DT buffer only once the Flush call has
been made for the frame count used in SetRingBuffer().
After running DT for some time data is lost from the buffer even though the
number of frames available has not been hit.

What version of the product are you using? On what operating system?
V3.2B2

Please provide any additional information below.

Original issue reported on code.google.com by steve.ca...@gmail.com on 19 Jun 2009 at 3:18

Attachments: