Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Remove RestartDatum bug workaround in tests #217

Open
ysimonson opened this issue Aug 12, 2020 · 0 comments
Open

Remove RestartDatum bug workaround in tests #217

ysimonson opened this issue Aug 12, 2020 · 0 comments

Comments

@ysimonson
Copy link
Contributor

We currently have a workaround in tests due to a backwards-compatibility issue that should be removed when the issue is fixed: pachyderm/pachyderm#5123

# Skip this check in >=1.11.0, due to a bug:
# https://github.com/pachyderm/pachyderm/issues/5123
# TODO: remove this check once the bug is fixed
if util.test_pachyderm_version() < (1, 11, 0):
# Just ensure this doesn't raise an exception
sandbox.client.restart_datum(job_id)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant