#5 Rebase to 8.0.25
Merged 2 years ago by mschorm. Opened 2 years ago by mschorm.
Unknown source mysql-8.0.25  into  rawhide

file modified
+6 -3
@@ -17,7 +17,7 @@

  # The last version on which the full testsuite has been run

  # In case of further rebuilds of that version, don't require full testsuite to be run

  # run only "main" suite

- %global last_tested_version 8.0.24

+ %global last_tested_version 8.0.25

  # Set to 1 to force run the testsuite even if it was already tested in current version

  %global force_run_testsuite 0

  
@@ -79,8 +79,8 @@

  %global sameevr   %{?epoch:%{epoch}:}%{version}-%{release}

  

  Name:             community-mysql

- Version:          8.0.24

- Release:          3%{?with_debug:.debug}%{?dist}

+ Version:          8.0.25

+ Release:          1%{?with_debug:.debug}%{?dist}

  Summary:          MySQL client programs and shared libraries

  URL:              http://www.mysql.com

  
@@ -968,6 +968,9 @@

  %endif

  

  %changelog

+ * Tue Jun 01 2021 Michal Schorm <mschorm@redhat.com> - 8.0.25-1

+ - Update to MySQL 8.0.25

+ 

  * Wed May 19 2021 Pete Walter <pwalter@fedoraproject.org> - 8.0.24-3

  - Rebuild for ICU 69

  

@@ -16,3 +16,8 @@

  perfschema.threads_mysql                   : BUG#0 unstable on x86_64 and i686

  rpl_gtid.rpl_multi_source_mtr_includes     : BUG#0 unstable on x86_64 and i686

  

+ # Failing on 32-bit arches: armv7hl i686 s390x; since MySQL 8.0.25

+ x.connection_unixsocket                    : BUG#0

+ x.connection_unixsocket_invalid            : BUG#0

+ x.connection_unixsocket_lock               : BUG#0

+ innodb.innodb_bug-13628249                 : BUG#0

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (mysql-boost-8.0.24.tar.gz) = ad8510614251c056f0963f8e51b9ed5e75452ccbf2728254d662fcc3a7ee1bdc177d1d34e958ddc31c7e6b5b3af9377ef2d9cbdc0353676b3026619673447deb

+ SHA512 (mysql-boost-8.0.25.tar.gz) = af653ccff66a9d87221b46ad4f7bcc629700549f758998b9a7fb22e4573b9495a28624e031f016f9ad8fe0dfcf481b82f1ffe224aa48c2d45531570026b26081

no initial comment

There are few more failing tests in the builds you linked, however, the rebase LGTM, looks like a simple rebase so we just have to make more builds and figure the tests out like always with MySQL

There are few more failing tests in the builds you linked

The test I added to the skipped tests list are those that failed every time. Those are good to keep a good track of.
There were some randomly failing tests too; but I don't care about them as much at the moment.

Having the full testsuite runs done twice, I also bumped
%global last_tested_version 8.0.25
so all subsequent builds of MySQL 8.0.25 will be executing simple testuite only (just a suite "main"); from which no test failed.

rebased onto eac67d9

2 years ago

Pull-Request has been merged by mschorm

2 years ago