summaryrefslogtreecommitdiff
path: root/test/fops
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-06-01 22:52:34 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-06-01 22:52:34 +1000
commite8cf23c09bfde94a3d2ecfb9033126a48b52d394 (patch)
treed25d515ccb4951ef0519065c6701065e3eb5eb07 /test/fops
parent177a0a0f073775af95391ee915f7232fb875fa41 (diff)
downloadmongo-e8cf23c09bfde94a3d2ecfb9033126a48b52d394.tar.gz
Add handle locking to create and drop operations to avoid races.
closes #191
Diffstat (limited to 'test/fops')
-rw-r--r--test/fops/fops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fops/fops.c b/test/fops/fops.c
index 13621eed017..e3ef0a26b03 100644
--- a/test/fops/fops.c
+++ b/test/fops/fops.c
@@ -112,12 +112,10 @@ fop(void *arg)
++s->create;
file_create();
break;
-#if 0
case 1:
++s->drop;
file_drop();
break;
-#endif
case 2:
++s->sync;
file_sync();