Test the stream intersection feature
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 21 Sep 2015 15:23:05 +0000 (11:23 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 4 Apr 2016 20:59:14 +0000 (16:59 -0400)
commite8b45bc81457a419751d97046da7902bff32ac29
treec48d82a9356d869fe3949a803f19740fab53ccfa
parent7da9b2f355093d2bd1a91e9779adb87f783f872a
Test the stream intersection feature

5 traces are provided:
- 3 packets intersecting between two streams slightly offsetted
- Same trace with 3 packets intersecting but with swapped trace file names
- No intersection between packets
- Only one stream
- No streams at all

These traces were generated with the CTF writer API from the master
branch, the binary traces will be replaced by the test program when the
feature arrives in master.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
14 files changed:
tests/bin/test_intersection [new file with mode: 0755]
tests/ctf-traces/intersection/3eventsintersect/metadata [new file with mode: 0644]
tests/ctf-traces/intersection/3eventsintersect/test_stream_0 [new file with mode: 0644]
tests/ctf-traces/intersection/3eventsintersect/test_stream_1 [new file with mode: 0644]
tests/ctf-traces/intersection/3eventsintersectreverse/metadata [new file with mode: 0644]
tests/ctf-traces/intersection/3eventsintersectreverse/test_stream_0 [new file with mode: 0644]
tests/ctf-traces/intersection/3eventsintersectreverse/test_stream_1 [new file with mode: 0644]
tests/ctf-traces/intersection/nointersect/metadata [new file with mode: 0644]
tests/ctf-traces/intersection/nointersect/test_stream_0 [new file with mode: 0644]
tests/ctf-traces/intersection/nointersect/test_stream_1 [new file with mode: 0644]
tests/ctf-traces/intersection/nostream/metadata [new file with mode: 0644]
tests/ctf-traces/intersection/onestream/metadata [new file with mode: 0644]
tests/ctf-traces/intersection/onestream/test_stream_0 [new file with mode: 0644]
tests/tests
This page took 0.025439 seconds and 4 git commands to generate.