-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: PGAdmin Testing Investigation #26603
Comments
@awoods187 Can you look through this list and augment it with what's on our roadmap and what's not? |
I have created a table above with the detail of the features. I think most of them we will not implement anytime soon. It would be better for now to simply skip these tests. |
@rafiss I don't believe PGAdmin's test suite is integrated into our CI but it could be one to prioritized. Would be interesting to compare a GUI test suite against the driver and ORM ones |
Hi. I noticed that EDIT: https://www.cockroachlabs.com/docs/v21.2/cancel-session |
#41335 is coming in 22.1 as well |
While testing out PGAdmin's test suite, the following issues cause test failures. Note that this is not a list of extensions to implement but a list of what fell out of my investigation into PGAdmin. We will not support a good number of these.
So we should be able to create a subset of tests that we will support (and run) and what we won't.
The most important item to unlock testing is the correct full handling of schemas.
Jira issue: CRDB-4995
The text was updated successfully, but these errors were encountered: