-
Notifications
You must be signed in to change notification settings - Fork 82
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
Refactoring tests to be more faster, more better, more stronger #141
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ae06945
Remove the TEST_BROKER constant and allow the `KAFKA_BROKER` env over…
rtyler 470d637
Switch from relying on a singular endpoint constant for dynamodb and S3
rtyler a042ee0
Add some debug traits for checking tests
rtyler 9422a37
Add some environment variables to allow tests to run more flexibly
rtyler 243ce79
Structuring the Cargo.toml to put dependencies behind `s3` and `azure…
rtyler f9451a9
WIP refactoring TestScope code into the helpers
rtyler 903d053
Properly run clippy with feature flags
rtyler 216f763
Copy test fixtures in Rust rather than relying on shell scripts
rtyler 67269cc
Exclude DynamoDB locking mechanisms for `azure` builds
rtyler d6380c2
Correct the port for the localstack endpoint
rtyler 3bb36c2
Force a region to be set whenever kafka-delta-ingest is launched in t…
rtyler 1883735
Add more Debug traits
rtyler 77e62b7
Use the localstack endpoint when running S3 tests
rtyler df097c6
Upgrade to deltalake 0.12
rtyler ec3175e
Upgrade to deltalake 0.16.5
rtyler 0b9072d
build on 0.16.5 properly, test timeout still
rtyler fc90494
Allow hitting HTTP endpoints in tests
rtyler 91172ac
Adjust the measurement of the writer progress based on the bytes written
rtyler 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 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.
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.
Consider using