Skip to content
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

Closed
thovoll opened this issue Sep 28, 2021 · 4 comments
Closed

Add test using mock test framework for storage/data_lake #372

thovoll opened this issue Sep 28, 2021 · 4 comments
Labels
Storage Storage Service (Queues, Blobs, Files)

Comments

@thovoll
Copy link
Contributor

thovoll commented Sep 28, 2021

There are no integration tests for the data lake API. End to end (e2e) tests are not run in CI.

@cataggar cataggar added this to the azure_storage 0.1.0 milestone Oct 22, 2021
@thovoll thovoll changed the title Add integration tests for storage/data_lake Add mock test framework tests for storage/data_lake Oct 26, 2021
@thovoll
Copy link
Contributor Author

thovoll commented Oct 26, 2021

Learned from @rylev that mock testing framework will replace the emulator tests so renamed this issue to reflect this.

@thovoll
Copy link
Contributor Author

thovoll commented Oct 26, 2021

This requires converting all the existing operations to the pipeline architecture, otherwise the playback won't work in CI.

@cataggar cataggar added the Storage Storage Service (Queues, Blobs, Files) label Oct 26, 2021
@thovoll
Copy link
Contributor Author

thovoll commented Nov 3, 2021

I don't think we can include this in 0.1.0 because of the need to convert all the old operations.

@thovoll thovoll changed the title Add mock test framework tests for storage/data_lake Add test using mock test framework for storage/data_lake Nov 4, 2021
@cataggar cataggar removed this from the azure_storage_datalake 0.1.0 milestone Jan 25, 2022
@roeap
Copy link
Contributor

roeap commented Jul 5, 2022

@cataggar - this should be done as well, all - or at least most - tests in the datalake crate use the mock testing framework.

@cataggar cataggar closed this as completed Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

3 participants