Skip to content
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

Implement bucket creating with Exasol version 8 #66

Open
kaklakariada opened this issue Feb 29, 2024 · 1 comment
Open

Implement bucket creating with Exasol version 8 #66

kaklakariada opened this issue Feb 29, 2024 · 1 comment
Labels
feature Product feature

Comments

@kaklakariada
Copy link
Collaborator

kaklakariada commented Feb 29, 2024

Creating buckets with Exasol 8.29.1 fails with the following error message:

org.opentest4j.AssertionFailedError: Time out trying to verify that Bucket 'ReadEnabledBucketIT_1722407920147' exists after waiting PT5.050095S
 at com.exasol.bucketfs.testutil.BucketCreator.waitUntilBucketExists([BucketCreator.java:76](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.ReadEnabledBucketIT.createBucket([ReadEnabledBucketIT.java:109](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.ReadEnabledBucketIT.testDownloadWithWrongReadPasswordFails([ReadEnabledBucketIT.java:117](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at java.base/java.util.ArrayList.forEach([ArrayList.java:1541](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at java.base/java.util.ArrayList.forEach([ArrayList.java:1541](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
Caused by: com.exasol.bucketfs.BucketAccessException: E-BFSJ-3: Access denied trying to list '[https://localhost:58348/ReadEnabledBucketIT_1722407920147/'](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html).
 at com.exasol.bucketfs.HttpResponseEvaluator.evaluate([HttpResponseEvaluator.java:38](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.list.ListingRetriever.requestListing([ListingRetriever.java:71](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.list.ListingRetriever.retrieve([ListingRetriever.java:61](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.list.BucketContentLister.retrieve([BucketContentLister.java:46](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.ReadEnabledBucket.listContents([ReadEnabledBucket.java:121](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.ReadEnabledBucket.listContents([ReadEnabledBucket.java:94](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.testutil.BucketCreator.bucketExists([BucketCreator.java:108](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 at com.exasol.bucketfs.testutil.BucketCreator.waitUntilBucketExists([BucketCreator.java:72](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
 ... 5 more
@kaklakariada kaklakariada added the feature Product feature label Feb 29, 2024
@kaklakariada kaklakariada changed the title Adapt to Exasol version 8 Implement bucket creating with Exasol version 8 Jul 31, 2024
@redcatbear
Copy link
Contributor

@kaklakariada , please retest with a current version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

2 participants