Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23062: make sure one node doesn't get ahead of the others at the start | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r23061: keep the RAW-BENCH-OPEN test balanced | Andrew Tridgell | 1 | -19/+34 |
2007-10-10 | r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCK | Andrew Tridgell | 1 | -28/+163 |
2007-10-10 | r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r22969: fix some more places where we could end up with more than one event | Andrew Tridgell | 2 | -2/+4 |
2007-10-10 | r22965: changed RAW-LOCK-BENCH to remove the scheduling uncertainty. We should | Andrew Tridgell | 1 | -52/+60 |
2007-10-10 | r22962: show progress separately for each client in RAW-BENCH-LOCK, this is | Andrew Tridgell | 1 | -15/+26 |
2007-10-10 | r22886: Workaround to make RAW-NOTIFY a bit more reliable against Samba3. It | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r22881: show number of connected clients | Andrew Tridgell | 1 | -2/+12 |
2007-10-10 | r22876: - try to reconnect once per second, not continously | Andrew Tridgell | 1 | -6/+12 |
2007-10-10 | r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to... | Andrew Bartlett | 1 | -0/+18 |
2007-10-10 | r22873: Make the RAW-QFILEINFO-IPC test pass against Win2k3. | Andrew Bartlett | 1 | -71/+150 |
2007-10-10 | r22838: Add in an explority test for what QFSINFO operations are valid on IPC$ | Andrew Bartlett | 5 | -61/+131 |
2007-10-10 | r22837: make RAW-BENCH-LOCK reconnect asynchronously when one of its servers | Andrew Tridgell | 1 | -28/+110 |
2007-10-10 | r22836: started adding auto-reconnect logic to lockbench. This needs to be | Andrew Tridgell | 1 | -2/+37 |
2007-10-10 | r22835: it's useful to see how much time is remaining in this test (so we can | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r22813: improve error messages in RAW-NOTIFY test | Andrew Tridgell | 1 | -4/+17 |
2007-10-10 | r22670: changed the RAW-NOTIFY test to support clustered testing (two nodes) | Andrew Tridgell | 1 | -14/+25 |
2007-10-10 | r22579: disable progress printing in the build-farm | Stefan Metzmacher | 4 | -14/+30 |
2007-10-10 | r22189: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clustered | Andrew Tridgell | 2 | -0/+249 |
2007-10-10 | r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, | James Peach | 1 | -1/+1 |
2007-10-10 | r21707: Finally merge my (long-living) perlselftest branch. | Jelmer Vernooij | 1 | -79/+80 |
2007-10-10 | r21216: fail the RAW-BENCH-LOCK test if the locking doesn't happen evenly | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r21215: extend the RAW-MUX test to test cancelling a async lock request using | Andrew Tridgell | 1 | -1/+29 |
2007-10-10 | r21139: make the RAW-MUX test fail if the locking subsystem doesn't trigger | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r21125: Tridge, please check this closely if this relaxed notify test is | Volker Lendecke | 1 | -21/+55 |
2007-10-10 | r21124: Samba3 does not support create times correctly. | Volker Lendecke | 1 | -7/+15 |
2007-10-10 | r20886: fixed a valgrind error | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r20758: Adapt RAW-UNLINK error returns for wildcard unlinks to Samba3. | Volker Lendecke | 1 | -4/+33 |
2007-10-10 | r20650: revert a bunch of code I didn't mean to commit yet | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r20647: add cluster code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, in | Volker Lendecke | 1 | -261/+2 |
2007-10-10 | r20618: Fix a bug in bad_path handling that also exists in 3.0.23: For reply_... | Volker Lendecke | 1 | -5/+16 |
2007-10-10 | r20613: The individual tests are fine, I did run samba3badpath, but raw-samba... | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r20609: Additional torture test for our bad_path handling. Most of it is disa... | Volker Lendecke | 1 | -2/+210 |
2007-10-10 | r20595: W2k and XP don't always show the top directory as hidden, w2k3 does. ... | Volker Lendecke | 1 | -17/+23 |
2007-10-10 | r20552: Little Samba3 test to force smb_close to return an error. Set delete ... | Volker Lendecke | 2 | -1/+72 |
2007-10-10 | r20549: obvious bug fix.. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20508: Confirm a special case in samba3 reply_getatr that getatr("") always ... | Volker Lendecke | 1 | -0/+34 |
2007-10-10 | r20497: Two changes to RAW-OPEN that Samba does not fulfil: | Volker Lendecke | 1 | -5/+25 |
2007-10-10 | r20480: In Samba3 we don't yet have support for all 4 file times on all platf... | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r20474: Skip the delete-on-close test on a non-empty directory in raw-unlink for | Volker Lendecke | 1 | -21/+28 |
2007-10-10 | r20311: Check one more samba3 error path for t2mkdir | Volker Lendecke | 1 | -0/+6 |
2007-10-10 | r20309: Don't treat non-supported EAs as fatal against Samba3. | Volker Lendecke | 1 | -10/+20 |
2007-10-10 | r20092: added a locking benchmark that should be good for benchmarking | Andrew Tridgell | 2 | -2/+199 |
2007-10-10 | r20078: support the large samba3 reads in RAW-READ test | Andrew Tridgell | 1 | -4/+14 |
2007-10-10 | r20059: james was asking about CAP_LARGE_READX and reads close to the 64k | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r19510: Make smbtorture's `nprocs' parameter a parametric option. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -1/+1 |