We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test driver failed after upgrading python and ion-python version.
It's not because of test-driver itself or any files fails the tests. From the log,
amazon.ion.exceptions.IonException: IERR_INVALID_ARG assertion failed: len == 1
It's because test-driver's use case (maybe --equiv mode?) is incompatible with ion-python 0.9.x. Need more investigation.
Example workflow, ion-java - https://github.com/amzn/ion-java/actions/runs/3039157212/jobs/4893762191 ion-js - https://github.com/amzn/ion-js/actions/runs/2000741133/jobs/2872821385
The text was updated successfully, but these errors were encountered:
Downgrade dependency ion-python version. (#25)
2fdac20
Refer to #24.
Downgraded ion-python version (2fdac20) unblock the pipeline and here is a successful workflow run - https://github.com/amzn/ion-java/actions/runs/3325129408/jobs/5497475141
Refer to amazon-ion/ion-python#218 for further investigation why ion-test-driver cannot work with C extension.
Sorry, something went wrong.
No branches or pull requests
Test driver failed after upgrading python and ion-python version.
It's not because of test-driver itself or any files fails the tests. From the log,
It's because test-driver's use case (maybe --equiv mode?) is incompatible with ion-python 0.9.x. Need more investigation.
Example workflow,
ion-java - https://github.com/amzn/ion-java/actions/runs/3039157212/jobs/4893762191
ion-js - https://github.com/amzn/ion-js/actions/runs/2000741133/jobs/2872821385
The text was updated successfully, but these errors were encountered: