Skip to content

Commit

Permalink
DROP THIS Refactor ReplicateObject.js to publish replication status o…
Browse files Browse the repository at this point in the history
…n completion
  • Loading branch information
KillianG committed Oct 17, 2024
1 parent 05cccf6 commit ebae5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/replication/tasks/ReplicateObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ class ReplicateObject extends BackbeatTask {
log.info('replication skipped: ' +
'source object version does not exist',
{ entry: sourceEntry.getLogInfo() });
this._publishReplicationStatus(

Check warning on line 847 in extensions/replication/tasks/ReplicateObject.js

View check run for this annotation

Codecov / codecov/patch/Backbeat

extensions/replication/tasks/ReplicateObject.js#L847

Added line #L847 was not covered by tests
sourceEntry, 'COMPLETED', { kafkaEntry, log });
return done();
}
log.info('target object version does not exist, retrying ' +
Expand Down

0 comments on commit ebae5a8

Please sign in to comment.