-
Notifications
You must be signed in to change notification settings - Fork 996
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
Refactor Environment class and DataSourceCreator API, and use fixtures for datasets and data sources #1790
Merged
feast-ci-bot
merged 53 commits into
feast-dev:master
from
achals:achal/integration-test-fixups
Sep 1, 2021
Merged
Refactor Environment class and DataSourceCreator API, and use fixtures for datasets and data sources #1790
Changes from 47 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
789d7a1
Fix API cruft from DataSourceCreator
achals 8b7eab5
Remove the need for get_prefixed_table_name
achals 0cc21ab
major refactor
achals 6ddd5b0
move start time
achals a700745
Remove one dimension of variation to be added in later
achals c25b6cb
Fix default
achals a3e4473
Fixups
achals 3f632fd
Fixups
achals 9aeea86
Fix up tests
achals 84cbefd
Add retries to execute_redshift_statement_async
achals fe180eb
Add retries to execute_redshift_statement_async
achals 0cd08d2
refactoooor
achals 4701183
remove retries
achals 4cde284
Remove provider variation since they don't really play a big role
achals 974bb0b
Session scoped cache for test datasets and skipping older tests whose…
achals dbbd6fb
make format
achals 473b630
make format
achals 95982e2
remove import
achals fc1b4ee
merge from master
achals df9596b
fix merge
achals fc46edb
Use an enum for the stopping procedure instead of the bools
achals 0daaff0
Fix refs
achals ef6a6b3
fix step
achals d63691d
WIP fixes
achals 3d75977
Fix for feature inferencing
achals 1abbaa8
C901 '_python_value_to_proto_value' is too complex :(
achals 21996b7
Split out construct_test_repo and construct_universal_test_repo
achals 4541561
remove import
achals 2f20b5c
add unsafe_hash
achals 6cc32b5
Update testrepoconfig
achals 68f2997
Update testrepoconfig
achals a73868d
Remove kwargs from construct_universal_test_environment
achals ff9d49d
Remove unneeded method
achals b95c3ee
Docs
achals 3e5aada
Kill skipped tests
achals b6abcaa
reorder
achals 9580654
add todo
achals 171a1ef
Split universal vs non data_source_cache
achals de9d8aa
make format
achals 6454775
WIP fixtures
achals 3fbb2e4
WIP Trying fixtures more effectively
achals 2961d58
fix refs
achals 1739815
Fix refs
achals fe14ba3
Fix refs
achals 43d8e27
Fix refs
achals 58c75b0
fix historical tests
achals 8b5ba5a
renames
achals c445f53
CR updates
achals e0ccd9b
use the actual ref to data source creators
achals 4d4efad
merge from master
achals a510ca6
format
achals 6c10502
unused imports'
achals ff1fb81
Add ids for pytest params
achals 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
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
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
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
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
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
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.
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.
do we want to not exclude the original names of the columns then?
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.
Those are already excluded in a section above this one.