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

Wait till path available #916

Merged
merged 5 commits into from
Oct 23, 2024
Merged

Conversation

EmileSonneveld
Copy link
Contributor

@EmileSonneveld EmileSonneveld commented Oct 23, 2024

@EmileSonneveld EmileSonneveld linked an issue Oct 23, 2024 that may be closed by this pull request
@@ -179,6 +182,36 @@ def _setup_local_spark(out: TerminalReporter, verbosity=0):
def api_version(request):
return request.param

# TODO: Deduplicate code with openeo-python-driver
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@soxofaan Is there an easy way to share test helpers? It is not very common to make test code available from other repositories as far as i know

Copy link
Member

@soxofaan soxofaan Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that _Sleeper implementation actually comes from python client I think. There I started putting testing utilities under the openeo.testing namespace: https://github.com/Open-EO/openeo-python-client/tree/master/openeo/testing

We also have that with python driver with openeo_driver.testing: https://github.com/Open-EO/openeo-python-driver/blob/master/openeo_driver/testing.py

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EmileSonneveld EmileSonneveld merged commit 4ccfa0d into master Oct 23, 2024
@EmileSonneveld EmileSonneveld deleted the wait_till_path_available_2024-01-23 branch November 7, 2024 20:22
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.

test export_workspace + asset_per_band combination
2 participants