Bug 7845 - RPC-COUNTCALLS test suite checks wrong pipe for [MS-EFSR]
Summary: RPC-COUNTCALLS test suite checks wrong pipe for [MS-EFSR]
Status: RESOLVED INVALID
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: smbtorture (show other bugs)
Version: unspecified
Hardware: All Windows 2003
: P3 minor (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 14:42 UTC by Matt Ficken (mail bounces back)
Modified: 2019-06-20 00:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Ficken (mail bounces back) 2010-12-06 14:42:39 UTC
The RPC-COUNTCALLS test suite tries to connect to \pipe\efs.

Windows doesn't listen on that pipe, nor its it mentioned in WSPP or MCPP documentation. 

However, [MS-EFSR] states that the server should listen on \pipe\efsrpc, so I assume that it was meant to test \pipe\efs. 

Unless it was meant to test server response to a nonexistant pipe (like the test of \pipe\ICoffeeMachine), this test should be fixed to connect to \pipe\efsrpc instead of \pipe\efs.
Comment 1 Douglas Bagnall 2019-06-20 00:59:15 UTC
The test was disabled in commit 
8b5cb77118e6fbf99d33987341db7476913bada1
with this comment:

    s4-selftest: disable RPC-COUNTCALLS
    
    The RPC-COUNTCALLS was useful when we were working out IDL by hand


and I find no mention of pipe\efs in any case.  Let's close it.