1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
threads: 10
runtime: 00:10:00
# INITIALIZATION
init: initialization
file: init.sql
properties: init.properties
ignoreErrors: X0X05, 42X05, 42Y55, 42Y07,42Y55
# CASES
case: createX
file: create.sql
properties: run.properties
weight: 5
ignoreErrors: X0X08, X0X05, 42X05, 42Y55, 42000, 40001,40XL1,40XL2, 42Y07,42Y55
case: createY
file: createy.sql
properties: run.properties
weight: 5
ignoreErrors: X0X08, X0X05, 42X05, 42Y55, 42000, 40001,40XL1,40XL2, 42Y07,42Y55
case: createZ
file: createz.sql
properties: run.properties
weight: 10
ignoreErrors: X0X08, X0X05, 42X05, 42Y55, 42000, 40001,40XL1,40XL2, 42Y07, X0Y32,42Y55
case: createA
file: createa.sql
properties: run.properties
weight: 10
ignoreErrors: X0X05, 42X05, 42Y55, 42000, 40001,40XL1,40XL2, 42Y07, X0Y32,42Y55
case: roll
file: roll.sql
properties: run.properties
weight: 15
ignoreErrors: X0X05, 42X05, 42Y55, 42000, 23505, 40001,40XL1,40XL2, 42Y07,42Y55
case: roll2
file: roll2.sql
properties: run.properties
weight: 15
ignoreErrors: X0X05, 42X05, 42Y55, 42000, 23505, 40001,40XL1,40XL2, 42Y07,42Y55
case: insert
file: insert.sql
properties: run.properties
weight: 15
ignoreErrors: 42000, 23505, 40001,40XL1,40XL2, 42Y07,42Y55
case: insert2
file: insert2.sql
properties: run.properties
weight: 15
ignoreErrors: 42000, 23505, 40001,40XL1,40XL2, 42Y07,42Y55
case: update
file: update.sql
properties: run.properties
weight: 15
ignoreErrors: 42000, 40001,40XL1,40XL2, 42Y07,42Y55
case: update2
file: update2.sql
properties: run.properties
weight: 15
ignoreErrors: 42000, 40001,40XL1,40XL2, 42Y07,42Y55
case: SELECT1
file: selectmain.sql
properties: run.properties
weight: 80
ignoreErrors: 42000, 40001,40XL1,40XL2, 42Y07,42Y55
case: SELECT2
file: selectmain2.sql
properties: run.properties
weight: 80
ignoreErrors: 42000, 40001,40XL1,40XL2, 42Y07,42Y55
# FINAL SCRIPT
last: final
file: final.sql
properties: run.properties
|