-
Notifications
You must be signed in to change notification settings - Fork 34
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
Introduce basic sanity test for MV used by Observability Integrations #995
Introduce basic sanity test for MV used by Observability Integrations #995
Conversation
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
0ffad0e
to
e65870c
Compare
Signed-off-by: Chen Dai <[email protected]>
@dai-chen this is a good idea for testing more specific use cases We are currently working on adding a specific docker-based framework that will allow such domain related test suites to be added - please review and let me know what you think and what would be the best way of incorporating these tests |
Will have a look later. Thanks! |
Description
This PR introduces basic sanity tests for Flint Spark integration. These tests are designed to quickly capture obvious breaking changes in materialized views used by Observability Integration dashboards. The focus is to provide a safeguard against unexpected regressions in key MV functionalities. In the future, Observability Integration will need to maintain a complete set of tests to cover all dimensions, such as supported integrations, raw or aggregate MV etc.
Related Issues
#88
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.