( )โš™ D10788 censor: reduce risk of censor test blowing up output limit

This is an archive of the discontinued Mercurial Phabricator instance.

censor: reduce risk of censor test blowing up output limit
ClosedPublic

Authored by marmoute on May 28 2021, 6:56 PM.

Details

Summary

The censored file is really big, and we keep using hg cat on it, with the
assumption that it is censored. However, when it is not censored, the amount of
extra line output is huge and quickly saturate the backlog of terminal and CI
system.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.May 28 2021, 6:56 PM
baymax updated this revision to Diff 28253.May 30 2021, 12:07 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 28301.May 31 2021, 6:51 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

Alphare accepted this revision as: Alphare.May 31 2021, 10:31 AM
baymax updated this revision to Diff 28316.May 31 2021, 4:21 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 28398.Jun 1 2021, 11:17 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 28413.Jun 2 2021, 7:43 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 28447.Jun 4 2021, 11:04 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 28469.Jun 7 2021, 5:16 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.