Hi Sergey,

Attached patch fixes two more failures in the merge as seen in Buildbot.

The main.innodb failures are two different issues. One I already fixed in
another place in XtraDB, I added a comment to explain better. The other looks
like a merge error, the result file was changed in the merge but the output of
the test did not change.

The main.bug46080 failure is really due to a poor test case. It checks that an
out-of-memory condition does not crash the server, but it does so poorly using
--safemalloc-mem-limit=4000000. This requires all kinds of assumptions about
how much memory is actually used. MariaDB uses more memory (due to the Maria
storage engine I assume). I increased the value to something reasonable for
Maria that should still trigger the out-of-memory condition. The better fix
would be to re-write the test case to use error injection.

 - Kristian.

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to