aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/src/test/resources/output.json
blob: 79e9c544149f40ee9c3f4cdb8e393300a2fecd6c (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
  "logRecords": [
    {
      "id": 18,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 21,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 22,
      "at": 0,
      "type": "error",
      "message": "java.lang.NoClassDefFoundError\n\tat com.yahoo.vespa.test.samples.SampleTest.error(SampleTest.java:88)\n"
    },
    {
      "id": 25,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 26,
      "at": 0,
      "type": "info",
      "message": "I have a bad feeling about this"
    },
    {
      "id": 27,
      "at": 0,
      "type": "error",
      "message": "org.opentest4j.AssertionFailedError: baz ==> expected: <foo> but was: <bar>\n\tat org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)\n\tat org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)\n\tat org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)\n\tat org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1152)\n\tat com.yahoo.vespa.test.samples.SampleTest.failing(SampleTest.java:82)\n"
    },
    {
      "id": 31,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 32,
      "at": 0,
      "type": "info",
      "message": "I'm here with Erwin today; Erwin, what can you tell us about your cat?"
    },
    {
      "id": 33,
      "at": 0,
      "type": "warning",
      "message": "ai.vespa.hosted.cd.InconclusiveTestException: the cat is both dead _and_ alive\n\tat com.yahoo.vespa.test.samples.SampleTest.inconclusive(SampleTest.java:94)\n"
    },
    {
      "id": 36,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 37,
      "at": 0,
      "type": "info",
      "message": "<body />"
    },
    {
      "id": 38,
      "at": 0,
      "type": "info",
      "message": "Very informative: \"\\n\": \n"
    },
    {
      "id": 39,
      "at": 0,
      "type": "warning",
      "message": "Oh no\njava.lang.IllegalArgumentException: error\n\tat com.yahoo.vespa.test.samples.SampleTest.successful(SampleTest.java:76)\nCaused by: java.lang.RuntimeException: wrapped\n\t... 1 more\n"
    },
    {
      "id": 43,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 46,
      "at": 0,
      "type": "info",
      "message": "Catch me if you can!"
    },
    {
      "id": 50,
      "at": 0,
      "type": "error",
      "message": "org.opentest4j.AssertionFailedError: no charm\n\tat org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)\n\tat org.junit.jupiter.api.Assertions.fail(Assertions.java:134)\n\tat com.yahoo.vespa.test.samples.SampleTest$Inner.lambda$others$1(SampleTest.java:106)\n"
    },
    {
      "id": 54,
      "at": 0,
      "type": "info",
      "message": "spam"
    },
    {
      "id": 2,
      "at": 0,
      "type": "error",
      "message": "org.opentest4j.AssertionFailedError\n\tat org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:35)\n\tat org.junit.jupiter.api.Assertions.fail(Assertions.java:115)\n\tat com.yahoo.vespa.test.samples.FailingTestAndBothAftersTest.test(FailingTestAndBothAftersTest.java:20)\n\tSuppressed: java.lang.RuntimeException\n\t\tat com.yahoo.vespa.test.samples.FailingTestAndBothAftersTest.moreFail(FailingTestAndBothAftersTest.java:17)\n"
    },
    {
      "id": 4,
      "at": 0,
      "type": "error",
      "message": "java.lang.RuntimeException\n\tat com.yahoo.vespa.test.samples.FailingTestAndBothAftersTest.fail(FailingTestAndBothAftersTest.java:14)\n"
    },
    {
      "id": 7,
      "at": 0,
      "type": "error",
      "message": "org.junit.platform.commons.JUnitException: @BeforeAll method 'void com.yahoo.vespa.test.samples.WrongBeforeAllTest.wrong()' must be static unless the test class is annotated with @TestInstance(Lifecycle.PER_CLASS).\n"
    },
    {
      "id": 11,
      "at": 0,
      "type": "error",
      "message": "java.lang.NullPointerException\n\tat com.yahoo.vespa.test.samples.FailingExtensionTest$FailingExtension.<init>(FailingExtensionTest.java:20)\n"
    },
    {
      "id": 15,
      "at": 12000,
      "type": "error",
      "message": "java.lang.ClassNotFoundException: School's out all summer!\n"
    }
  ]
}