We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3bed0 commit 8c928ecCopy full SHA for 8c928ec
rsocket-core/src/test/java/io/rsocket/buffer/LeaksTrackingByteBufAllocator.java
@@ -80,11 +80,9 @@ public LeaksTrackingByteBufAllocator assertHasNoLeaks() {
80
}
81
82
if (!hasUnreleased) {
83
- System.out.println(tag + " all the buffers are released...");
84
return this;
85
86
87
- System.out.println(tag + " await buffers to be released");
88
for (int i = 0; i < 100; i++) {
89
System.gc();
90
parkNanos(1000);
@@ -109,7 +107,6 @@ public LeaksTrackingByteBufAllocator assertHasNoLeaks() {
109
107
return checkResult;
110
108
},
111
tag);
112
113
} finally {
114
tracker.clear();
115
0 commit comments