Control: severity -1 important
-=| Dominic Hargreaves, 05.01.2014 18:15:20 +0000 |=-
> So this package needs to be checked to see whether the test failures
> are definitely random, and that the random breakage is purely in the test
> suite. If so, the severity of this bug can be downgraded to
> important.
I think the problem is indeed with hash randomization, and it is not
a real problem.
The text found is
DATE 1 INSERT INTO foo ( id, name, value) VALUE S ('1', 'test1',
'value1')
while the expected text is
DATE 1 INSERT INTO foo ( value, name, id) VALUE S ('value1', 'test1',
'1')
Both SQL statements are equivalent and differ only in the order of the
fields/values.
Cheers,
dam
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]