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
We are passing custom values to the constructor of PooledByteBufAllocator in
tests in order to turn of caching. This is based on:
netty/netty#5275 (comment)
Netty 4.1.52 has significant changes in PooledByteBufAllocator:
netty/netty#10267
After the changes, our current value for maxOrder=2, which results in
chunkSize=16K, causes an assert failure in PoolChunk where the runSize
exceeds the chunkSize.
Copy file name to clipboardExpand all lines: spring-core/src/testFixtures/java/org/springframework/core/testfixture/io/buffer/AbstractDataBufferAllocatingTests.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -159,11 +159,12 @@ public static Stream<Arguments> dataBufferFactories() {
0 commit comments