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
Copy file name to clipboardExpand all lines: README.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,28 +11,42 @@ This is simple test suit could be used in monitoring/deployment.
11
11
- check if latest releases page/feed is accessible and returns not empty results
12
12
- check if latest release at https://metacpan.org/feed/recent?f= is not older than 4 hours ago
13
13
14
-
# INSTALL
14
+
# Install
15
15
16
16
yum install curl
17
17
carton install
18
18
19
-
# RUN TESTS
19
+
# Run tests
20
20
21
21
carton exec swat
22
22
23
-
# Settings
23
+
# Suite.ini
24
24
25
-
-`latest_rs_age` - define critical age in hours for a latest release appeared at https://metacpan.org/feed/recent?f= , if latest release's age more then
26
-
_latest\_rs\_age_ hours this is considered as _feed freeze failure_. Default value is _4_.
25
+
[metacpan]
27
26
28
-
# check that releases come to metacpan every 1 hour
29
-
echo latest_rs_age=1 >> swat.my
27
+
# define critical age in hours for a latest release appeared at https://metacpan.org/feed/recent?f=
28
+
# if latest release's age more then latest_rs_age_ hours
29
+
# this is considered as feed freeze failure. Default value is 4
0 commit comments