bootstrap filer replication with weed filer.export -targetStore=notification
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user