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.3-189-ge8db6dd


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  e8db6dd5c1371ef3980b0b620d66ebc73939d3f0 (commit)
       via  250fb71afb7f33082b7cc76127aeda2fd0706b67 (commit)
       via  611aea92bdace2289611d7802c56b51425dac3ff (commit)
       via  ee4877ddcc20de55c835fd803c502079bb0db828 (commit)
       via  7543625d20e1a50ad2ea72dff4aed2d12a677636 (commit)
      from  d5b83ceecdeaccce38e5116fc054da44d5b4e28c (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 e8db6dd5c1371ef3980b0b620d66ebc73939d3f0
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Oct 5 14:28:05 2010 -0400

    New test suite for the integrated compile-server client.

commit 250fb71afb7f33082b7cc76127aeda2fd0706b67
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Oct 5 14:25:20 2010 -0400

    Miscellaneous improvements.
    
    - break out starting of a server into start_server to be used by
      setup_server and elsewhere.
    - call cleanup before exiting if smoke tests fail.
    - cleanup *.sgn files.

commit 611aea92bdace2289611d7802c56b51425dac3ff
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Oct 5 14:24:13 2010 -0400

    Add 'no-prompt' to the --trust-servers option to bypass prompting the user for confirmation.

commit ee4877ddcc20de55c835fd803c502079bb0db828
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Oct 5 14:19:43 2010 -0400

    Correct use of setup_kfail vs setup_xfail.

commit 7543625d20e1a50ad2ea72dff4aed2d12a677636
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Sep 27 12:03:39 2010 -0400

    PR 11922: Restrict compile-server client attempts to resolve server hosts.
    
    Most times we can get the proper host name/ip address from avahi or from
    certificates in our databases. Only attempt to resolve hosts for servers
    specified directly using --use-server.

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

Summary of changes:
 csclient.cxx                             | 1030 ++++++++++++++++++------------
 csclient.h                               |    2 +-
 stap-client-connect.c                    |   51 +-
 stap.1                                   |    9 +-
 testsuite/lib/stap_buildok.exp           |   31 +-
 testsuite/lib/systemtap.exp              |   47 +-
 testsuite/systemtap.base/backtrace.exp   |    4 +-
 testsuite/systemtap.base/const_value.exp |    2 +-
 testsuite/systemtap.base/global_end.exp  |    2 +-
 testsuite/systemtap.base/ptridx.exp      |    2 +-
 testsuite/systemtap.server/client.exp    |  620 ++++++++++++++++++
 testsuite/systemtap.server/server.exp    |    2 +-
 12 files changed, 1326 insertions(+), 476 deletions(-)
 create mode 100644 testsuite/systemtap.server/client.exp


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]