comparison PerfsDb/README.md @ 158:df1f9946571c

perfs db continued: tests working with tiny DBs on all setup but the sqliteplugin
author am@osimis.io
date Fri, 17 Aug 2018 11:58:26 +0200
parents f1a75985caa8
children 616da104a996
comparison
equal deleted inserted replaced
157:ac14100ffbd7 158:df1f9946571c
49 49
50 Initializing a DB before tests 50 Initializing a DB before tests
51 ----------------- 51 -----------------
52 52
53 ```bash 53 ```bash
54 python run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --init --mysql-small 54 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --init --mysql-tiny
55 ``` 55 ```
56 56
57 Clearing a DB 57 Clearing a DB
58 ----------------- 58 -----------------
59 59
60 ```bash 60 ```bash
61 python run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --clear --mysql-small 61 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --clear --mysql-tiny
62 ``` 62 ```
63 63
64 Runing tests on two DBs 64 Runing tests on multiple DBs
65 ----------------- 65 -----------------
66 66
67 ```bash 67 ```bash
68 python run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/mysql-release/ --run --mysql-large --mysql-small 68 python Run.py --orthanc-path=/home/amazy/builds/orthanc-build-release/ --plugins-path=/home/amazy/builds/orthanc-build-release/ --run --pg9-tiny --pg10-tiny --pg11-tiny --mysql-tiny --sqlite-tiny --mssql-tiny
69 ``` 69 ```