1234567891011121314151617181920 |
- /****************************************************************************
- * Test 02: Real-time checkpoint options.
- *
- * A series of tests which checkpoint and exit after 30 seconds. At the
- * beginning of the test, a timestamp file is created. Checking the
- * timestamp on this file (also stored as an integer in the file, as seconds
- * since the epoch) against the timestamp on the checkpoint file should give
- * a reasonable, though not utterly infallible test.
- *
- * This variant has an exit spec and time specified in seconds, and has no
- * exit spec, meaning it should take the default behavior, which is to exit.
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- basename = "02-rtcheckpoint_noexitspec"
- INCLUDE_FILE = "common2.mdl"
- CHECKPOINT_REALTIME = 30
|