Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.2 KiB

  1. How to run the smoke tests:
  2. 1) Ssync to this full directory tree
  3. 2) Create a virtual root on your machine called "smoke" pointing at
  4. c:\denali\checkin\smoke and another vroot called 'gsmoke' pointing at c:\denali\checkin\gsmoke.
  5. The virtual roots must have Execute permissions turned
  6. on and must have Read permissions turned off
  7. 3) CD to \denali\checkin, and type "smoke <number of threads> [email]**". If any test fails, it will show a
  8. line reading "<FILE>:FAIL". In this case, logs\<file>.log will have the full details
  9. of all the tests run. You will need to correct your problem before checking in.
  10. 4) Attempt to shut down IIS. If IIS fails to shut down after running the smoke
  11. test, then you have a failure (shutdown should be automatic at this point pass.bat tries
  12. to shutdown w3svc).
  13. ** type in your email if you have special scripts from test to
  14. run. for instance: 'smoke 1 davek' will run all of the smoke scripts and then any special
  15. scripts in the 'davek' directory under \denali\checkin\smoke.
  16. it runs the special scripts through a .bat called davek.bat -
  17. this will be checked in and updated by test as needed. there will also be a readme.txt
  18. in your dir with notes from the tester.