jnturton opened a new pull request, #2822: URL: https://github.com/apache/drill/pull/2822
# [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. - Ensure that MiniDFS is using simple auth in BaseTestImpersonation. - Shut down MiniDFS cluster in TestInboundImpersonation.selectChainedView ## Documentation N/A ## Testing CI runs. 1. Example: https://github.com/apache/drill/actions/runs/5867741986/job/15909061405 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org