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

Consider testing against R2DBC TCK #6

Open
mp911de opened this issue Jul 7, 2023 · 1 comment
Open

Consider testing against R2DBC TCK #6

mp911de opened this issue Jul 7, 2023 · 1 comment

Comments

@mp911de
Copy link

mp911de commented Jul 7, 2023

R2DBC comes with a TCK to verify basic R2DBC operations. Consider running your driver against the test suite to verify it complies with the R2DBC spec. The test kit is available from https://github.com/r2dbc/r2dbc-spi/blob/main/r2dbc-spi-test/src/main/java/io/r2dbc/spi/test/TestKit.java and an example implementation can be found at https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/test/java/io/r2dbc/postgresql/PostgresqlTestKit.java

Individual tests are fine to be skipped in case they are unsupported.

@rs-rappavu
Copy link
Contributor

Sure will work on TCK compliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants