mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
b6e355d151
commit
62273f7f56
1 changed files with 2 additions and 4 deletions
|
@ -397,8 +397,7 @@ public class QueueTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Ignore("This test timed out on Linux. Issue: https://github.com/elastic/logstash/issues/9910")
|
||||
@Test(timeout = 50_000)
|
||||
@Test(timeout = 300_000)
|
||||
public void reachMaxUnread() throws IOException, InterruptedException, ExecutionException {
|
||||
Queueable element = new StringElement("foobarbaz");
|
||||
int singleElementCapacity = computeCapacityForMmapPageIO(element);
|
||||
|
@ -687,8 +686,7 @@ public class QueueTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Ignore("This test frequently times out on Windows and Linux. Issue: https://github.com/elastic/logstash/issues/9878")
|
||||
@Test(timeout = 50_000)
|
||||
@Test(timeout = 300_000)
|
||||
public void concurrentWritesTest() throws IOException, InterruptedException, ExecutionException {
|
||||
|
||||
final int WRITER_COUNT = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue