-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17183. ABFS: Enabling checkaccess on ABFS #2331
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
HADOOP-17183. ABFS: Enabling checkaccess on ABFS #2331
Conversation
562445f to
0a6011f
Compare
|
Test results with accounts in Sentral India Without checkaccess specific configs HNS-OAuth[INFO] Results: HNS-SharedKey[INFO] Results: NonHNS-SharedKey[INFO] Results: With checkaccess specific configs HNS-OAuth[INFO] Results: HNS-SharedKey[INFO] Results: NonHNS-SharedKey[INFO] Results: |
Contributed by Bilahari TH Change-Id: If4224697deed733d6db44145994cdd85547c27d1
|
+1, merged to 3.3 and trunk |
…2331) Contributed by Bilahari TH Change-Id: If4224697deed733d6db44145994cdd85547c27d1
ABFS: Enabling checkaccess API
#2316
The commit got reverted due to test failure.
Checkaccess testcase creates a test FS instance created with auth type as OAuth with a client credentials for an app without any RBAC.
The test failure was happening when the tests were ran with SharedKey auth and the fs.azure.account.oauth.provider.type config is missing. Tests did not fail for OAuth and client credentials because in that case this config will be present.
Also these tests needs to be ran mandatorily. So we are letting the test to fail in the absence of the test specific configs.
Driver test results against taccounts in Central India region
With Check access test configs
HNS-OAuth
[INFO] Results:
[INFO]
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 457, Failures: 0, Errors: 0, Skipped: 64
[INFO] Results:
[INFO]
[WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
HNS-SharedKey
[INFO] Results:
[INFO]
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 457, Failures: 0, Errors: 0, Skipped: 24
[INFO] Results:
[INFO]
[WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
NonHNS-SharedKey
[INFO] Results:
[INFO]
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 457, Failures: 0, Errors: 0, Skipped: 245
[INFO] Results:
[INFO]
[WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
Without checkaccess configs
HNS-OAuth
[INFO] Results:
[INFO]
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 457, Failures: 0, Errors: 0, Skipped: 72
[INFO] Results:
[INFO]
[WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 24
Without check access and OAuth configs
HNS-SharedKey
[INFO] Results:
[INFO]
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 457, Failures: 0, Errors: 0, Skipped: 32
[INFO] Results:
[INFO]
[WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16
NonHNS-SharedKey
[INFO] Results:
[INFO]
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] Results:
[INFO]
[WARNING] Tests run: 457, Failures: 0, Errors: 0, Skipped: 246
[INFO] Results:
[INFO]
[WARNING] Tests run: 207, Failures: 0, Errors: 0, Skipped: 16