Mr. Marcus can you please tell us which version of drizzle server are you
running.
We have been trying to solve the issues in those 12 tests.
Issues :

3 tests in Cancel test files : implicit joins which is no longer allowed in
drizzle as said by Sohair above. SOLVED

Diver Test (TestException Div by zero) unable to detect drizzle running it
always perceives MySQL running even though always connected to
drizzle server. If we remove
"if(getConnection().getMetaData().c.toLowerCase().equals("drizzle")" the
test runs fine as the exception generated is correct "ExceptionDivByZero"
though WORKED BY REMOVING IF CONDITION.

primaryKeysTest(org.drizzle.jdbc.DatabaseMetadataTest)   NO COLUMN NAMED
"COLUMN_KEY" FOUND
exportedKeysTest(org.drizzle.jdbc.DatabaseMetadataTest) NO COLUMN NAMED
"kcu.refernced" FOUND
importedKeysTest(org.drizzle.jdbc.DatabaseMetadataTest) NO COLUMN NAMED
"kcu.refernced" FOUND
testGetTables(org.drizzle.jdbc.DatabaseMetadataTest)       NO COLUMN NAMED
"table_comment" FOUND
testGetTables2(org.drizzle.jdbc.DatabaseMetadataTest)     NO COLUMN NAMED
"table_comment" FOUND
testGetColumns(org.drizzle.jdbc.DatabaseMetadataTest)    NO COLUMN NAMED
"table_type" FOUND
dbmetaTest(org.drizzle.jdbc.DatabaseMetadataTest)           NO COLUMN NAMED
"COLUMN_KEY" FOUND

Sohair will upload the diff patch in few hours. Please do comment.


On Wed, Apr 11, 2012 at 9:25 PM, Sohair Butt <buttsoha...@gmail.com> wrote:

> Solved the errors in CancelTest.java. The queries being used in the
> functions involved implicit joins of the tables. This is no longer allowed
> in Drizzle and generates an error. Using CROSS JOINs in place of implicit
> joins in the queries solved the problem. For exmaple,
>
> ("select * from information_schema.columns CROSS JOIN
> information_schema.tables CROSS JOIN information_schema.table_constraints")
>
> Also, Waqas and I will be having our Midterm exams during the next 3-4
> days. We will try our best, though, to stay active during this time and
> complete this task.
>



-- 
Regards Waqas
_______________________________________________
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

Reply via email to