bootstrap filer replication with weed filer.export -targetStore=notification

This commit is contained in:
Chris Lu
2018-11-03 12:43:45 -07:00
parent 3674ad9f8e
commit a64613172d
4 changed files with 61 additions and 21 deletions

View File

@@ -32,8 +32,8 @@ func TestProtoMarshalText(t *testing.T) {
}
notification := &filer_pb.EventNotification{
OldEntry: toProtoEntry(oldEntry),
NewEntry: toProtoEntry(nil),
OldEntry: oldEntry.ToProtoEntry(),
NewEntry: nil,
DeleteChunks: true,
}