This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, jerlbeck/wip/stats has been updated
discards 23947ee21e5ba0e40d97776b3fc67f8aea59793a (commit)
via d125133de82d7daf079e8890bccfd647c67e4d08 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (23947ee21e5ba0e40d97776b3fc67f8aea59793a)
\
N -- N -- N (d125133de82d7daf079e8890bccfd647c67e4d08)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=d125133de82d7daf079e8890bccf…
commit d125133de82d7daf079e8890bccfd647c67e4d08
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Nov 9 17:25:27 2015 +0100
stats/test: Add test for reporting
This tests uses a dedicated test reported to check several aspects of
the value reporting.
- addition/removal of stats reporter
- addition/removal of counters/items
- setting of max_class
- initial value flush
- updating single counters/items
- reporter retrieval
- enable/disable
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
tests/stats/stats_test.c | 30 ++++++++++++++++++++++++++++--
tests/stats/stats_test.ok | 20 ++++++++++++++++++++
2 files changed, 48 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications