From: Jérémie Galarneau Date: Thu, 30 Jul 2020 03:13:16 +0000 (-0400) Subject: Tests: rework tracefile_count test to meet the tracefile count limit X-Git-Tag: v2.13.0-rc1~553 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=1f3d1fcc56f93f12f6ea7eb8ed4637ed1c5fb03b;hp=1f3d1fcc56f93f12f6ea7eb8ed4637ed1c5fb03b Tests: rework tracefile_count test to meet the tracefile count limit The original test simply fires a test application and checks that file count limits are not exceeded. The test is reworked to produce events until the total stream size stabilizes. Then the number of files is checked against the expected limit. Some shellcheck warnings are fixed as part of this change. Signed-off-by: Jérémie Galarneau Change-Id: Id9ca3e16c05898c4009b4fb8fcf7882fdcb9dcf1 ---