Skip to content

Commit

Permalink
Replace the uneven-streams trace
Browse files Browse the repository at this point in the history
The previous trace did have streams of different ranges, but all the
actual events were part of the intersection of all streams, so it was
not very useful for testing it event-wise.

Replace it with another trace that has a very different event count
between all streams and the intersection range (for reference, this
trace was taken by hot-plugging a CPU while tracing).

Version 1.7.1
("breaking" change, but nothing committed depended on the previous trace
so it should be safe to just do a minor bump).

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
  • Loading branch information
Alexandre Montplaisir committed Jul 7, 2017
1 parent b95a97e commit 760be48
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,13 @@ public enum CtfTestTrace {
* stream intersection operations.
*
* <pre>
* Trace Size: 364 KB
* Tracer: lttng-kernel 2.9.0
* Event count: 22
* Trace length: ~16 s
* Trace Size: 19 MB
* Tracer: lttng-kernel 2.10.0
* Event count: 534619
* Trace length: ~6 s
* </pre>
*/
UNEVEN_STREAMS("/uneven-streams", 22, 16);
UNEVEN_STREAMS("/uneven-streams", 534619, 16);


private final String fTraceName;
Expand Down
Binary file modified ctf/src/main/resources/uneven-streams/channel0_0
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/channel0_1
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/channel0_2
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/channel0_3
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/index/channel0_0.idx
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/index/channel0_1.idx
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/index/channel0_2.idx
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/index/channel0_3.idx
Binary file not shown.
Binary file modified ctf/src/main/resources/uneven-streams/metadata
Binary file not shown.

0 comments on commit 760be48

Please sign in to comment.