This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree 21 files changed +808
-118
lines changed
21 files changed +808
-118
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test1" ,
4
+ "test_id" : " test_id1" ,
5
+ "testsuite" : [
6
+ " testsuite1"
7
+ ],
8
+ "flags" : [
9
+ " flag1"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-01T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 1 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test1" ,
4
+ "test_id" : " test_id1" ,
5
+ "testsuite" : [
6
+ " testsuite1"
7
+ ],
8
+ "flags" : [
9
+ " flag1"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-01T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 1 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test1" ,
4
+ "test_id" : " test_id1" ,
5
+ "testsuite" : [
6
+ " testsuite1"
7
+ ],
8
+ "flags" : [
9
+ " flag1"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-01T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 1 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test5" ,
4
+ "test_id" : " test_id5" ,
5
+ "testsuite" : [
6
+ " testsuite5"
7
+ ],
8
+ "flags" : [
9
+ " flag5"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-05T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 0 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ },
22
+ {
23
+ "name" : " test4" ,
24
+ "test_id" : " test_id4" ,
25
+ "testsuite" : [
26
+ " testsuite4"
27
+ ],
28
+ "flags" : [
29
+ " flag4"
30
+ ],
31
+ "failure_rate" : 0.1 ,
32
+ "flake_rate" : 0.0 ,
33
+ "updated_at" : " 2024-01-04T00:00:00" ,
34
+ "avg_duration" : 100.0 ,
35
+ "total_fail_count" : 1 ,
36
+ "total_flaky_fail_count" : 0 ,
37
+ "total_pass_count" : 1 ,
38
+ "total_skip_count" : 1 ,
39
+ "commits_where_fail" : 1 ,
40
+ "last_duration" : 100.0
41
+ },
42
+ {
43
+ "name" : " test3" ,
44
+ "test_id" : " test_id3" ,
45
+ "testsuite" : [
46
+ " testsuite3"
47
+ ],
48
+ "flags" : [
49
+ " flag3"
50
+ ],
51
+ "failure_rate" : 0.1 ,
52
+ "flake_rate" : 0.0 ,
53
+ "updated_at" : " 2024-01-03T00:00:00" ,
54
+ "avg_duration" : 100.0 ,
55
+ "total_fail_count" : 1 ,
56
+ "total_flaky_fail_count" : 0 ,
57
+ "total_pass_count" : 1 ,
58
+ "total_skip_count" : 1 ,
59
+ "commits_where_fail" : 1 ,
60
+ "last_duration" : 100.0
61
+ },
62
+ {
63
+ "name" : " test2" ,
64
+ "test_id" : " test_id2" ,
65
+ "testsuite" : [
66
+ " testsuite2"
67
+ ],
68
+ "flags" : [
69
+ " flag2"
70
+ ],
71
+ "failure_rate" : 0.1 ,
72
+ "flake_rate" : 0.0 ,
73
+ "updated_at" : " 2024-01-02T00:00:00" ,
74
+ "avg_duration" : 100.0 ,
75
+ "total_fail_count" : 1 ,
76
+ "total_flaky_fail_count" : 0 ,
77
+ "total_pass_count" : 1 ,
78
+ "total_skip_count" : 1 ,
79
+ "commits_where_fail" : 1 ,
80
+ "last_duration" : 100.0
81
+ },
82
+ {
83
+ "name" : " test1" ,
84
+ "test_id" : " test_id1" ,
85
+ "testsuite" : [
86
+ " testsuite1"
87
+ ],
88
+ "flags" : [
89
+ " flag1"
90
+ ],
91
+ "failure_rate" : 0.1 ,
92
+ "flake_rate" : 0.0 ,
93
+ "updated_at" : " 2024-01-01T00:00:00" ,
94
+ "avg_duration" : 100.0 ,
95
+ "total_fail_count" : 1 ,
96
+ "total_flaky_fail_count" : 1 ,
97
+ "total_pass_count" : 1 ,
98
+ "total_skip_count" : 1 ,
99
+ "commits_where_fail" : 1 ,
100
+ "last_duration" : 100.0
101
+ }
102
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test1" ,
4
+ "test_id" : " test_id1" ,
5
+ "testsuite" : [
6
+ " testsuite1"
7
+ ],
8
+ "flags" : [
9
+ " flag1"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-01T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 1 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ },
22
+ {
23
+ "name" : " test2" ,
24
+ "test_id" : " test_id2" ,
25
+ "testsuite" : [
26
+ " testsuite2"
27
+ ],
28
+ "flags" : [
29
+ " flag2"
30
+ ],
31
+ "failure_rate" : 0.1 ,
32
+ "flake_rate" : 0.0 ,
33
+ "updated_at" : " 2024-01-02T00:00:00" ,
34
+ "avg_duration" : 100.0 ,
35
+ "total_fail_count" : 1 ,
36
+ "total_flaky_fail_count" : 0 ,
37
+ "total_pass_count" : 1 ,
38
+ "total_skip_count" : 1 ,
39
+ "commits_where_fail" : 1 ,
40
+ "last_duration" : 100.0
41
+ },
42
+ {
43
+ "name" : " test3" ,
44
+ "test_id" : " test_id3" ,
45
+ "testsuite" : [
46
+ " testsuite3"
47
+ ],
48
+ "flags" : [
49
+ " flag3"
50
+ ],
51
+ "failure_rate" : 0.1 ,
52
+ "flake_rate" : 0.0 ,
53
+ "updated_at" : " 2024-01-03T00:00:00" ,
54
+ "avg_duration" : 100.0 ,
55
+ "total_fail_count" : 1 ,
56
+ "total_flaky_fail_count" : 0 ,
57
+ "total_pass_count" : 1 ,
58
+ "total_skip_count" : 1 ,
59
+ "commits_where_fail" : 1 ,
60
+ "last_duration" : 100.0
61
+ },
62
+ {
63
+ "name" : " test4" ,
64
+ "test_id" : " test_id4" ,
65
+ "testsuite" : [
66
+ " testsuite4"
67
+ ],
68
+ "flags" : [
69
+ " flag4"
70
+ ],
71
+ "failure_rate" : 0.1 ,
72
+ "flake_rate" : 0.0 ,
73
+ "updated_at" : " 2024-01-04T00:00:00" ,
74
+ "avg_duration" : 100.0 ,
75
+ "total_fail_count" : 1 ,
76
+ "total_flaky_fail_count" : 0 ,
77
+ "total_pass_count" : 1 ,
78
+ "total_skip_count" : 1 ,
79
+ "commits_where_fail" : 1 ,
80
+ "last_duration" : 100.0
81
+ },
82
+ {
83
+ "name" : " test5" ,
84
+ "test_id" : " test_id5" ,
85
+ "testsuite" : [
86
+ " testsuite5"
87
+ ],
88
+ "flags" : [
89
+ " flag5"
90
+ ],
91
+ "failure_rate" : 0.1 ,
92
+ "flake_rate" : 0.0 ,
93
+ "updated_at" : " 2024-01-05T00:00:00" ,
94
+ "avg_duration" : 100.0 ,
95
+ "total_fail_count" : 1 ,
96
+ "total_flaky_fail_count" : 0 ,
97
+ "total_pass_count" : 1 ,
98
+ "total_skip_count" : 1 ,
99
+ "commits_where_fail" : 1 ,
100
+ "last_duration" : 100.0
101
+ }
102
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test1" ,
4
+ "test_id" : " test_id1" ,
5
+ "testsuite" : [
6
+ " testsuite1"
7
+ ],
8
+ "flags" : [
9
+ " flag1"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-01T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 1 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test2" ,
4
+ "test_id" : " test_id2" ,
5
+ "testsuite" : [
6
+ " testsuite2"
7
+ ],
8
+ "flags" : [
9
+ " flag2"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-02T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 0 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test5" ,
4
+ "test_id" : " test_id5" ,
5
+ "testsuite" : [
6
+ " testsuite5"
7
+ ],
8
+ "flags" : [
9
+ " flag5"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-05T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 0 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test5" ,
4
+ "test_id" : " test_id5" ,
5
+ "testsuite" : [
6
+ " testsuite5"
7
+ ],
8
+ "flags" : [
9
+ " flag5"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-05T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 0 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "name" : " test4" ,
4
+ "test_id" : " test_id4" ,
5
+ "testsuite" : [
6
+ " testsuite4"
7
+ ],
8
+ "flags" : [
9
+ " flag4"
10
+ ],
11
+ "failure_rate" : 0.1 ,
12
+ "flake_rate" : 0.0 ,
13
+ "updated_at" : " 2024-01-04T00:00:00" ,
14
+ "avg_duration" : 100.0 ,
15
+ "total_fail_count" : 1 ,
16
+ "total_flaky_fail_count" : 0 ,
17
+ "total_pass_count" : 1 ,
18
+ "total_skip_count" : 1 ,
19
+ "commits_where_fail" : 1 ,
20
+ "last_duration" : 100.0
21
+ }
22
+ ]
You can’t perform that action at this time.
0 commit comments