-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteststeps.txt
More file actions
31 lines (30 loc) · 1.01 KB
/
teststeps.txt
File metadata and controls
31 lines (30 loc) · 1.01 KB
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
Test procedure
For each server [1..N]
For each processor
For each user [1..N] added over time
Couchdb tests
Add couchapp
Create a database
Define map/map reduce
Add [1..n] small documents+attachments auto key
Add [1..n] medium documents+attachments auto key
Add [1..n] large documents+attachments auto key
compact database
Add [1..n] small documents+attachments optimum key
Add [1..n] medium documents+attachments optimum key
Add [1..n] large documents+attachments optimum key
compact database
update records
do batch adds
read docs sequentially
read doc in reverse order
random access to docs
compact database
do random reads
Delete every Nth record
update records
read docs sequentially
read doc in reverse order
random access to docs
Web server tests
perform static page request as multiple users