Date and time of the report: 2022-02-14 08:20:19.380382
Analysed period: 2022-01-24 to 2022-02-14.
Database update:
Retrieving from database...
DONE
Two values retrieved from the build are key to determine the state of the jubs and test suites at a given moment:
build_result
is the outcome of the build, reported by Jenkins. It can be: SUCCESS
, FAILURE
, UNSTABLE
or ABORTED
.test_result
is the summary of the concerned Robot tests. It can be: FAIL
, UNAVAILABLE
or PASS
.Based on these two states, 3 types of temporal sequences of success/failure are identified per builds and test suites:
grp_build_result
.grp_test_result
.grp_success_fail
.For the identification of these sequences, the following mapping applies:
Type of sequence | Relevant state | OK sequence contains | NOK sequence contains | Ignore |
---|---|---|---|---|
grp_build_result |
build_result |
SUCCESS or UNSTABLE |
FAILURE |
ABORTED |
grp_test_result |
test_result |
PASS |
FAIL |
UNAVAILABLE |
grp_success_fail |
test_result |
PASS |
FAIL or UNAVAILABLE |
N/A |
The different groupings of segments are detected and a label is added to each sample...
DONE
Then, the duration of each of the sequences of success/failure is determined and a specific dataframe is built summarizing such sequences, to ease their representation and analysis...
DONE
DONE
job | build | timestamp | duration | build_result | test_result | pass_count | fail_count | |
---|---|---|---|---|---|---|---|---|
0 | osm-stage_3-merge/master | 1984 | 2022-02-14 02:06:17 | 10944207 | SUCCESS | FAIL | 416.0 | 1.0 |
1 | osm-stage_3-merge/v11.0 | 137 | 2022-02-14 00:00:22 | 11449249 | SUCCESS | FAIL | 416.0 | 1.0 |
2 | osm-stage_3-merge/v10.0 | 303 | 2022-02-14 04:08:17 | 10026671 | SUCCESS | FAIL | 371.0 | 1.0 |
osm-stage_3-merge/master: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
55 | Fail 01-Insufficient Resources | FAIL | 2022-02-14 03:54:08 | 2022-02-14 03:55:41 | 5 | 1 | Cannot Instantiate Network Service | Should Contain |
osm-stage_3-merge/v11.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
136 | Fail 01-Insufficient Resources | FAIL | 2022-02-14 01:50:02 | 2022-02-14 01:51:36 | 5 | 1 | Cannot Instantiate Network Service | Should Contain |
osm-stage_3-merge/v10.0: (full report)
name | status | starttime | endtime | pass | fail | failed_test_name | failed_keyword | |
---|---|---|---|---|---|---|---|---|
95 | Fail 01-Insufficient Resources | FAIL | 2022-02-14 05:47:20 | 2022-02-14 05:48:56 | 5 | 1 | Cannot Instantiate Network Service | Should Contain |
osm-stage_3-merge/master: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
13 | Fail 01-Insufficient Resources | Cannot Instantiate Network Service | Should Contain | FAIL | 2022-02-14 03:54:55 | 2022-02-14 03:54:55 |
osm-stage_3-merge/v11.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
55 | Fail 01-Insufficient Resources | Cannot Instantiate Network Service | Should Contain | FAIL | 2022-02-14 01:50:50 | 2022-02-14 01:50:50 |
osm-stage_3-merge/v10.0: (full report)
suite_name | test_name | keyword_name | status | starttime | endtime | |
---|---|---|---|---|---|---|
34 | Fail 01-Insufficient Resources | Cannot Instantiate Network Service | Should Contain | FAIL | 2022-02-14 05:48:08 | 2022-02-14 05:48:08 |