Page MenuHomePhabricator

Don't try to publish build results to bare diffs
ClosedPublic

Authored by epriestley on Feb 12 2019, 11:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 12:00 PM
Unknown Object (File)
Mar 19 2024, 11:56 AM
Unknown Object (File)
Mar 10 2024, 7:30 AM
Unknown Object (File)
Feb 13 2024, 7:13 PM
Unknown Object (File)
Feb 8 2024, 11:57 PM
Unknown Object (File)
Jan 23 2024, 10:46 AM
Unknown Object (File)
Dec 5 2023, 11:33 AM
Unknown Object (File)
Nov 30 2023, 6:04 AM
Subscribers
None

Details

Summary

See https://discourse.phabricator-community.org/t/conduit-call-is-generating-phd-log-error-message/2380/. If you run builds against a diff which is not attached to a revision (this is unusual) we still try to publish to the associated revision. This won't work since there is no associated revision.

Since bare diffs don't really have a timeline, just publish nowhere for now.

Test Plan
  • Created a diff.
  • Did not attach it to a revision.
  • Created a build plan with "make http request + wait for response".
  • Manually ran the build plan against the bare diff.
  • Used bin/phd debug task to run the build and hit a "revision not attached" exception during publishing.
  • Applied patch.
  • Ran bin/phd debug task, got clean (no-op) publish.
  • Sent build a failure message with "harbormaster.sendmessage", got a failed build.

This isn't a real workflow, but shouldn't fail.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable