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
Copy file name to clipboardExpand all lines: src/test/java/net/openhft/chronicle/queue/QueueTestCommon.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,10 @@ public void recordExceptions() {
133
133
for (Stringmsg : "Shrinking ,Allocation of , ms to add mapping for ,jar to the classpath, ms to pollDiskSpace for , us to linearScan by position from ,File released ,Overriding roll length from existing metadata, was 3600000, overriding to 86400000 ".split(",")) {
134
134
ignoreException(msg);
135
135
}
136
+
// See https://github.com/OpenHFT/Chronicle-Queue/issues/1455. As many unit tests do not use try/finally
137
+
// to manage tailer or appender scope properly. we are ignoring this exception for now.
138
+
// TODO: remove the below line and run the tests many times to flush out the problematic tests (or else inspect the codebase)
0 commit comments