~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/dbqp.rst

  • Committer: Mark Atwood
  • Date: 2011-10-11 22:37:47 UTC
  • mfrom: (2429.2.1 dbqp_revamp)
  • Revision ID: me@mark.atwood.name-20111011223747-vomebzgvnxxysqrm
mergeĀ lp:~patrick-crews/drizzle/dbqp_revamp

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
 
251
251
.. program:: dbqp.py
252
252
 
 
253
.. option::  version
 
254
 
 
255
   show program's version number and exit
 
256
 
253
257
.. option:: -h, --help
254
258
 
255
259
   show this help message and exit
256
260
 
 
261
Configuration controls - allows you to specify a file with a number of options already specified
 
262
------------------------------------------------------------------------------------------------
 
263
 
 
264
.. option:: --sys_config_file=SYSCONFIGFILEPATH
 
265
           
 
266
   The file that specifies system configuration specs for
 
267
   dbqp to execute tests (not yet implemented)
 
268
 
257
269
Options for the test-runner itself
258
270
----------------------------------
259
271
 
295
307
   Don't try to cleanup from earlier runs 
296
308
   (currently just a placeholder) [False]
297
309
 
298
 
.. option:: --randgen-path=RANDGENPATH
299
310
 
300
 
    The path to a randgen installation that can be used to
301
 
    execute randgen-based tests
302
311
 
303
312
 
304
313
Options for controlling which tests are executed
352
361
   relative to the argument (client-bindir, 
353
362
   serverdir, testdir) [../]
354
363
 
 
364
.. option:: --default_server_type=DEFAULTSERVERTYPE
 
365
           
 
366
   Defines what we consider to be the default server
 
367
   type.  We assume a server is default type unless
 
368
   specified otherwise. [drizzle]
 
369
 
355
370
.. option:: --serverdir=SERVERPATH
356
371
 
357
372
   Path to the server executable.  [auto-search]
394
409
   By default, we symlink workdir to a location in shm.
395
410
   Use this flag to not symlink [False]
396
411
 
 
412
.. option:: --libeatmydata      
 
413
  
 
414
   We use libeatmydata (if available) to disable fsyncs
 
415
   and speed up test execution.  Implies --no-shm
 
416
   
 
417
.. option:: --libeatmydata-path=LIBEATMYDATAPATH
 
418
            
 
419
   Path to the libeatmydata install you want to use
 
420
   [/usr/local/lib/libeatmydata.so]
 
421
 
397
422
.. option:: --start-dirty       
398
423
 
399
424
   Don't try to clean up working directories before test
404
429
   Turn off the use of --secure-file-priv=vardir for
405
430
   started servers
406
431
 
 
432
.. option:: --randgen-path=RANDGENPATH
 
433
 
 
434
    The path to a randgen installation that can be used to
 
435
    execute randgen-based tests
 
436
 
407
437
Options to pass options on to the server
408
438
-----------------------------------------
409
439