-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Infra UI] Test Plan (Meta Issue) #24163
Comments
ℹ️ The Kibana adapter exists both on the server side and the client side |
@weltenwort I think we need it more on the frontend. The GraphQL tests will fail if the Kibana backend adapter breaks. |
I think we could consider this "complete" as far as the initial list goes. Of course the tests could always test more edge cases and such. |
+1 on closing this as all the tasks are checked and PR's merged. Were all these PR's also backported to 6.x? If we found a part of the app that we should test more in detail and it's a bigger effort, let's open a separate issue to track it. |
yes, looks like they were all backported |
Hooray! |
The initial approach for the first release it to write integration tests for our touch points with the Kibana platform. The biggest bang for the buck is integration tests with the GraphQL endpoint. Those tests should reveal most upstream problems. The second area is running integration tests for our Kibana framework adapter on the front-end.
Waffle map nodes endpoint [Infra UI] Test for waffle map GraphQL endpoint #24184
Metric endpoint [Infra UI] Test for metrics GraphQL endpoint #24179
Capabilities endpoint [Infra UI] Test sources and capabilities endpoints #24216
Source endpoint [Infra UI] Test sources and capabilities endpoints #24216
Logs around endpoint [Infra UI] Add tests for the log entries and summary api #24354
Logs between endpoint [Infra UI] Add tests for the log entries and summary api #24354
Log summary endpoint [Infra UI] Add tests for the log entries and summary api #24354
Homepage integration test to make sure it loads [Infra UI] functional browser test for infraops page #24248
The text was updated successfully, but these errors were encountered: