-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xtrabackup tests are failing #10146
Comments
@mattlord pointed out that a new release came out today |
Here's the problem.
|
We seem to be getting a SEGFAULT / SIGSEGV here: https://github.com/percona/percona-xtrabackup/blob/2.4/storage/innobase/xtrabackup/src/ds_tmpfile.c#L94-L111 It somehow seems to have been caused by this PR that is only in the brand new release: percona/percona-xtrabackup@eb29675 |
I filed a bug upstream: https://jira.percona.com/browse/PXB-2756 For now I think we will have to try and pin the xtrabackup version we use in the CI to 2.4.24. I will look into that tomorrow. |
PR for the fix is here: percona/percona-xtrabackup#1314 |
Overview of the Issue
Cluster(20) has been failing for the last 12 hours or so, with most of the xtrabackup tests failing. The ones using xbstream are still passing.
Since we download the latest binary in CI, this may have nothing to do with our code, but with some change to the binary. Needs to be investigated.
Reproduction Steps
See https://github.com/vitessio/vitess/actions/workflows/cluster_endtoend_20.yml
Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: