Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
batcheval: fix incorrect StartTime in ExportResponse
Previously, ExportResponse for a revision history backup was always setting the `StartTime` in the response to the GCThreshold of the span being exported. This is correct for a full backup where revision history stretches only as far back as the GCThreshold, but is incorrect for incremental backups where the StartTime should stretch as far back as the StartTime of the ExportRequest. Thankfully, this StartTime in ExportResponse is only used for validating that the restore AOST is greater than the StartTime of the full backup i.e. this field is inconsequential for incrementals. Nonetheless, we should send back an accurate response. Release note: None Release justification: low risk bug fix
- Loading branch information