Code review comment for lp://qastaging/~patrick-crews/percona-xtrabackup/xtrabackup-kewpie-merge

Revision history for this message
Patrick Crews (patrick-crews) wrote :

> Patrick,
>
> Thanks. I still see a lot of failures in
> http://jenkins.percona.com/view/Percona%20Xtrabackup/job/percona-xtrabackup-
> trunk-kewpie/32
>
> From the diagnostics provided, it's not even clear if those failures are
> Jenkins issues, or XtraBackup bugs, or kewpie bugs. But most of the have the
> following line:
>
> AssertionError: (<type 'exceptions.Exception'>, OperationalError(2003, "Can't
> connect to MySQL server on '127.0.0.1' (111)"))
>
> Any ideas what it might be?

That is tied to the tearDown method I'm using. It expects to see a server running so it can DROP/CREATE SCHEMA test. It appears that things are failing due to issues with the cnf file (the first failing assertion), then we see the assertion you noted. This happens because calls to innobackupex / xtrabackup fail mid-test, once the server is shutdown for restore, etc.

Not sure what is happening with the main failure. All tests were passing on my boxes. Will do some further research on this tomorrow.

« Back to merge proposal