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-1.5-159-g7591dec


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  7591dec60b7972b7eba8ad32d955060c85293c06 (commit)
      from  27e31969023b806103cac0c356d31ac280e04065 (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 7591dec60b7972b7eba8ad32d955060c85293c06
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Thu Jul 21 07:10:51 2011 -0400

    testsuite: make memory1 test go on a quiet system
    
    On machines that enjoy a sacred zen-like quality of
    doing nothing but run systemtap tests, the memory1 test
    case can wait, wait, wait, and wait yet more.  Nae, it
    can wait indefinitely, until some other Godot thread
    comes and runs a syscall.open.  No syscall.open - no
    script exit().
    
    Fix this in two separate ways.  First, let the script itself time out.
    Second, run the script with a meaningful, profound workload consisting
    of "/bin/sh </dev/null", which while pondering the nothingness of it
    all, does run at least one open(2).

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

Summary of changes:
 testsuite/systemtap.printf/memory1.exp |    5 ++++-
 testsuite/systemtap.printf/memory1.stp |    7 +++++++
 2 files changed, 11 insertions(+), 1 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]