test_try_again_many_times(): use three times `None`'s ref count
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 4 Aug 2019 14:07:18 +0000 (10:07 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 5 Aug 2019 19:10:13 +0000 (15:10 -0400)
commit8e97c3332d66c85786f42f3189e3022a518ed20b
tree98db39c99f2c141c07db0cb2d19fcf567133a3e6
parent6c373cc905e907ecbad698fee38db1d47a981b14
test_try_again_many_times(): use three times `None`'s ref count

100,000 iterations was arbitrary anyway, so let's just depend on the
initial reference count of `None` and iterate three times that since
this is the object we want to avoid destroy.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I3d587c730b4587d5381d07541d0d86ccff344858
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1822
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
tests/bindings/python/bt2/test_message_iterator.py
This page took 0.024117 seconds and 4 git commands to generate.