WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Pull Handler threw error but did not track it. #909

@cambot

Description

@cambot

Somehow, I ended up with entries in SourceControl.Git.DeploymentLog where End Timestamp and Status are both blank:

SELECT *
  FROM SourceControl_Git.DeploymentLog
 WHERE EndTimestamp IS NULL

If a pull handler's OnPull() method ever throws an error, that information is not captured in the Deployment Log record, but it is returned and communicated back the call chain.

I do not know if this is related to #907 or not. Also, it is a little confusing that ForModifications() can return either the thrown exception OR the value of %OnSave().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions