-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjunit.xml
More file actions
379 lines (351 loc) · 29.2 KB
/
junit.xml
File metadata and controls
379 lines (351 loc) · 29.2 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="47" failures="41" errors="0" time="490.691">
<testsuite name="Block Interaction Examples" errors="0" failures="6" skipped="0" timestamp="2026-01-26T16:03:12" time="102.893" tests="6">
<testcase classname="Block Interaction Examples should test breaking blocks" name="Block Interaction Examples should test breaking blocks" time="17.079">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/block-interaction.example.pilaf.test.js:106:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Block Interaction Examples should test placing blocks" name="Block Interaction Examples should test placing blocks" time="17.027">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/block-interaction.example.pilaf.test.js:200:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Block Interaction Examples should test interacting with blocks (chest)" name="Block Interaction Examples should test interacting with blocks (chest)" time="17.03">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/block-interaction.example.pilaf.test.js:278:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Block Interaction Examples should test interacting with blocks (door)" name="Block Interaction Examples should test interacting with blocks (door)" time="17.039">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/block-interaction.example.pilaf.test.js:392:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Block Interaction Examples should test building a simple structure" name="Block Interaction Examples should test building a simple structure" time="17.028">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/block-interaction.example.pilaf.test.js:486:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Block Interaction Examples should test breaking and replacing blocks" name="Block Interaction Examples should test breaking and replacing blocks" time="17.04">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/block-interaction.example.pilaf.test.js:596:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Inventory Management Examples" errors="0" failures="6" skipped="0" timestamp="2026-01-26T16:04:55" time="102.339" tests="6">
<testcase classname="Inventory Management Examples should test dropping items" name="Inventory Management Examples should test dropping items" time="17.07">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-management.example.pilaf.test.js:102:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Inventory Management Examples should test consuming food items" name="Inventory Management Examples should test consuming food items" time="17.027">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-management.example.pilaf.test.js:185:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Inventory Management Examples should test equipping items to different slots" name="Inventory Management Examples should test equipping items to different slots" time="17.035">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-management.example.pilaf.test.js:290:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Inventory Management Examples should test swapping inventory slots" name="Inventory Management Examples should test swapping inventory slots" time="17.024">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-management.example.pilaf.test.js:371:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Inventory Management Examples should test complete inventory workflow" name="Inventory Management Examples should test complete inventory workflow" time="17.027">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-management.example.pilaf.test.js:514:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Inventory Management Examples should test hotbar slot management" name="Inventory Management Examples should test hotbar slot management" time="17.037">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-management.example.pilaf.test.js:599:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Movement Control Examples" errors="0" failures="4" skipped="0" timestamp="2026-01-26T16:06:37" time="68.197" tests="4">
<testcase classname="Movement Control Examples should test directional movement and strafing" name="Movement Control Examples should test directional movement and strafing" time="17.045">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/movement-control.example.pilaf.test.js:111:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Movement Control Examples should test player state controls (sneak and sprint)" name="Movement Control Examples should test player state controls (sneak and sprint)" time="17.022">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/movement-control.example.pilaf.test.js:178:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Movement Control Examples should test jumping and view control" name="Movement Control Examples should test jumping and view control" time="17.022">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/movement-control.example.pilaf.test.js:227:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Movement Control Examples should test complex movement sequence" name="Movement Control Examples should test complex movement sequence" time="17.019">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/movement-control.example.pilaf.test.js:314:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Entity Combat Examples" errors="0" failures="3" skipped="2" timestamp="2026-01-26T16:07:46" time="51.181" tests="5">
<testcase classname="Entity Combat Examples should test attacking entities" name="Entity Combat Examples should test attacking entities" time="17.031">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/entity-combat.example.pilaf.test.js:102:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Entity Combat Examples should test right-click entity interaction" name="Entity Combat Examples should test right-click entity interaction" time="17.027">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/entity-combat.example.pilaf.test.js:176:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Entity Combat Examples should test mounting and dismounting entities - mount timing issues" name="Entity Combat Examples should test mounting and dismounting entities - mount timing issues" time="0">
<skipped/>
</testcase>
<testcase classname="Entity Combat Examples should test horse mounting and riding - mount timing issues" name="Entity Combat Examples should test horse mounting and riding - mount timing issues" time="0">
<skipped/>
</testcase>
<testcase classname="Entity Combat Examples should test multiple entity interactions" name="Entity Combat Examples should test multiple entity interactions" time="17.025">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/entity-combat.example.pilaf.test.js:488:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Inventory Testing Examples" errors="0" failures="2" skipped="0" timestamp="2026-01-26T16:08:37" time="34.161" tests="2">
<testcase classname="Inventory Testing Examples should test giving items to player" name="Inventory Testing Examples should test giving items to player" time="17.042">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-testing.example.pilaf.test.js:86:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Inventory Testing Examples should test multiple item operations" name="Inventory Testing Examples should test multiple item operations" time="17.028">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/inventory-testing.example.pilaf.test.js:164:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Entity Interaction Examples" errors="0" failures="2" skipped="0" timestamp="2026-01-26T16:09:11" time="34.149" tests="2">
<testcase classname="Entity Interaction Examples should test entity spawning and querying" name="Entity Interaction Examples should test entity spawning and querying" time="17.04">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/entity-interaction.example.pilaf.test.js:69:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Entity Interaction Examples should test entity lifecycle" name="Entity Interaction Examples should test entity lifecycle" time="17.024">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/entity-interaction.example.pilaf.test.js:147:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Player Interaction Examples" errors="0" failures="2" skipped="0" timestamp="2026-01-26T16:09:45" time="34.147" tests="2">
<testcase classname="Player Interaction Examples should test player chat and commands" name="Player Interaction Examples should test player chat and commands" time="17.042">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/player-interaction.example.pilaf.test.js:62:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Player Interaction Examples should test player movement and position" name="Player Interaction Examples should test player movement and position" time="17.02">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/player-interaction.example.pilaf.test.js:125:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Advanced Features Examples" errors="0" failures="0" skipped="3" timestamp="2026-01-26T16:10:19" time="0.093" tests="3">
<testcase classname="Advanced Features Examples Pathfinding (requires mineflayer-pathfinder) should test pathfinding navigation" name="Advanced Features Examples Pathfinding (requires mineflayer-pathfinder) should test pathfinding navigation" time="0">
<skipped/>
</testcase>
<testcase classname="Advanced Features Examples Container Interaction should test container interaction (chest)" name="Advanced Features Examples Container Interaction should test container interaction (chest)" time="0">
<skipped/>
</testcase>
<testcase classname="Advanced Features Examples Crafting should test crafting items" name="Advanced Features Examples Crafting should test crafting items" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="Basic RCON Examples" errors="0" failures="2" skipped="0" timestamp="2026-01-26T16:10:19" time="24.12" tests="2">
<testcase classname="Basic RCON Examples should execute simple RCON commands" name="Basic RCON Examples should execute simple RCON commands" time="12.042">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/basic-rcon.example.pilaf.test.js:52:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
<testcase classname="Basic RCON Examples should change server settings via RCON" name="Basic RCON Examples should change server settings via RCON" time="12.022">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/examples/basic-rcon.example.pilaf.test.js:95:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Player Integration Tests" errors="0" failures="9" skipped="1" timestamp="2026-01-26T16:10:44" time="17.137" tests="10">
<testcase classname="Player Integration Tests Connection and Lifecycle should connect and spawn successfully" name="Player Integration Tests Connection and Lifecycle should connect and spawn successfully" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Connection and Lifecycle should be visible via RCON" name="Player Integration Tests Connection and Lifecycle should be visible via RCON" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Movement and Physics should have initial position" name="Player Integration Tests Movement and Physics should have initial position" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Movement and Physics should move forward" name="Player Integration Tests Movement and Physics should move forward" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Movement and Physics should turn around" name="Player Integration Tests Movement and Physics should turn around" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Movement and Physics should jump" name="Player Integration Tests Movement and Physics should jump" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Chat Messages should send chat message and verify no errors" name="Player Integration Tests Chat Messages should send chat message and verify no errors" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Chat Messages should handle multiple rapid chat messages" name="Player Integration Tests Chat Messages should handle multiple rapid chat messages" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Chat Messages should listen for chat events from server" name="Player Integration Tests Chat Messages should listen for chat events from server" time="0">
<failure>Error: Failed to connect to RCON after 5 attempts: Authentication failed
at RconBackend.connect (/Users/mulgogi/src/cavarest/pilaf/packages/backends/lib/rcon-backend.js:77:11)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Object.<anonymous> (/Users/mulgogi/src/cavarest/pilaf/tests/player-integration.pilaf.test.js:20:19)</failure>
</testcase>
<testcase classname="Player Integration Tests Disconnect and Reconnect - protocol timing issues should disconnect and reconnect successfully" name="Player Integration Tests Disconnect and Reconnect - protocol timing issues should disconnect and reconnect successfully" time="0">
<skipped/>
</testcase>
</testsuite>
<testsuite name="Story-Based Tests" errors="0" failures="1" skipped="0" timestamp="2026-01-26T16:11:01" time="12.132" tests="1">
<testcase classname="Story-Based Tests session-persistence should execute story: session-persistence" name="Story-Based Tests session-persistence should execute story: session-persistence" time="12.047">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.toBe (/Users/mulgogi/src/cavarest/pilaf/tests/story-runner.pilaf.test.js:41:32)
at processTicksAndRejections (node:internal/process/task_queues:105:5)</failure>
</testcase>
</testsuite>
<testsuite name="Basic RCON Commands" errors="0" failures="4" skipped="0" timestamp="2026-01-26T16:11:13" time="10.073" tests="4">
<testcase classname="Basic RCON Commands should execute time set command" name="Basic RCON Commands should execute time set command" time="0">
<failure>Error: thrown: "Exceeded timeout of 10000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at beforeAll (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:7:3)
at _dispatchDescribe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:91:26)
at describe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:55:5)
at Object.describe (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:4:1)
at Runtime._execModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1439:24)
at Runtime._loadModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1022:12)
at Runtime.requireModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:882:12)
at jestAdapter (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
at runTestInternal (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)</failure>
</testcase>
<testcase classname="Basic RCON Commands should get server version" name="Basic RCON Commands should get server version" time="0">
<failure>Error: thrown: "Exceeded timeout of 10000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at beforeAll (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:7:3)
at _dispatchDescribe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:91:26)
at describe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:55:5)
at Object.describe (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:4:1)
at Runtime._execModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1439:24)
at Runtime._loadModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1022:12)
at Runtime.requireModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:882:12)
at jestAdapter (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
at runTestInternal (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)</failure>
</testcase>
<testcase classname="Basic RCON Commands should list online players" name="Basic RCON Commands should list online players" time="0.001">
<failure>Error: thrown: "Exceeded timeout of 10000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at beforeAll (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:7:3)
at _dispatchDescribe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:91:26)
at describe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:55:5)
at Object.describe (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:4:1)
at Runtime._execModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1439:24)
at Runtime._loadModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1022:12)
at Runtime.requireModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:882:12)
at jestAdapter (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
at runTestInternal (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)</failure>
</testcase>
<testcase classname="Basic RCON Commands should send server broadcast" name="Basic RCON Commands should send server broadcast" time="0">
<failure>Error: thrown: "Exceeded timeout of 10000 ms for a hook.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
at beforeAll (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:7:3)
at _dispatchDescribe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:91:26)
at describe (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/index.js:55:5)
at Object.describe (/Users/mulgogi/src/cavarest/pilaf/tests/rcon-basic.pilaf.test.js:4:1)
at Runtime._execModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1439:24)
at Runtime._loadModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:1022:12)
at Runtime.requireModule (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runtime@29.7.0/node_modules/jest-runtime/build/index.js:882:12)
at jestAdapter (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-circus@29.7.0/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:77:13)
at runTestInternal (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:367:16)
at runTest (/Users/mulgogi/src/cavarest/pilaf/node_modules/.pnpm/jest-runner@29.7.0/node_modules/jest-runner/build/runTest.js:444:34)</failure>
</testcase>
</testsuite>
</testsuites>