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

chore: integration test for bindmountapi #591

Merged
merged 3 commits into from
Apr 17, 2023

Conversation

madwort
Copy link
Contributor

@madwort madwort commented Mar 15, 2023

The integration tests currently only run using one of the APIs that we support. We should run the tests on both APIs, which will hopefully catch more bugs more quickly.

@madwort madwort force-pushed the madwort/bindmount-integration-test branch from 6b53f1e to 8637b35 Compare March 24, 2023 17:00
@madwort madwort force-pushed the madwort/bindmount-integration-test branch from 8637b35 to b8d43b9 Compare March 24, 2023 17:23
* do not move the volume_api fixture because it is currently slightly different for the two tests
@madwort madwort marked this pull request as ready for review April 7, 2023 15:49
@madwort
Copy link
Contributor Author

madwort commented Apr 7, 2023

weird, tests pass on macos (and are def using BindMountAPI), but I just noticed tests fail on linux on CI. will fix.

ah, I misunderstood - this was a separate test broken by a refactoring in this PR. now fixed.

* this was imported the function from executors.local, which was in turn importing it from executors.volumes. When the import was changed in executors.local this broke some other imports.
@madwort madwort merged commit 851a533 into master Apr 17, 2023
@madwort madwort deleted the madwort/bindmount-integration-test branch April 17, 2023 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants