From 25b4ee7af84b25f11d1cee0e10146b61f8453901 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 5 Apr 2007 06:23:06 +0000 Subject: r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clustered implementation of a opendb backend. Use it in combination with --unclist to tell smbtorture to connect to multiple nodes in the cluster (This used to be commit b4e38b1b8dbc3ce817f858f39c3f0521c9832fce) --- source4/torture/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 640e79cd95..d66c57b18e 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -78,6 +78,7 @@ OBJ_FILES = \ raw/write.o \ raw/lock.o \ raw/lockbench.o \ + raw/openbench.o \ raw/rename.o \ raw/eas.o \ raw/streams.o \ -- cgit