File tree 6 files changed +45
-17
lines changed
6 files changed +45
-17
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,16 @@ import (
27
27
var wantCheckID = "73d29e72-6540-4bb5-967e-e07fa2c9465e"
28
28
29
29
var wantCheck = checkly.Check {
30
- Name : "test" ,
31
- Type : checkly .TypeAPI ,
32
- Frequency : 10 ,
33
- Activated : true ,
34
- Muted : false ,
35
- DoubleCheck : true ,
30
+ Name : "test" ,
31
+ Type : checkly .TypeAPI ,
32
+ Frequency : 10 ,
33
+ Activated : true ,
34
+ Muted : false ,
35
+ RetryStrategy : & checkly.RetryStrategy {
36
+ Type : "FIXED" ,
37
+ MaxRetries : 1 ,
38
+ MaxDurationSeconds : 600 ,
39
+ },
36
40
ShouldFail : false ,
37
41
Locations : []string {"eu-west-1" },
38
42
PrivateLocations : & []string {},
@@ -376,7 +380,11 @@ var wantGroup = checkly.Group{
376
380
Value : "Hello world" ,
377
381
},
378
382
},
379
- DoubleCheck : true ,
383
+ RetryStrategy : & checkly.RetryStrategy {
384
+ Type : "FIXED" ,
385
+ MaxRetries : 1 ,
386
+ MaxDurationSeconds : 600 ,
387
+ },
380
388
UseGlobalAlertSettings : false ,
381
389
AlertSettings : checkly.AlertSettings {
382
390
EscalationType : checkly .RunBased ,
Original file line number Diff line number Diff line change 38
38
},
39
39
"frequency" : 10 ,
40
40
"muted" : false ,
41
- "doubleCheck" : true ,
41
+ "retryStrategy" : {
42
+ "type" : " FIXED" ,
43
+ "maxRetries" : 1 ,
44
+ "maxDurationSeconds" : 600
45
+ },
42
46
"locations" : [
43
47
" eu-west-1"
44
48
],
66
70
},
67
71
"parallelRunFailureThreshold" : {
68
72
"enabled" : false ,
69
- "percentage" : 10
73
+ "percentage" : 10
70
74
}
71
75
},
72
76
"script" : " foo" ,
Original file line number Diff line number Diff line change 45
45
"locked" : false
46
46
}
47
47
],
48
- "doubleCheck" : true ,
48
+ "retryStrategy" : {
49
+ "type" : " FIXED" ,
50
+ "maxRetries" : 1 ,
51
+ "maxDurationSeconds" : 600
52
+ },
49
53
"useGlobalAlertSettings" : false ,
50
54
"alertSettings" : {
51
55
"escalationType" : " RUN_BASED" ,
61
65
},
62
66
"parallelRunFailureThreshold" : {
63
67
"enabled" : false ,
64
- "percentage" : 10
68
+ "percentage" : 10
65
69
}
66
70
},
67
71
"alertChannelSubscriptions" : [
Original file line number Diff line number Diff line change 38
38
},
39
39
"frequency" : 10 ,
40
40
"muted" : false ,
41
- "doubleCheck" : true ,
41
+ "retryStrategy" : {
42
+ "type" : " FIXED" ,
43
+ "maxRetries" : 1 ,
44
+ "maxDurationSeconds" : 600
45
+ },
42
46
"locations" : [
43
47
" eu-west-1"
44
48
],
66
70
},
67
71
"parallelRunFailureThreshold" : {
68
72
"enabled" : false ,
69
- "percentage" : 10
73
+ "percentage" : 10
70
74
}
71
75
},
72
76
"script" : " foo" ,
Original file line number Diff line number Diff line change 38
38
},
39
39
"frequency" : 10 ,
40
40
"muted" : false ,
41
- "doubleCheck" : true ,
41
+ "retryStrategy" : {
42
+ "type" : " FIXED" ,
43
+ "maxRetries" : 1 ,
44
+ "maxDurationSeconds" : 600
45
+ },
42
46
"locations" : [
43
47
" eu-west-1"
44
48
],
66
70
},
67
71
"parallelRunFailureThreshold" : {
68
72
"enabled" : false ,
69
- "percentage" : 10
73
+ "percentage" : 10
70
74
}
71
75
},
72
76
"script" : " foo" ,
Original file line number Diff line number Diff line change 38
38
},
39
39
"parallelRunFailureThreshold" : {
40
40
"enabled" : false ,
41
- "percentage" : 10
41
+ "percentage" : 10
42
42
},
43
43
"escalationType" : " RUN_BASED" ,
44
44
"runBasedEscalation" : {
62
62
"activated" : true ,
63
63
"muted" : false ,
64
64
"useGlobalAlertSettings" : false ,
65
- "doubleCheck" : true ,
65
+ "retryStrategy" : {
66
+ "type" : " FIXED" ,
67
+ "maxRetries" : 1 ,
68
+ "maxDurationSeconds" : 600
69
+ },
66
70
"locations" : [
67
71
" eu-west-1"
68
72
],
You can’t perform that action at this time.
0 commit comments