Skip to content
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

mtr: macos test failures symlink + multiauth #3018

Open
wants to merge 1 commit into
base: 10.4
Choose a base branch
from

Conversation

grooverdan
Copy link
Member

@grooverdan grooverdan commented Jan 23, 2024

  • The Jira issue number for this PR is: MDEV-______

Description

Correct test failures on MacOS.

How can this PR be tested?

https://buildbot.mariadb.org/#/grid?branch=refs/pull/3018/merge - on macos builder test output

Basing the PR against the correct MariaDB version

  • [] This is a new feature and the PR is based against the latest MariaDB development branch.
  • This is a bug fix and the PR is based against the earliest maintained branch in which the bug can be reproduced.

PR quality check

  • I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
  • For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.

Needed to extend the buffer of replace_regex as
with multiauth.test it shows all paths of not found
resulting in 564 characters.

ref: https://buildbot.mariadb.org/#/builders/590/builds/1903/steps/5/logs/stdio
@@ -1,7 +1,7 @@
create table t1 (a int) engine=myisam data directory='MYSQL_TMP_DIR';
insert t1 values (1);
# Some systems fail with errcode 31 (FreeBSD), 40, or 90 (MIPS) when doing openat,
# while others don't have openat and fail with errcode 20.
# while others don't have openat and fail with errcode 20. MacOS has 62.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO it might be clearer to say "MacOS fails with 62"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, Will correct. multiauth still failing, looks like the output line has exceeded the mysqltest length and the place I changed this isn't correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants