From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28731 invoked by alias); 6 Oct 2010 15:17:04 -0000 Received: (qmail 28694 invoked by uid 448); 6 Oct 2010 15:17:03 -0000 Date: Wed, 06 Oct 2010 15:17:00 -0000 Message-ID: <20101006151703.28683.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-189-ge8db6dd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d5b83ceecdeaccce38e5116fc054da44d5b4e28c X-Git-Newrev: e8db6dd5c1371ef3980b0b620d66ebc73939d3f0 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q4/txt/msg00014.txt.bz2 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 Date: Tue Oct 5 14:28:05 2010 -0400 New test suite for the integrated compile-server client. commit 250fb71afb7f33082b7cc76127aeda2fd0706b67 Author: Dave Brolley 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 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 Date: Tue Oct 5 14:19:43 2010 -0400 Correct use of setup_kfail vs setup_xfail. commit 7543625d20e1a50ad2ea72dff4aed2d12a677636 Author: Dave Brolley 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