Page MenuHomePhabricator

ensure_content_type version checking fails if actual version patch number >=10
Closed, ResolvedPublic

Description

Today we encountered an incident where after an MCS deploy, which
changed the summary version from 1.3.9. to 1.3.10, caused RB to rerender
the summary for every page.[1]

The problem is that the comparison previously used failed when the patch
version number was 10 or greater and the expected patch version number
is < 10.