You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we don't have any test that tests merging a block with multiple heads. If we pick the first head all tests will pass.
The relevant code is in internal/db/merge.go in func (mp *mergeProcessor) loadBlocks.
This is sensitive and crucial part of defradb and should be properly tested.
This will be covered anyway once #2769 is in place, but it's encryption-related and we might want to have a separate test focused purely on this part.
The text was updated successfully, but these errors were encountered:
At the moment we don't have any test that tests merging a block with multiple heads. If we pick the first head all tests will pass.
The relevant code is in
internal/db/merge.go
infunc (mp *mergeProcessor) loadBlocks
.This is sensitive and crucial part of defradb and should be properly tested.
This will be covered anyway once #2769 is in place, but it's encryption-related and we might want to have a separate test focused purely on this part.
The text was updated successfully, but these errors were encountered: