-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix for converter tests #17188
Fix for converter tests #17188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Can you also fix the |
Sure
I'm also wondering. I thought that it's a conincidence of #13411 and Since we use containerized tests and the containers were not updated recently (in the last months) also this can't be the reason. Did we change something in the testing recently? |
Can you please make sure the converters run and that the output is compressed ? |
Ahh... the converter tests use planemo .. so they use the available planemo and the available packages .. and the planemo supporting 23.1 was just release on December 6. Edit: so its #15085 .. delayed by the release of planemo. |
Checked my local planemo test for the |
Can we instead assert the size against the API value for |
Sure possible. We can even do both (as I did in the first commit). But I would suggest to add a |
ok, I guess we just gotta live with this. |
Not necessarily, was just busy with the linters PR. How about testing with |
I don't care about the tests here, I care about breaking tool tests we don't control. |
[23.1] Backport #17188: Fix for converter tests
First I tried to be as unintrusive as possible, i.e. to keep assertions for the zipped output. But finally I went for having only tests wrt the decompressed output (i.e. with
decompress="true"
).How to test the changes?
(Select all options that apply)
License