EATL + AP testsuite fails on every single OAMLAYER - Request Notified test due to the fact, that there are way more results in ES than the number-of-records expected.
{ "application-name": "ExecutionAndTraceLog", "latest-match": 0, "number-of-records": 100 }
It can be fixed in 2 ways:
1.
- cleanup ES before/after each test, but also increase the number of results to at least 10000
- ups: easy fix
- downs : we can encounter this scenario again if the number of records exceeds 10000
- implement scrolling in testing
- ups: will work no matter how many results are there
- downs: much harder to implement
Priority:High;
AffectedFlow:None;
EATL + AP testsuite fails on every single OAMLAYER - Request Notified test due to the fact, that there are way more results in ES than the number-of-records expected.
{ "application-name": "ExecutionAndTraceLog", "latest-match": 0, "number-of-records": 100 }It can be fixed in 2 ways:
1.