summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-25 05:20:43 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-25 05:20:43 +0000
commit4fe127dbe88af47178a0dad46e42aa6400ade67e (patch)
treea0c3bed04f44e315f7760e85befe1cc5c362be58 /source3/torture/torture.c
parent2bfd6d56cdfd3b0590b4f8dd292e0c23e6d4b277 (diff)
downloadsamba-4fe127dbe88af47178a0dad46e42aa6400ade67e.tar.gz
samba-4fe127dbe88af47178a0dad46e42aa6400ade67e.tar.bz2
samba-4fe127dbe88af47178a0dad46e42aa6400ade67e.zip
added a little smbtorture test for dumping the unicode table of a
server. This is just a framework right now - I want this to eventually replace the win32 test code from monyo The interesting this about this test is that it shows up a really horrible performance bug in our stat cache code. I'll see if I can fix it. (This used to be commit eb668b54af4925194c07b217724657f406ec00d0)
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 33260dcc54..a34f9aa085 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -424,7 +424,7 @@ static BOOL rw_torture3(struct cli_state *c, char *lockfname)
static BOOL rw_torture2(struct cli_state *c1, struct cli_state *c2)
{
- char *lockfname = "\\torture.lck";
+ char *lockfname = "\\torture2.lck";
int fnum1;
int fnum2;
int i;
@@ -2989,6 +2989,7 @@ static struct {
{"W2K", run_w2ktest, 0},
{"TRANS2SCAN", torture_trans2_scan, 0},
{"NTTRANSSCAN", torture_nttrans_scan, 0},
+ {"UTABLE", torture_utable, 0},
{NULL, NULL, 0}};