-
Notifications
You must be signed in to change notification settings - Fork 192
Snow 1853185 jdbc driver v3.16 native okta http retry storm #2064
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
Merged
sfc-gh-fpawlowski
merged 106 commits into
master
from
SNOW-1853185-JDBC-Driver-v3.16-Native-Okta-HTTP-Retry-Storm
Mar 11, 2025
Merged
Changes from 103 commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
a657244
SNOW-1853185: Base for OktaWiremockIT
sfc-gh-fpawlowski 7cc2b33
SNOW-1853185: OktaWiremockIT with working endpoint
sfc-gh-fpawlowski 23fd381
SNOW-1853185: OktaWiremockIT with working endpoint
sfc-gh-fpawlowski 6ae4b1f
SNOW-1853185: OktaWiremockIT with port inclusion comments
sfc-gh-fpawlowski 7f38b4a
Merge branch 'SNOW-1853185-jdbc-driver-v-3-16-native-okta-http-retry'…
sfc-gh-fpawlowski fcc5e08
Update SnowflakeDriverIT.java
sfc-gh-fpawlowski adf022c
Merge remote-tracking branch 'origin/SNOW-1853185-JDBC-Driver-v3.16-N…
sfc-gh-fpawlowski 110faf0
SNOW-1853185: Reverted test commit
sfc-gh-fpawlowski 0ab28ca
SNOW-1853185: Wiremock working test
sfc-gh-fpawlowski 675a045
SNOW-1853185: Wiremock files structure organized
sfc-gh-fpawlowski f553892
SNOW-1853185: Wiremock files read from file
sfc-gh-fpawlowski ffabd53
SNOW-1853185: Rest request refactored
sfc-gh-fpawlowski 4a54ab5
SNOW-1853185: Retry context manager added
sfc-gh-fpawlowski d393961
SNOW-1853185: Retry manager called
sfc-gh-fpawlowski 4b60e61
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski c6daa3d
SNOW-1853185: Revert renaming isSocketTimeoutNoBackoff because of fai…
sfc-gh-fpawlowski 5cb1272
SNOW-1853185: Added missing dependencies to tests
sfc-gh-fpawlowski c0c6389
SNOW-1853185: Javadoc fixes
sfc-gh-fpawlowski e9e964d
SNOW-1853185: Javadoc fixes
sfc-gh-fpawlowski d049d2c
SNOW-1853185: Formatting run
sfc-gh-fpawlowski 73095ff
SNOW-1853185: Changed test to check time between calls to okta
sfc-gh-fpawlowski 9327ce9
SNOW-1853185: Made tests check 429 is waited. Added deserialization
sfc-gh-fpawlowski d6dbcf5
SNOW-1853185: Code formatted
sfc-gh-fpawlowski 0423238
SNOW-1853185: Code formatted
sfc-gh-fpawlowski fddcf10
SNOW-1853185: TODOs removed
sfc-gh-fpawlowski 2bae032
SNOW-1853185: Replaced .* imports with specific
sfc-gh-fpawlowski d05b8c6
SNOW-1853185: Formatted
sfc-gh-fpawlowski 1c66ff4
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski 478a360
SNOW-1853185: Replaced custom Exception type with ThrowingCallable
sfc-gh-fpawlowski e3b8e2f
SNOW-1853185: Code cleanup - added docs, improved visibility and argu…
sfc-gh-fpawlowski 780f97a
SNOW-1853185: Added javadocs and comments from PR
sfc-gh-fpawlowski 678970f
SNOW-1853185: ThrowingFunction added and RetryManager migrated to use it
sfc-gh-fpawlowski 0782b70
SNOW-1853185: Renamed RetryContextManager to RetryContext
sfc-gh-fpawlowski f4506b3
SNOW-1853185: visibility limited of retrycontext
sfc-gh-fpawlowski 0d8df42
SNOW-1853185: Changed assertion types to hamcrest
sfc-gh-fpawlowski 1e3c87b
SNOW-1853185: Implemented reading files using BufferedReader
sfc-gh-fpawlowski f3b3d19
SNOW-1853185: Test pom.xml - version moved to properties
sfc-gh-fpawlowski 80f8ceb
SNOW-1853185: Code formatted
sfc-gh-fpawlowski 1fa8914
SNOW-1853185: Code formatted
sfc-gh-fpawlowski 88375a3
SNOW-1853185: Merged master
sfc-gh-fpawlowski 0e730b2
SNOW-1853185: Unified federated auth flow methods to make them all ac…
sfc-gh-fpawlowski 2f400b9
SNOW-1853185: Test scenarios added for better testing of retries
sfc-gh-fpawlowski a5da37d
SNOW-1853185: Fixed scenarios for wiremock names
sfc-gh-fpawlowski 6d6a2bc
SNOW-1853185: Always 429 in step 4 scenario json
sfc-gh-fpawlowski 73f6beb
SNOW-1853185: All scenarios cleaned up
sfc-gh-fpawlowski f034564
SNOW-1853185: Fixed mocking tests with new signature
sfc-gh-fpawlowski 370dfa9
SNOW-1853185: removed DTOs for custom getAllSErveEvents
sfc-gh-fpawlowski 209f0d1
SNOW-1853185: Session util cleaned up
sfc-gh-fpawlowski 5738ebe
SNOW-1853185: Tests with wiremock added
sfc-gh-fpawlowski 510afd2
SNOW-1853185: Renamed RetryContext back to RetryContextManager
sfc-gh-fpawlowski 51ecb7a
SNOW-1853185: RetryContext implemented to pass information in a unifi…
sfc-gh-fpawlowski 38fc5e8
SNOW-1853185: Code formatted
sfc-gh-fpawlowski c9f8628
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski cd935c6
SNOW-1853185: Unified wiremock scenarios storing
sfc-gh-fpawlowski ed90019
SNOW-1853185: Unified wiremock scenarios storing
sfc-gh-fpawlowski b5200c7
SNOW-1853185: Wiremock scenarios naming fixed
sfc-gh-fpawlowski 2735c79
SNOW-1853185: Fixed poml to store correct values
sfc-gh-fpawlowski f8aeb21
SNOW-1853185: Pom test
sfc-gh-fpawlowski 2a40d99
SNOW-1853185: Reverted unused pom dependencies.
sfc-gh-fpawlowski 54b5fa4
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski 50c4019
SNOW-1853185: Disabled tests that fail temporarily
sfc-gh-fpawlowski 618e9b3
SNOW-1853185: Disabled tests that fail temporarily
sfc-gh-fpawlowski a182353
Revert "SNOW-1853185: Disabled tests that fail temporarily"
sfc-gh-fpawlowski c5610a4
SNOW-1853185: Disabled tests that fail temporarily
sfc-gh-fpawlowski e2af82d
SNOW-1853185: Disabled tests that fail temporarily
sfc-gh-fpawlowski a894e28
SNOW-1853185: Disabled getAllServeEvents
sfc-gh-fpawlowski 5435cac
SNOW-1853185: Disabled getAllServeEvents
sfc-gh-fpawlowski 465d438
SNOW-1853185: Disabled getAllServeEvents
sfc-gh-fpawlowski c084bfc
SNOW-1853185: Rolled back to api calls for serve events
sfc-gh-fpawlowski c7efcbb
SNOW-1853185: Rolled back to api calls for serve events
sfc-gh-fpawlowski c24cebb
Code formatted
sfc-gh-fpawlowski b46061a
Revert "SNOW-1853185: Pom test"
sfc-gh-fpawlowski 90f14bd
merged master
sfc-gh-fpawlowski fd7ede3
Merge branch 'master' into fpawlowski/pom-xml-test-wiremock
sfc-gh-fpawlowski bc35ce9
SNOW-1853185: Added missing dependency
sfc-gh-fpawlowski 1ef1bc5
SNOW-1853185: Changed httpclient dependency
sfc-gh-fpawlowski dc1f1fe
SNOW-1853185: charset in new version of utils
sfc-gh-fpawlowski e6925fb
SNOW-1853185: Added dependency for tests
sfc-gh-fpawlowski b0cdcd5
SNOW-1853185: Changed tag to fix tests
sfc-gh-fpawlowski 509f1ac
SNOW-1853185: Disabled tests to check connection issues source
sfc-gh-fpawlowski ad6f2ab
SNOW-1853185: Disabled tests to check connection issues source
sfc-gh-fpawlowski 0f8cfbe
SNOW-1853185: Merged test branch
sfc-gh-fpawlowski 5f2d4c2
SNOW-1853185: Removed setting jvm properties
sfc-gh-fpawlowski c3dcf65
SNOW-1853185: Removed setting jvm properties and added sso/saml reque…
sfc-gh-fpawlowski db56fb9
SNOW-1853185: Removed setting jvm properties method
sfc-gh-fpawlowski 99eacab
SNOW-1853185: Added error handling proper way
sfc-gh-fpawlowski 49ce131
SNOW-1853185: Tests added for token url
sfc-gh-fpawlowski 5a86577
SNOW-1853185: formatted
sfc-gh-fpawlowski 3901fb9
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski ee8070e
SNOW-1853185: Made constraints non-strict for the sleep time between …
sfc-gh-fpawlowski d7c7996
Merge remote-tracking branch 'origin/SNOW-1853185-JDBC-Driver-v3.16-N…
sfc-gh-fpawlowski a85f685
SNOW-1853185: Code formatted.
sfc-gh-fpawlowski 6843d1f
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski 90139f1
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski cb74bf9
SNOW-1853185: Renamed to Remaining
sfc-gh-fpawlowski 96645ab
SNOW-1853185: Implemented comments from pr
sfc-gh-fpawlowski d0c53e1
SNOW-1853185: Implemented comments from pr
sfc-gh-fpawlowski 3482411
SNOW-1853185: code formatted
sfc-gh-fpawlowski dae566c
SNOW-1853185: code formatted
sfc-gh-fpawlowski ee9b6fe
SNOW-1853185: code formatted
sfc-gh-fpawlowski 2c32288
SNOW-1853185: Added test to make sure we honor timeout in retries
sfc-gh-fpawlowski 616f625
SNOW-1853185: code formatted
sfc-gh-fpawlowski d3e990a
SNOW-1853185: code formatted
sfc-gh-fpawlowski 21dee2f
SNOW-1853185: code formatted
sfc-gh-fpawlowski 8977e89
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski 70b5389
Merge branch 'master' into SNOW-1853185-JDBC-Driver-v3.16-Native-Okta…
sfc-gh-fpawlowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.