summaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/src/test/resources/output.json
blob: 04682fa9f31a4e0099d193949435e851b0ab4e2f (plain) (blame)
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
{
  "logRecords": [
    {
      "id": 3,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 6,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 9,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 10,
      "at": 0,
      "type": "info",
      "message": "I have a bad feeling about this"
    },
    {
      "id": 14,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 15,
      "at": 0,
      "type": "info",
      "message": "I'm here with Erwin today; Erwin, what can you tell us about your cat?"
    },
    {
      "id": 18,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 19,
      "at": 0,
      "type": "info",
      "message": "<body />"
    },
    {
      "id": 20,
      "at": 0,
      "type": "info",
      "message": "Very informative"
    },
    {
      "id": 21,
      "at": 0,
      "type": "warning",
      "message": "Oh no\njava.lang.IllegalArgumentException: error\n\tat com.yahoo.vespa.test.samples.SampleTest.successful(SampleTest.java:75)\nCaused by: java.lang.RuntimeException: wrapped\n\t... 1 more\n"
    },
    {
      "id": 25,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 28,
      "at": 0,
      "type": "info",
      "message": "Catch me if you can!"
    },
    {
      "id": 35,
      "at": 0,
      "type": "info",
      "message": "spam"
    }
  ]
}