Page MenuHomePhabricator

When executing a repository passthru command via CommandEngine, don't set a timeout
ClosedPublic

Authored by epriestley on May 22 2020, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 22, 9:00 AM
Unknown Object (File)
Sun, Feb 9, 9:23 AM
Unknown Object (File)
Sun, Feb 9, 9:23 AM
Unknown Object (File)
Sun, Feb 9, 9:23 AM
Unknown Object (File)
Sun, Feb 9, 9:23 AM
Unknown Object (File)
Sun, Jan 26, 7:47 PM
Unknown Object (File)
Sat, Jan 25, 6:10 PM
Unknown Object (File)
Sat, Jan 25, 7:51 AM
Subscribers
None

Details

Summary

Ref T13541. The passthru future does not have time limit behavior, so if we reach this code we currently fail.

Phabricator never reaches this code normally, but this code is reachable during debugging if you try to foreground a slow fetch to inspect it.

Passthru commands generally only make sense to run interactively, and the caller or control script can enforce their own timeouts (usually by pressing "^C" with their fingers).

Test Plan

Used a debugging script to run ref-by-ref fetches in the foreground.

Diff Detail

Repository
rP Phabricator
Branch
provision1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 24501
Build 33765: Run Core Tests
Build 33764: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 22 2020, 6:54 PM
This revision was automatically updated to reflect the committed changes.