[t:2499] Comment changes only.

git-svn-id: file:///svn/toku/tokudb@19903 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Barry Perlman 2013-04-16 23:59:09 -04:00 committed by Yoni Fogel
parent 28cc5d1ed9
commit e534524e76

View file

@ -1,17 +1,15 @@
/* -*- mode: C; c-basic-offset: 4 -*- */ /* -*- mode: C; c-basic-offset: 4 -*- */
#ident "Copyright (c) 2010 Tokutek Inc. All rights reserved." #ident "Copyright (c) 2010 Tokutek Inc. All rights reserved."
#ident "$Id: loader-stress-test.c 19683 2010-04-30 18:19:17Z yfogel $" #ident "$Id$"
/* TODO: /* TODO:
* *
* Decide how to test on recovery (using checkpoint_stress technique?), implement. * When loader is fixed to not crash on failed call to toku_os_write(),
* * get rid of INDUCE_ENOSPC and -e argument, just make regular part of test.
*/ */
/* Purpose is to verify that when a loader fails: /* Purpose is to verify that when a loader fails:
* - there are no temp files remaining * - there are no temp files remaining
* - the loader-generated iname file is not present * - the loader-generated iname file is not present