You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure that our test cases work against capella and use them to get an idea of how well they run. We changed the credentials, of necessity, to work on both capella and our on-prem cluster and that requires some code change. There are also a few test case queries that are apparently still depending on the primary index so those need to change as well.
The text was updated successfully, but these errors were encountered:
I have the test suite passing to adb-cb1 and also to capella now. From my laptop it takes
laptop to adb-cb1 - 450 seconds
laptop to capella - 1060 seconds
This is preliminary. The test do all pass but it is taking twice as much time to run them against capella.
Regarding the previous comment. These tests are running from inside vscode. I'll work on running them from the command line. Looking at the monitoring stats on the capella database it is not readily apparent that any resources are limited. The test do make a lot of connections so perhaps that is having a bearing on things.
We need to make sure that our test cases work against capella and use them to get an idea of how well they run. We changed the credentials, of necessity, to work on both capella and our on-prem cluster and that requires some code change. There are also a few test case queries that are apparently still depending on the primary index so those need to change as well.
The text was updated successfully, but these errors were encountered: