-
Notifications
You must be signed in to change notification settings - Fork 170
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
SNOW-887071 : Added connection property to disable PUT/GET command #1523
SNOW-887071 : Added connection property to disable PUT/GET command #1523
Conversation
I will add test in another commit. |
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!
SonarQube Quality Gate |
|
||
statement.execute("PUT file://" + sourceFilePathOriginal + " @testPutGet_disable_stage"); | ||
|
||
assertTrue("Shouldn't come here", false); |
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.
Assert.Fail is more appropriate here
statement.execute( | ||
"GET @testPutGet_disable_stage 'file://" + destFolderCanonicalPath + "' parallel=8"); | ||
|
||
assertTrue("Shouldn't come here", false); |
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.
same
Overview
SNOW-887071
External contributors - please answer these questions before submitting a pull request. Thanks!
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.
Pre-review checklist