Merge lp:~laurynas-biveinis/percona-xtrabackup/16274-testsuite-rebase into lp:percona-xtrabackup/2.1

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 521
Proposed branch: lp:~laurynas-biveinis/percona-xtrabackup/16274-testsuite-rebase
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 21 lines (+4/-4)
1 file modified
test/bootstrap.sh (+4/-4)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-xtrabackup/16274-testsuite-rebase
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Stewart Smith (community) Approve
Review via email: mp+153782@code.launchpad.net

Description of the change

Use Percona Server 5.1.67-14.4 and 5.5.30-30.1 versions for the
testsuite. These versions provide the full server-side bitmap
support, including the user requests, which will be used in the bitmap
testcases.

Implements blueprint
https://blueprints.launchpad.net/percona-xtrabackup/+spec/rebase-testsuite-bitmap-requests.

http://jenkins.percona.com/job/percona-xtrabackup-2.1-param/210/

The MP is very simple but setting to G1 review to check for non-technical issues: 1) OK to update 2.1 only; 2) OK to update only PS.

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

16274 but not BT.

Revision history for this message
Stewart Smith (stewart) :
review: Approve
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/bootstrap.sh'
2--- test/bootstrap.sh 2013-01-02 04:22:50 +0000
3+++ test/bootstrap.sh 2013-03-18 12:54:42 +0000
4@@ -51,13 +51,13 @@
5 ;;
6
7 xtradb51)
8- url="http://www.percona.com/redir/downloads/Percona-Server-5.1/Percona-Server-5.1.60-13.1/binary/linux/$arch"
9- tarball="Percona-Server-5.1.60-rel13.1-413.Linux.$arch.tar.gz"
10+ url="http://www.percona.com/redir/downloads/Percona-Server-5.1/Percona-Server-5.1.67-14.4/binary/linux/$arch"
11+ tarball="Percona-Server-5.1.67-rel14.4-511.Linux.$arch.tar.gz"
12 ;;
13
14 xtradb55)
15- url="http://s3.amazonaws.com/percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.11-20.2/Linux/binary"
16- tarball="Percona-Server-5.5.11-rel20.2-116.Linux.$arch.tar.gz"
17+ url="http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.30-30.1/binary/linux/$arch"
18+ tarball="Percona-Server-5.5.30-rel30.1-465.Linux.$arch.tar.gz"
19 ;;
20
21 galera55)

Subscribers

People subscribed via source and target branches