/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to load_test_scripts/multiple_instances.script

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Jelmer Vernooij
  • Date: 2022-08-30 10:28:23 UTC
  • mfrom: (533.1.1 trunk)
  • Revision ID: otto-copilot@canonical.com-20220830102823-u3w6efosxw5s086s
Cope with moved errors NoSuchFile and FileExists in newer versions of Breezy.

Merged from https://code.launchpad.net/~jelmer/loggerhead/moved-errors/+merge/429073

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "comment": "Connect to multiple loggerhead instances and make requests on each. One should be on :8080, one should be on :8081. Multiple threads will place requests on each.",
 
3
    "parameters": {"base_url": "http://localhost"},
 
4
    "requests": [
 
5
        {"thread": "1", "relpath": ":8080/changes"},
 
6
        {"thread": "2", "relpath": ":8080/files"},
 
7
        {"thread": "3", "relpath": ":8081/files"},
 
8
        {"thread": "4", "relpath": ":8081/changes"},
 
9
        {"thread": "1", "relpath": ":8080/changes"},
 
10
        {"thread": "2", "relpath": ":8080/files"},
 
11
        {"thread": "3", "relpath": ":8081/files"},
 
12
        {"thread": "4", "relpath": ":8081/changes"},
 
13
        {"thread": "1", "relpath": ":8080/changes"},
 
14
        {"thread": "2", "relpath": ":8080/files"},
 
15
        {"thread": "3", "relpath": ":8081/files"},
 
16
        {"thread": "4", "relpath": ":8081/changes"}
 
17
    ]
 
18
}
 
19