-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17385. ITestS3ADeleteCost.testDirMarkersFileCreation failure #2473
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
Changes from 3 commits
54c1cd3
5da48dd
57f30e3
36524ff
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,6 +60,9 @@ public void setup() throws Exception { | |
| // filesystems which add default configuration resources to do it before | ||
| // our tests start adding/removing options. See HADOOP-16626. | ||
| FileSystem.getLocal(new Configuration()); | ||
| // instantiate an S3A FS here here to force deprecated key load through the | ||
| // static initializers. See: HADOOP-17385 | ||
| new S3AFileSystem(); | ||
|
||
| super.setup(); | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.