Closed Bug 1727339 Opened 3 years ago Closed 3 years ago

stop printing the number of bytes sent by HTTP request in some v-c-t tests

Categories

(Developer Services :: Mercurial: hg.mozilla.org, enhancement)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sheehan, Assigned: sheehan)

Details

Attachments

(1 file)

There are a few tests in v-c-t that print the number of bytes sent over the wire as a result of the test. When we upgrade Mercurial versions, these values can increase by small amounts as new data is added to the wire protocol to make things more efficient. We should stop printing these bytes values in tests as the other lines usually indicate the same wire protocol commands are being called, which is the true intent of the test.

Type: task → enhancement

These values frequently go up/down by a few bytes when updating versions
of Mercurial, causing us to update them to their new values each time.
Sending a few extra bytes isn't a huge deal, and as long as the wire
protocol commnands are taking place in the same order we don't care about
the slight bandwidth increases.

Depends on D123477

Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/8f8a4f1301d3
testing: glob out number of bytes sent in Apache logs in tests r=zeid

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: