You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -382,30 +386,10 @@ exports[`The AB testing notification lambda stack > matches the CODE snapshot 1`
382
386
]
383
387
}
384
388
],
385
-
"AlarmDescription": {
386
-
"Fn::Join": [
387
-
"",
388
-
[
389
-
{
390
-
"Ref": "AbTestingNotificationLambda36F153E8"
391
-
},
392
-
" exceeded 1% error rate"
393
-
]
394
-
]
395
-
},
396
-
"AlarmName": {
397
-
"Fn::Join": [
398
-
"",
399
-
[
400
-
"High error percentage from ",
401
-
{
402
-
"Ref": "AbTestingNotificationLambda36F153E8"
403
-
},
404
-
" lambda in CODE"
405
-
]
406
-
]
407
-
},
389
+
"AlarmDescription": "Something went wrong notifying test owners of upcoming AB test expiries in ab-testing-notification-lambda-CODE. Please check the logs",
@@ -942,30 +940,10 @@ exports[`The AB testing notification lambda stack > matches the PROD snapshot 1`
942
940
]
943
941
}
944
942
],
945
-
"AlarmDescription": {
946
-
"Fn::Join": [
947
-
"",
948
-
[
949
-
{
950
-
"Ref": "AbTestingNotificationLambda36F153E8"
951
-
},
952
-
" exceeded 1% error rate"
953
-
]
954
-
]
955
-
},
956
-
"AlarmName": {
957
-
"Fn::Join": [
958
-
"",
959
-
[
960
-
"High error percentage from ",
961
-
{
962
-
"Ref": "AbTestingNotificationLambda36F153E8"
963
-
},
964
-
" lambda in PROD"
965
-
]
966
-
]
967
-
},
943
+
"AlarmDescription": "Something went wrong notifying test owners of upcoming AB test expiries in ab-testing-notification-lambda-PROD. Please check the logs",
Copy file name to clipboardExpand all lines: dotcom-rendering/docs/development/ab-testing-in-dcr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ When your PR is merged, the A/B test will be automatically deployed to Fastly an
119
119
120
120
##### Naming Conventions
121
121
122
-
A/B tests should be prefixed with the team associated with the test, for example `webex-example-test`. This helps to identify the team responsible for the test and is enforced by typescript validation, you can inspect & edit the allowed team name definitions [here](https://github.com/guardian/dotcom-rendering/blob/main/ab-testing/types.ts#L9).
122
+
A/B tests should be prefixed with the team associated with the test, for example `webex-example-test`. This helps to identify the team responsible for the test and is enforced by typescript validation, you can inspect & edit the allowed team name definitions [here](https://github.com/guardian/dotcom-rendering/blob/main/ab-testing/config/types.ts#L7).
0 commit comments