Tests: ns_contexts: discarded events result in test failure
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Sep 2020 21:24:50 +0000 (17:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Sep 2020 21:24:50 +0000 (17:24 -0400)
commit3a4595c2469472dee1656cde5f8882c2123efd3c
tree3f33dd1442ac281b4667a8ac055dcb2ea92ce3f5
parent9120e619240c698c899a9baea203a52c4bdfd565
Tests: ns_contexts: discarded events result in test failure

A follow-up change makes all events emited by gen-ust-events
a bit larger, which causes them to no longer fit in the default
channel configuration's buffers.

This causes the test to fail occasionnaly when the consumer daemon
fails to consume the packets fast enough to leave room in the
buffers for new events.

The test doesn't need to produce 10,000 events; reducing to
1,000 produced events makes no material difference and works
around the problem.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ie87583bb9bb9cdd813f80443231a65164ef67df1
tests/regression/ust/namespaces/test_ns_contexts
This page took 0.025945 seconds and 5 git commands to generate.