Re: [JDBC][MySQL] Schema for integration test

2019-01-18 Thread Kasper Sørensen
Hi Ratish, Glad that you're looking to do some contributions to MetaModel :-) The integration test data is usually documented in the javadoc of the test class itself. So for MySQL, check out this class documentation: https://github.com/apache/metamodel/blob/master/jdbc/src/test/java/org/apache/me

[JDBC][MySQL] Schema for integration test

2019-01-17 Thread RATISH BANSAL
Hello, I want to start contributing to the Apache metamodel project, so pulled the latest code and tried to set things up.When I tried running the integration tests for MySQL they stared failing because the expected schema is not present in my configured MySQL database.Can you please guide, where