mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
894f7600e1
commit
ea467150ad
1 changed files with 2 additions and 0 deletions
|
@ -624,11 +624,13 @@ public class QueueTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9918")
|
||||||
@Test
|
@Test
|
||||||
public void queueStableUnderStressHugeCapacity() throws Exception {
|
public void queueStableUnderStressHugeCapacity() throws Exception {
|
||||||
stableUnderStress(100_000);
|
stableUnderStress(100_000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("This test timed out on Windows. Issue: https://github.com/elastic/logstash/issues/9918")
|
||||||
@Test
|
@Test
|
||||||
public void queueStableUnderStressLowCapacity() throws Exception {
|
public void queueStableUnderStressLowCapacity() throws Exception {
|
||||||
stableUnderStress(50);
|
stableUnderStress(50);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue