Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Test 3rd party applications integration #387

Closed
ajnavarro opened this issue Sep 28, 2018 · 5 comments
Closed

Test 3rd party applications integration #387

ajnavarro opened this issue Sep 28, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajnavarro
Copy link
Contributor

To be sure that we keep compatibility with 3rd party applications, we need to create some integration tests for that.

  • They should be executed on a separated job after unit tests.
  • All supported drivers used to connect should be added as a new integration test.
  • We should add on docs a new entry called integrations or supported applications.
  • Add tests for the following clients (they are in priority order):
    • JDBC (MariaDB)
      • Query set that is executed by Spark (we don't need to start a spark instance for that, just send that queries over a JDBC connection)
      • Query set executed by Tableau
    • Python Mysql driver
    • pymysql Python driver
    • Go mysql driver
      • Query set that is executed by Grafana.
      • Query set executed by mysqldump (add when the mysqldump is supported, we can ignore before that).
    • MySQL Javascript driver
    • MySQL PHP driver
    • MySQL Ruby driver
    • MySQL .NET driver
@ajnavarro ajnavarro added the enhancement New feature or request label Sep 28, 2018
@smola
Copy link
Collaborator

smola commented Oct 2, 2018

See #391

@erizocosmico
Copy link
Contributor

@ajnavarro Should we do this in this repo or in another one?

@erizocosmico erizocosmico self-assigned this Oct 2, 2018
@ajnavarro
Copy link
Contributor Author

I would say to do on this repo. We need to be sure that we don't break any backward compatibility on any new functionality.

@erizocosmico
Copy link
Contributor

This was done

@smola
Copy link
Collaborator

smola commented Nov 5, 2018

Just for the record: Tableau work continues here: #468

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants