-
Notifications
You must be signed in to change notification settings - Fork 252
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
Add test using mock test framework for storage/data_lake #372
Comments
Learned from @rylev that mock testing framework will replace the emulator tests so renamed this issue to reflect this. |
This requires converting all the existing operations to the pipeline architecture, otherwise the playback won't work in CI. |
I don't think we can include this in 0.1.0 because of the need to convert all the old operations. |
@cataggar - this should be done as well, all - or at least most - tests in the datalake crate use the mock testing framework. |
There are no integration tests for the data lake API. End to end (e2e) tests are not run in CI.
The text was updated successfully, but these errors were encountered: