File: HOWTO

package info (click to toggle)
sheepdog 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,364 kB
  • ctags: 3,951
  • sloc: ansic: 30,552; sh: 3,573; perl: 2,924; asm: 453; makefile: 391; python: 192
file content (12 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Running tests:
    - cd tests
    - For now, we need sudo or root privilege to run the test
    - By default, ./check will run all the tests
    - You can run selected tests: ./check 001 002 003
    - You can run a range of tests: ./check 003-009
    - Groups of tests maybe ran by: ./check -g [group(s)]
      See the 'group' file for details on groups
      For e.g, './check -g quick' run tests grouped as 'quick'
    - To randomize test order: ./check -r [test(s)]

To test zookeeper, you should set tickTime=500 first at zoo.cfg.