svn commit: samba-web r662 - in trunk/cifs: .

sfrench at samba.org sfrench at samba.org
Wed May 4 19:17:54 GMT 2005


Author: sfrench
Date: 2005-05-04 19:17:53 +0000 (Wed, 04 May 2005)
New Revision: 662

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=662

Log:
Fix hard to read text on cifs testing page.

Modified:
   trunk/cifs/cifs_testing.html


Changeset:
Modified: trunk/cifs/cifs_testing.html
===================================================================
--- trunk/cifs/cifs_testing.html	2005-05-04 19:03:12 UTC (rev 661)
+++ trunk/cifs/cifs_testing.html	2005-05-04 19:17:53 UTC (rev 662)
@@ -20,15 +20,15 @@
 <FONT size="-1">version 1.33 test results</FONT>&nbsp;</H1>
 </CENTER>
 </DIV>
-<DIV style="top : 1424px;left : 83px;
+<DIV style="top : 1583px;left : 91px;
   position : absolute;
   z-index : 2;
 " id="Layer3">
 <DIV>
-<TABLE border="1" width="539" height="150">
+<TABLE border="1" width="588" height="206">
   <CAPTION align="bottom">Table 2: The CIFS protocol is pervasive, among the most popular protocols
   in history and is supported by a wide variety of servers as can be seen
-  above in the list of  key servers.</CAPTION>
+  above in the list of various important network file servers</CAPTION>
   <TBODY>
     <TR>
       <TD>Windows 2003 (packaged by various NAS products)</TD>
@@ -52,9 +52,10 @@
 </TABLE>
 </DIV>
 </DIV>
-<DIV style="top : 566px;left : 79px;
+<DIV style="top : 660px;left : 89px;
   position : absolute;
   z-index : 3;
+  visibility : visible;
 " id="Layer2">
 <DIV>
 <TABLE border="1" width="586" height="340">
@@ -136,11 +137,11 @@
 </TABLE>
 </DIV>
 </DIV>
-<DIV style="top : 192px;left : 121px;
+<DIV style="top : 239px;left : 122px;
   position : absolute;
   z-index : 4;
-  width : 468px;
-  height : 18px;
+  width : 516px;
+  height : 365px;
 " id="Layer4">GOALS: CIFS is a rich, widely deployed, protocol, and we would like the
 Linux CIFS client implemtation to a) be as stable as NFS b) accurately
 implement POSIX semantics, approaching the level of a cluster filesystem
@@ -163,8 +164,9 @@
 software can no longer assume that frames are not corrupted. Additional
 testing of frame corruption is needed to ensure that the CIFS client properly
 rejects all malformed frames (although there has been some primitive testing
-in this).</DIV>
-<DIV style="top : 1624px;left : 55px;
+in this).<BR>
+</DIV>
+<DIV style="top : 1901px;left : 90px;
   position : absolute;
   z-index : 5;
   width : 623px;
@@ -174,6 +176,7 @@
   <LI>XATTR test case for user namespace
   <LI>POSIX ACL testcases
   <LI>sendfile testcases
+  <LI>better byte range lock testcases (better than connectathon lock subtests)
   <LI>Two part data integrity, client caching test case - in which one process
   runs on the client and the other runs on the server (or another client)
   and both write to the file checking for data integrity in the presence
@@ -181,6 +184,7 @@
   <LI>Test for the Linux fcntls - in particular tests for D_NOTIFY
   <LI>Test for the Linux ioctls (princiaplly the ext2/ext3 lsattr/chattr ioctls)
   <LI>Test for various subtle issues with the conflicting open flags/mode
+  <LI>automated mount, unmount tests which can test various mount options, flags
 </UL>
 </DIV>
 </BODY>



More information about the samba-cvs mailing list