Changeset 3504


Ignore:
Timestamp:
Aug 17, 2006, 11:24:09 AM (18 years ago)
Author:
ole
Message:

Flood database testing

Location:
tools/demos
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • tools/demos/run_flood_test_multiple.py

    r3498 r3504  
     1"""Run test_flood_database.py multiple times
     2
     3Start 10 background processes running the test.
     4
     5UNIX only
     6
     7Ole Nielsen, RAMP 2006
     8x9048
     9
     10"""
     11
    112import os
    213
  • tools/demos/test_flood_database.py

    r3481 r3504  
    1 """ Test internet site
     1""" Stress test GA flood database
    22
    3 Ole Nielsen, ACSys 2000, GA 2006
     3This script tests that the flood database is live.
     4Then proceeds to crawl through the site based on a html file containing 1005 level 1 links. Detail links below are followed automatically.
     5
     6If the database works, this test should complete with 3715 Detail links
     7responding succesfully
     8
     9
     10Ole Nielsen, RAMP 2006
     11x9048
    412"""
    513
Note: See TracChangeset for help on using the changeset viewer.