Fixed
Details
Assignee
Seth LegerSeth LegerReporter
Seth LegerSeth LegerComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Seth Leger
Seth LegerComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 16, 2017 at 12:30 PM
Updated March 20, 2017 at 10:22 AM
Resolved March 17, 2017 at 4:38 PM
It looks like the Elasticsearch 1 integration tests are flapping because occasionally the Bamboo machines will launch an Elasticsearch 1 service at the same time and they will cluster with each other via broadcast discovery. This can lead to extra events appearing in the ES index. Tests will then fail with a message like:
16-Mar-2017 06:22:26 2017-03-16 06:22:26,292 WARN [pool-192-thread-1] org.opennms.smoketest.minion.AbstractSyslogTest - ES search hits was not equal to 10100: 13100 16-Mar-2017 06:22:26 java.lang.AssertionError: ES search hits was not equal to 10100: 13100 16-Mar-2017 06:22:26 at org.junit.Assert.fail(Assert.java:88) 16-Mar-2017 06:22:26 at org.junit.Assert.assertTrue(Assert.java:41) 16-Mar-2017 06:22:26 at org.opennms.smoketest.minion.AbstractSyslogTest.lambda$pollForElasticsearchEventsUsingJest$0(AbstractSyslogTest.java:291) 16-Mar-2017 06:22:26 at com.jayway.awaitility.core.CallableCondition$ConditionEvaluationWrapper.eval(CallableCondition.java:100) 16-Mar-2017 06:22:26 at com.jayway.awaitility.core.ConditionAwaiter$ConditionPoller.run(ConditionAwaiter.java:179) 16-Mar-2017 06:22:26 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 16-Mar-2017 06:22:26 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 16-Mar-2017 06:22:26 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 16-Mar-2017 06:22:26 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 16-Mar-2017 06:22:26 at java.lang.Thread.run(Thread.java:745)