NOAA-GSL / VxIngest

Other
2 stars 0 forks source link

Make sure test cases work against capella and record the results #340

Closed randytpierce closed 4 months ago

randytpierce commented 4 months ago

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.

randytpierce commented 4 months ago

something to remember is that as soon as we deploy this the credentials on the servers where it gets deployed must also change.

randytpierce commented 4 months ago

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.

randytpierce commented 4 months ago

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.