Support wsgi on python 3.8 and 3.9 on rhel8 #224
Annotations
3 errors
spec/acceptance/class_spec.rb#L41
puppetboard class configuring Apache without vhost / mod_wsgi answers to localhost
Failure/Error: expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expected "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error...>More information about this error may be available\nin the server error log.</p>\n</body></html>\n" to match /<title>Puppetboard<\/title>/
Diff:
@@ -1,14 +1,27 @@
-/<title>Puppetboard<\/title>/
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>500 Internal Server Error</title>
+</head><body>
+<h1>Internal Server Error</h1>
+<p>The server encountered an internal error or
+misconfiguration and was unable to complete
+your request.</p>
+<p>Please contact the server administrator at
+ [no address given] to inform them of the time this error occurred,
+ and the actions you performed just before this error.</p>
+<p>More information about this error may be available
+in the server error log.</p>
+</body></html>
|
spec/acceptance/class_spec.rb#L83
puppetboard class configuring Apache with vhost / mod_wsgi answers to localhost
Failure/Error: expect(r.stdout).to match(%r{<title>Puppetboard</title>})
expected "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error...>More information about this error may be available\nin the server error log.</p>\n</body></html>\n" to match /<title>Puppetboard<\/title>/
Diff:
@@ -1,14 +1,27 @@
-/<title>Puppetboard<\/title>/
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>500 Internal Server Error</title>
+</head><body>
+<h1>Internal Server Error</h1>
+<p>The server encountered an internal error or
+misconfiguration and was unable to complete
+your request.</p>
+<p>Please contact the server administrator at
+ [no address given] to inform them of the time this error occurred,
+ and the actions you performed just before this error.</p>
+<p>More information about this error may be available
+in the server error log.</p>
+</body></html>
|
|
This job failed
Loading