ArthurZ HF Staff commited on
Commit
16a8450
·
verified ·
1 Parent(s): 9a35bcc

Update CircleCI artifacts for PR 41693 (2d424a104ab0)

Browse files
pr-41693/sha-2d424a104ab0/failure_summary.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_non_model",
5
+ "test_name": "tests/cli/test_serve.py::TestAppRoutes::test_health",
6
+ "short_error": "RuntimeError: There is no current event loop in thread 'MainThread'.",
7
+ "error": "/usr/local/lib/python3.10/asyncio/events.py:656: RuntimeError: There is no current event loop in thread 'MainThread'.",
8
+ "model_name": null
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/cli/test_serve.py::TestAppRoutes::test_health": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/usr/local/lib/python3.10/asyncio/events.py:656: RuntimeError: There is no current event loop in thread 'MainThread'.": 1
16
+ },
17
+ "jobs": [
18
+ "tests_non_model"
19
+ ],
20
+ "variants": [
21
+ "tests/cli/test_serve.py::TestAppRoutes::test_health"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {}
26
+ }