-
Notifications
You must be signed in to change notification settings - Fork 981
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
[MINOR UPDATE]: Fix Hadoop 3 impersonation test errors during CI runs #2822
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jnturton
added
bug
ci
CI
backport-to-stable
This bug fix is applicable to the latest stable release and should be considered for inclusion there
labels
Aug 16, 2023
Thanks for this. LGTM. +1 |
I'm not sure why the CI didn't kick off, perhaps because I had the wrong merge target branch set initially. I'll try to push up an empty commit to see if that gets it going. |
cgivre
approved these changes
Aug 16, 2023
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.
LGTM +1
cgivre
pushed a commit
to cgivre/drill
that referenced
this pull request
Nov 2, 2023
…apache#2822) * Shut down MiniDFS cluster in TestInboundImpersonation.selectChainedView. * Ensure that MiniDFS is using simple auth in BaseTestImpersonation.
jnturton
added a commit
that referenced
this pull request
Dec 31, 2023
…#2822) * Shut down MiniDFS cluster in TestInboundImpersonation.selectChainedView. * Ensure that MiniDFS is using simple auth in BaseTestImpersonation.
jnturton
added a commit
to jnturton/drill
that referenced
this pull request
Dec 31, 2023
…apache#2822) * Shut down MiniDFS cluster in TestInboundImpersonation.selectChainedView. * Ensure that MiniDFS is using simple auth in BaseTestImpersonation.
jnturton
added a commit
to jnturton/drill
that referenced
this pull request
Jan 3, 2024
…apache#2822) * Shut down MiniDFS cluster in TestInboundImpersonation.selectChainedView. * Ensure that MiniDFS is using simple auth in BaseTestImpersonation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-to-stable
This bug fix is applicable to the latest stable release and should be considered for inclusion there
bug
ci
CI
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[MINOR UPDATE]: Fix Hadoop 3 impersonation test errors during CI runs
Description
The following changes are made to resolve the "IO Running in secure mode, but config doesn't have a keytab" errors currently plaguing the Hadoop 3 impersonation tests when (and only when) they run in the GitHub CI [1].
These changes are sufficient to fix what I believe is a racy test harness set up / clean up bug that at this time only presents itself in the GitHub CI, and even then only with recent GitHub Runner images.
Documentation
N/A
Testing
CI runs.