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>
Fri, 22 Apr 2016 22:03:45 +0000 (18:03 -0400)
commit1866f792434e01ea165e99284878a8de9421a529
treedf1a356fcd3d5d24510bd4a4406cbadf1dd87206
parent37ea109aded53fd7a07b858a82f8c8c80c03a8a1
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.024703 seconds and 4 git commands to generate.