This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-386-g2f41f39


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 "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  2f41f39496d9f9f82947eeebd169a8aa9db8245a (commit)
      from  1d12a9b21c8cbfc995ec3a84e09e613375a1bc5c (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 -----------------------------------------------------------------
commit 2f41f39496d9f9f82947eeebd169a8aa9db8245a
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sat Sep 19 19:14:33 2009 +0200

    Use less idle time in testsuite.
    
    A lot of tests wait, sleep or use a timer for multiple seconds when that
    is not necessary. Reduce the time waited so save test time.
    
    * testsuite/systemtap.base/backtrace.stp: Exit after 100ms.
    * testsuite/systemtap.base/badkprobe.exp: Likewise.
    * testsuite/systemtap.base/global_end.stp: Likewise.
    * testsuite/systemtap.base/itrace.exp: Wait 1 sec instead of 5 for each test.
    * testsuite/systemtap.base/maxactive.exp: Likewise.
    * testsuite/systemtap.base/onoffprobe.exp: Match and use modname, so
      build script can be cached.
    * testsuite/systemtap.base/onoffprobe.stp: Wait miliseconds instead of
      seconds in each alias. Output module_name.
    * testsuite/systemtap.base/poll_map.stp: Start after 100ms.

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

Summary of changes:
 testsuite/systemtap.base/backtrace.stp  |    2 +-
 testsuite/systemtap.base/badkprobe.exp  |    2 +-
 testsuite/systemtap.base/global_end.stp |    2 +-
 testsuite/systemtap.base/itrace.exp     |   14 +++++++-------
 testsuite/systemtap.base/maxactive.exp  |   17 +++++++++--------
 testsuite/systemtap.base/onoffprobe.exp |    8 +++++---
 testsuite/systemtap.base/onoffprobe.stp |   10 +++++-----
 testsuite/systemtap.base/poll_map.stp   |    2 +-
 8 files changed, 30 insertions(+), 27 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]