Update CircleCI artifacts for PR 42869 (039a5ff70200)
Browse files
pr-42869/sha-039a5ff70200/failure_summary.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"failures": [
|
| 3 |
+
{
|
| 4 |
+
"job_name": "tests_non_model",
|
| 5 |
+
"test_name": "tests/generation/test_continuous_batching.py::ContinuousBatchingGenerationTest::test_prefix_sharing",
|
| 6 |
+
"short_error": "AssertionError: Lists differ: [785,[89 chars] 11, 2670, 1846, 429, 646, 6923, 1467, 11, 146[38 chars]3904] != [785,[89 chars] 11, 7945, 1846, 16176, 389, 279, 3460, 12934,[35 chars], 13]",
|
| 7 |
+
"error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Lists differ: [785,[89 chars] 11, 2670, 1846, 429, 646, 6923, 1467, 11, 146[38 chars]3904] != [785,[89 chars] 11, 7945, 1846, 16176, 389, 279, 3460, 12934,[35 chars], 13]",
|
| 8 |
+
"model_name": null
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"job_name": "tests_generate",
|
| 12 |
+
"test_name": "tests/models/paligemma/test_modeling_paligemma.py::PaliGemmaForConditionalGenerationModelTest::test_assisted_decoding_matches_greedy_search_1_same",
|
| 13 |
+
"short_error": "AssertionError: False is not true",
|
| 14 |
+
"error": "/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true",
|
| 15 |
+
"model_name": "paligemma"
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"by_test": {
|
| 19 |
+
"tests/generation/test_continuous_batching.py::ContinuousBatchingGenerationTest::test_prefix_sharing": {
|
| 20 |
+
"count": 1,
|
| 21 |
+
"errors": {
|
| 22 |
+
"/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Lists differ: [785,[89 chars] 11, 2670, 1846, 429, 646, 6923, 1467, 11, 146[38 chars]3904] != [785,[89 chars] 11, 7945, 1846, 16176, 389, 279, 3460, 12934,[35 chars], 13]": 1
|
| 23 |
+
},
|
| 24 |
+
"jobs": [
|
| 25 |
+
"tests_non_model"
|
| 26 |
+
],
|
| 27 |
+
"variants": [
|
| 28 |
+
"tests/generation/test_continuous_batching.py::ContinuousBatchingGenerationTest::test_prefix_sharing"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"tests/models/paligemma/test_modeling_paligemma.py::PaliGemmaForConditionalGenerationModelTest::test_assisted_decoding_matches_greedy_search_1_same": {
|
| 32 |
+
"count": 1,
|
| 33 |
+
"errors": {
|
| 34 |
+
"/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true": 1
|
| 35 |
+
},
|
| 36 |
+
"jobs": [
|
| 37 |
+
"tests_generate"
|
| 38 |
+
],
|
| 39 |
+
"variants": [
|
| 40 |
+
"tests/models/paligemma/test_modeling_paligemma.py::PaliGemmaForConditionalGenerationModelTest::test_assisted_decoding_matches_greedy_search_1_same"
|
| 41 |
+
]
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"by_model": {
|
| 45 |
+
"paligemma": {
|
| 46 |
+
"count": 1,
|
| 47 |
+
"errors": {
|
| 48 |
+
"/usr/local/lib/python3.10/unittest/case.py:687: AssertionError: False is not true": 1
|
| 49 |
+
},
|
| 50 |
+
"tests": [
|
| 51 |
+
"tests/models/paligemma/test_modeling_paligemma.py::PaliGemmaForConditionalGenerationModelTest::test_assisted_decoding_matches_greedy_search_1_same"
|
| 52 |
+
]
|
| 53 |
+
}
|
| 54 |
+
}
|
| 55 |
+
}
|