We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ee0ee commit e4590beCopy full SHA for e4590be
db_test.go
@@ -1629,7 +1629,7 @@ func TestDB_MaxSizeExceededCanOpenWithHighMmap(t *testing.T) {
1629
}
1630
1631
// Ensure that when InitialMmapSize is above the limit, opening a database
1632
-// that is beyond the maximum size fails in Windows.
+// that is beyond the maximum size does not grow the db on Windows.
1633
// In Windows, the file must be expanded to the mmap initial size.
1634
// https://github.com/etcd-io/bbolt/issues/928
1635
func TestDB_MaxSizeExceededDoesNotGrow(t *testing.T) {
0 commit comments