Description
Currently integration test job runs with a run-integration-test job label. We would like to run for each PR if there is no rate limit issues with LLMs. Otherwise, we may schedule its run daily.
We should try to use DeepEval caching.
Moreover, we need proper authentication method for Hana DB. Currently, BasicAuth is used.
Reasons:
Not running integration tests may lead any bugs come into our application.
Description Currently integration test job runs with a
run-integration-test
job label. We would like to run for each PR if there is no rate limit issues with LLMs. Otherwise, we may schedule its run daily. We should try to use DeepEval caching.Moreover, we need proper authentication method for Hana DB. Currently, BasicAuth is used.
Reasons: Not running integration tests may lead any bugs come into our application.