Skip to content

Commit 2a047f6

Browse files
pawiecznuclearcat
authored andcommitted
send_kcidb: Map infrastructure TestJob errors correctly
Infrastructure errors were previously mapped to MISS state in KCIDB while all such cases should be marked as ERROR. Fixes: #1154 Signed-off-by: Paweł Wieczorek <[email protected]>
1 parent ddf0709 commit 2a047f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send_kcidb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
MISSED_TEST_CODES = (
3535
'Bug',
3636
'Configuration',
37-
'Infrastructure',
3837
'invalid_job_params',
3938
'Job',
4039
'job_generation_error',
@@ -47,6 +46,7 @@
4746

4847
ERRORED_TEST_CODES = (
4948
'Canceled',
49+
'Infrastructure',
5050
'LAVATimeout',
5151
'MultinodeTimeout',
5252
'Test',

0 commit comments

Comments
 (0)