jenkins-bot has submitted this change and it was merged.

Change subject: Update SendBeaconReliability revid
......................................................................


Update SendBeaconReliability revid

Fixing the type to be an integer is not sufficient to solve the
problem.  Even with the type as string, the version is generated
equivalent to if it were an integer.

That meant changing it to an integer did not update the startup module
entry.

That in turn means the same URLs, which means Varnish continued
caching the wrong version.

Change-Id: I73d12f82ecc5be30a3d359eeec2da371c5f3ce30
(cherry picked from commit 34e42e1d736780643fd184d1328e36b4679182f5)
---
M WikimediaEvents.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/WikimediaEvents.php b/WikimediaEvents.php
index f6236f1..6746c6d 100644
--- a/WikimediaEvents.php
+++ b/WikimediaEvents.php
@@ -67,7 +67,7 @@
        'schema.SendBeaconReliability' => array(
                'class' => 'ResourceLoaderSchemaModule',
                'schema' => 'SendBeaconReliability',
-               'revision' => 10676430,
+               'revision' => 10735916,
        ),
        'ext.wikimediaEvents.ve' => array(
                'scripts'       => 'ext.wikimediaEvents.ve.js',

-- 
To view, visit https://gerrit.wikimedia.org/r/179042
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I73d12f82ecc5be30a3d359eeec2da371c5f3ce30
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaEvents
Gerrit-Branch: wmf/1.25wmf11
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to