Hi Marcus, We have built and run the test suite using the instructions on this link. http://wiki.drizzle.org/JDBC/BuildingAndTesting We first skipped tests during builds using the command: $ mvn -Dmaven.test.skip=true package And then we ran the tests using the command: $ mvn test
We had a Drizzle instance running on Linux. Now, are you suggesting that we should make changes to the test code such that we are able to pass command line arguments indicating the address and port of a remote server instance on which to run the test suit? We have a few queries and we will be grateful if you could clear these. 1- What is the scope of query parsing that we have to implement in JDBC in this project? What kind of queries will we be parsing? 2- Since this project is meant for two students as stated on the GSoC ideas page, are we supposed to submit two proposals or one for a single project as a pair of students? Regards, Sohair Tayyab Butt
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp