-
Notifications
You must be signed in to change notification settings - Fork 713
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
Conversation
There was a problem hiding this 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
@inikep has updated the pull request. Re-import the pull request |
I've updated this patch with added a fix for |
There was a problem hiding this 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 (#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
…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
Fix unit tests after merging 3847e40e2641 and 9e2db8e1c0db
Changes:
MDL_context::acquire_lock_nsec
to work withthd == nullptr
Test_MDL_context_owner::get_thd
that returns(THD *)1
BootstrapFailWhenServerResponseExceedsReadTimeout
Mysys.CreateTempFile
when access to/tmp
is denied