Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAMLayer tests need to scroll through results of list-records-of-application #771

Open
DanaSunal opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
bug_from_testsuite_run bugs identified from running test-suite in pipeline testsuite_to_be_changed

Comments

@DanaSunal
Copy link
Collaborator

DanaSunal commented Jun 29, 2023

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_from_testsuite_run bugs identified from running test-suite in pipeline testsuite_to_be_changed
Projects
None yet
Development

No branches or pull requests

2 participants