On Tue, Apr 3, 2012 at 5:36 PM, Sohair Butt <buttsoha...@gmail.com> wrote:
> 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? > yes, that would be neat, something like mvn -Ddrizzle.test.address=8.8.8.8 -Dmysql.test.address=9.9.9.9 test then, please submit a branch on github for merging > > 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? > depends on your ambition level i guess, i was mostly aiming for "simple" select queries > > 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? > no idea how this works, anyone? /Marcus
_______________________________________________ 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