EventdIT test failure
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity

Ron Roskens April 8, 2019 at 1:28 PMEdited
bah, wrong bug.
Fixed
Details
Details
Details
PagerDuty
PagerDuty Incident
PagerDuty
PagerDuty Incident
PagerDuty

PagerDuty Incident
Created April 6, 2019 at 8:37 PM
Updated April 17, 2019 at 2:15 PM
Resolved April 17, 2019 at 2:15 PM
testNMS8919 is flaky. Depending on the order the tests run in, the nodeid in the event changes from 13 to 1.
The fix is to not use `new Integer(1)`, but to use `node.getId()` to compare against.