Bug 6933 - Issues with canceling SMB2 asynchronous lock requests
Summary: Issues with canceling SMB2 asynchronous lock requests
Status: CLOSED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: File services (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Andrew Tridgell
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 23:44 UTC by Steven Danneman
Modified: 2009-11-27 02:45 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 Steven Danneman 2009-11-26 23:44:08 UTC
The samba4.smb2.lock.CANCEL test is currently failing against Samba4 SMB2 server.
I don't have much more detail at the moment, but the test is exercising the
server's ability to pend a BRL requests, send back and asynchronous response, and
then have that response be canceled with an explicit SMB2_CANCEL request.

This test has been added to source4/selftest/knownfail until the server issue
can be investigated and fixed.
Comment 1 Andrew Tridgell 2009-11-27 02:45:43 UTC
I've modified the test code to reflect the error codes that s4 gives. I 
believe that s4 is in fact giving the correct error codes for these tests,
and I've added comments to the torture/smb2/lock.c code explaining my
reasoning.

Thanks very much for the bug report Steven.