Tests: unit testing for backward compatibility of group-output-by-session
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 19 Sep 2019 21:26:06 +0000 (17:26 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 8 Nov 2019 22:55:06 +0000 (17:55 -0500)
commit73e9abbe73eebb1cff3ef1267394f919306e5927
tree4eece7fc33a75f45282450f8e7934178b1874952
parent2a635488acf0c56ffb9b66c57f6bf97a95c53be6
Tests: unit testing for backward compatibility of group-output-by-session

These unit tests aim to reproduce the stream path received by
lttng-relayd when dealing with a producer using a protocol version < 2.11.

We then pass them through the transform function for
--group-output-by-session used when producer are using protocol version
greater or equal to 2.4 and small than 2.11.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore
tests/unit/Makefile.am
tests/unit/test_relayd_backward_compat_group_by_session.c [new file with mode: 0644]
This page took 0.026789 seconds and 5 git commands to generate.