Ema has submitted this change and it was merged.
Change subject: misc-backend.inc.vcl: set do_stream=false when testing
......................................................................
misc-backend.inc.vcl: set do_stream=false when testing
Set do_stream=false in the test version of misc-backend.inc.vcl to be
able to test the changes introduced in e5e8717.
Change-Id: I278f2e54c38e5155e69791b476a387b0378ba9d4
---
M templates/varnish/misc-backend.inc.vcl.erb
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ema: Verified; Looks good to me, approved
BBlack: Looks good to me, but someone else must approve
diff --git a/templates/varnish/misc-backend.inc.vcl.erb
b/templates/varnish/misc-backend.inc.vcl.erb
index 3993578..5b24543 100644
--- a/templates/varnish/misc-backend.inc.vcl.erb
+++ b/templates/varnish/misc-backend.inc.vcl.erb
@@ -52,7 +52,7 @@
<% end -%>
}
-<% if @cache_route == 'direct' -%>
+<% if @cache_route == 'direct' or @varnish_testing -%>
// Direct backend caches:
// Disable streaming if no Content-Length present. This is the default in
// varnish3, but in varnish4 this should convert them to responses
--
To view, visit https://gerrit.wikimedia.org/r/283195
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I278f2e54c38e5155e69791b476a387b0378ba9d4
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ema <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits