-
Notifications
You must be signed in to change notification settings - Fork 4
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
Review TDVT results differences between JDBC & ODBC connectors #25
Comments
Those timings are a concern, 🐢 100% slower 😱 |
For a quick sanity check, I ran the TDVT suite a few times with the JDBC and ODBC connectors of release 1.0.2. The ODBC connector was more than twice as fast as the JDBC connector.
Investigating TDVT results with these priorities:
|
These are the 4 TDVT tests that fail when using the Actian JDBC connector and yet do NOT fail when using the Actian ODBC connector.
Test Set: expression.standard.mahds |
Test Results with the latest TDVT suiteJDBC Connector v1.0.3(dev)
ODBC Connector v1.0.3(dev)
|
Testing of JDBC and ODBC tacos built with recent changes to the connector code produces results that are very close, although not identical, between the two tacos.
We need to investigate and compare the results, ensuring at a minimum that all of the tests passing for the ODBC connector are also passing for the JDBC connector.
The text was updated successfully, but these errors were encountered: