[Bug tapsets/11480] New: bad kfail for rpc-all-probes.stp test

dsmith at redhat dot com sourceware-bugzilla@sourceware.org
Thu Apr 8 20:24:00 GMT 2010


testsuite/systemtap.pass1-4/buildok.exp "kfails" (marks as a known failure)
buildok/rpc-all-probes.stp because of bug 4413.  While the rpc.stp tapset does
have at least one problem related to that bug, the real problems with the
rpc.stp tapset are due to not handling kernel changes correctly.

The "kfail" is hiding real problems with the rpc tapset.

For instance, the prototype of rpc_new_client() has changed from:

static struct rpc_clnt *
rpc_new_client(struct rpc_xprt *xprt, char *servname,
    struct rpc_program *program, u32 vers,
    rpc_authflavor_t flavor);

to:

static struct rpc_clnt *
rpc_new_client(const struct rpc_create_args *args, struct rpc_xprt *xprt);

But, the sunrpc.clnt.create_client probe is unaware of this change.

The buildok/rpc-all-probes.stp test needs to be unmarked as a 'kfail' (and
improved) and the rpc.stp tapset needs to be updated.

-- 
           Summary: bad kfail for rpc-all-probes.stp test
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: dsmith at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11480

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Systemtap mailing list