Skip to content
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

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

Closed
randytpierce opened this issue Mar 1, 2024 · 3 comments · Fixed by #341
Closed

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

randytpierce opened this issue Mar 1, 2024 · 3 comments · Fixed by #341
Assignees
Labels
bug Something isn't working couchbase

Comments

@randytpierce
Copy link
Contributor

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 randytpierce added bug Something isn't working couchbase labels Mar 1, 2024
@randytpierce randytpierce self-assigned this Mar 1, 2024
@randytpierce
Copy link
Contributor Author

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

@randytpierce
Copy link
Contributor Author

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
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working couchbase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant