Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Nov 25, 2022
1 parent 6ed8b7c commit 2a44a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/relay/local_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (t *testReaderSuite) setActiveRelayLog(r Process, uuid, filename string, of
writer.out.uuid.Store(uuid)
writer.out.filename.Store(filename)
writer.out.offset.Store(offset)
writer.out.fileOffset.Store(offset)
}

func (t *testReaderSuite) createBinlogFileParseState(c *C, relayLogDir, relayLogFile string, offset int64, possibleLast bool) *binlogFileParseState {
Expand Down

0 comments on commit 2a44a25

Please sign in to comment.