-
Notifications
You must be signed in to change notification settings - Fork 416
Open
Labels
Description
Here's a snippet from the output of go test -v ./storage/mysql:
=== RUN TestNodeRoundTrip/store-all-read-all-norevisions
E1028 16:50:59.282101 144538 subtree_cache.go:122] PopulateLogTile(): log repop got: 254 internal nodes, want: 0
=== RUN TestNodeRoundTrip/store-all-read-all-revisions
E1028 16:50:59.299517 144538 subtree_cache.go:122] PopulateLogTile(): log repop got: 254 internal nodes, want: 0
By trial and error I've found that these PopulateLogTile errors started occurring after this commit. However, that commit's description seems to suggest that it may have only surfaced the issue rather than created it.