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

Fix merge_small_tests-t, merge_large_tests-t, and routertest_component_bootstrap #1067

Closed
wants to merge 1 commit into from

Conversation

inikep
Copy link
Contributor

@inikep inikep commented Dec 16, 2019

Fix unit tests after merging 3847e40e2641 and 9e2db8e1c0db

Changes:

  1. Allow MDL_context::acquire_lock_nsec to work with thd == nullptr
  2. Remove an upstream hack in Test_MDL_context_owner::get_thd that returns (THD *)1
  3. Update error code for BootstrapFailWhenServerResponseExceedsReadTimeout
  4. Fix Mysys.CreateTempFile when access to /tmp is denied

@inikep inikep changed the title Fix merge_small_tests-t, merge_small_tests-t, and routertest_component_bootstrap Fix merge_small_tests-t, merge_large_tests-t, and routertest_component_bootstrap Dec 16, 2019
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@hermanlee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

…t_bootstrap

Fix unit tests after merging facebook@3847e40e2641 and facebook@9e2db8e1c0db

Changes:
1. Allow `MDL_context::acquire_lock_nsec` to work with `thd == nullptr`
2. Remove an upstream hack in `Test_MDL_context_owner::get_thd` that returns `(THD *)1`
3. Update error code for `BootstrapFailWhenServerResponseExceedsReadTimeout`
4. Fix `Mysys.CreateTempFile` when access to `/tmp` is denied
@facebook-github-bot
Copy link

@inikep has updated the pull request. Re-import the pull request

@inikep
Copy link
Contributor Author

inikep commented Dec 17, 2019

I've updated this patch with added a fix for Mysys.CreateTempFile.

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@hermanlee has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@hermanlee hermanlee closed this Dec 27, 2019
facebook-github-bot pushed a commit that referenced this pull request Dec 27, 2019
…t_bootstrap (#1067)

Summary:
Fix unit tests after merging 3847e40e2641 and 9e2db8e1c0db

Changes:
1. Allow `MDL_context::acquire_lock_nsec` to work with `thd == nullptr`
2. Remove an upstream hack in `Test_MDL_context_owner::get_thd` that returns `(THD *)1`
3. Update error code for `BootstrapFailWhenServerResponseExceedsReadTimeout`
4. Fix `Mysys.CreateTempFile` when access to `/tmp` is denied

Squash with D14652380, D7298713, D16421520
Pull Request resolved: #1067

Reviewed By: lth

Differential Revision: D19129729

Pulled By: lth

fbshipit-source-id: 61b1a9d
@inikep inikep deleted the unit-tests branch December 30, 2019 09:35
inikep added a commit to inikep/mysql-5.6 that referenced this pull request Jul 27, 2020
…t_bootstrap (facebook#1067)

Summary:
Fix unit tests after merging 3847e40 and 9e2db8e

Changes:
1. Update error code for `BootstrapFailWhenServerResponseExceedsReadTimeout`
2. Fix `Mysys.CreateTempFile` when access to `/tmp` is denied

Pull Request resolved: facebook#1067

Reviewed By: lth

Differential Revision: D19129729

Pulled By: lth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants