openbsc.git branch master updated. 0.15.0-699-gacc6e8323

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Feb 28 18:27:04 UTC 2017


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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  acc6e8323afad3cf7a2661b5c020f81d1dd9b0aa (commit)
      from  534034580c8ed6e0c03dcb488f20f2c526e9848b (commit)

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/openbsc/commit/?id=acc6e8323afad3cf7a2661b5c020f81d1dd9b0aa

commit acc6e8323afad3cf7a2661b5c020f81d1dd9b0aa
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Feb 27 02:01:37 2017 +0100

    ctrl_test_runner: speed up more than 10 fold by sleeping less
    
    Similar to a recent patch in osmo-python-tests for VTY based tests, but this is
    for the Ctrl tests.
    
    The TestCtrlBase tests gave a constant sleep(2) grace period for the process to
    startup. This causes tests to take minutes for no reason at all.
    
    Add code to TestCtrlBase to try and connect right away, retrying up to three
    seconds in .1 second intervals. This flies through most tests without any
    sleep() at all.
    
    Change-Id: I06569767153838bd9cd3edac001df5f6c567874c

-----------------------------------------------------------------------

Summary of changes:
 openbsc/tests/ctrl_test_runner.py | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list