Skip to content

Commit

Permalink
Fix typo and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dkovalev1 committed Aug 26, 2024
1 parent ff62e1b commit c61a33e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion helper/restore_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func doRestoreAgent() error {

var currentPipe string

// If skip file detected for the particular tableOid, Will not process batches related to this oid
// If skip file is detected for the particular tableOid, will not process batches related to this oid
skipOid := -1

for i, oidWithBatch := range oidWithBatchList {
Expand Down
1 change: 0 additions & 1 deletion integration/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ options:
})
It("skips batches if skip file discovered single file", func() {
// Run helper only with restore for a few batches and skip file defined
//
filesToDelete := setupRestoreWithSkipFiles(-1, false)
for _, f := range filesToDelete {
defer func(filename string) {
Expand Down

0 comments on commit c61a33e

Please sign in to comment.