Re: [Beginner][New Contributor] Need Help with few Queries

2020-04-27 Thread Kasper Sørensen
Some of those datastores are also configured in Travis CI, so they will be part of the continuous builds. But that's just *some* of the datastores. You can find those datastores by looking at our travic config (.travis.yml) and the integration test properties for travis ( travis-metamodel-integrati

Re: [Beginner][New Contributor] Need Help with few Queries

2020-04-24 Thread RATISH BANSAL
Hi Kasper, I understood your point around integration tests, but my query was more regarding the developer's perspective. Suppose I am working on enhancement/bug under any data source connector say (SQLServer), I am expected to test the changes locally before raising the PR. This would require a s

Re: [Beginner][New Contributor] Need Help with few Queries

2020-04-23 Thread Kasper Sørensen
Hi Ratish, Testing against all the databases is not required. We offer those tests as occasional integration tests that we run whenever we consider the changes to be related to that database. The integration tests themselves typically contain javadoc that explains what the prerequisites are. The

[Beginner][New Contributor] Need Help with few Queries

2020-04-16 Thread RATISH BANSAL
Hello All, I was looking to start contributing to Metamodel, so I analyzed and picked a few JIRA ticket for beginners to start with. However, I am facing some difficulties mentioned below. 1. How do we test the changes? As per my understanding, we do need an actual respective data source s