Skip to content

Commit

Permalink
fix file format
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Sep 11, 2024
1 parent 43aaed1 commit 3dc9228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/mysqlctl/xtrabackupengine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"bytes"
"io"
"math/rand"

"os"
"path"
"testing"
Expand Down Expand Up @@ -54,6 +53,7 @@ func TestFindReplicationPosition(t *testing.T) {
t.Errorf("findReplicationPosition() = %v; want %v", got, want)
}
}

func TestFindReplicationPositionFromXtrabackupInfo(t *testing.T) {
input := `tool_version = 8.0.35-30
binlog_pos = filename 'vt-0476396352-bin.000005', position '310088991', GTID of the last change '145e508e-ae54-11e9-8ce6-46824dd1815e:1-3,
Expand Down

0 comments on commit 3dc9228

Please sign in to comment.