Skip to content

Commit

Permalink
Merge: percona-server_8_{0,4}: fix tests not being found (#349757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 19, 2024
2 parents 7b9070e + 6139a81 commit 830bfd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/percona-server/8_0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ stdenv.mkDerivation (finalAttrs: {
connector-c = finalAttrs.finalPackage;
server = finalAttrs.finalPackage;
mysqlVersion = lib.versions.majorMinor finalAttrs.version;
tests = nixosTests.mysql.percona-server_lts;
tests.percona-server = nixosTests.mysql.percona-server_8_0;
};

meta = with lib; {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/sql/percona-server/8_4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ stdenv.mkDerivation (finalAttrs: {
connector-c = finalAttrs.finalPackage;
server = finalAttrs.finalPackage;
mysqlVersion = lib.versions.majorMinor finalAttrs.version;
tests = nixosTests.mysql.percona-server_innovation;
tests.percona-server = nixosTests.mysql.percona-server_8_4;
};

meta = with lib; {
Expand Down

0 comments on commit 830bfd0

Please sign in to comment.